← 全部工具

1zhangyy1/agentbox

AI Agent
热度 65 更新于 AI 与 Agent

Portable AI agent configuration packaging and sharing tool

githubauto-collected

安装

暂未验证可直接使用的安装命令,请查看项目官方文档或 Release。

AgentBox

Portable AI agent configuration packaging and sharing tool

AgentBox packages your AI agent's complete environment (settings, skills, memory, sessions) into a single portable file that can be shared across projects, machines, and teams.

English | 简体中文

What Problem Does It Solve?

When working with AI agents like Claude Code, you accumulate valuable context:

  • Custom skills and workflows
  • Project instructions (CLAUDE.md)
  • Memory and conversation history
  • MCP server configurations
  • Plugin settings

The problem: This context is trapped on your machine. Moving to a new project, sharing with teammates, or migrating to a new computer means starting from scratch.

The solution: AgentBox packages everything into one .agentbox file that you can share, backup, or import anywhere.

Core Features

📦 Export

Package your entire agent environment in one command:

npx @nuomiji/agentbox@latest export --output my-agent.agentbox

Creates a portable bundle containing:

  • Project instructions (CLAUDE.md)
  • Settings and plugins
  • Skills metadata
  • Memory files
  • Recent conversation history (last 5 messages)
  • MCP configurations

📥 Import

Import someone else's agent configuration:

npx @nuomiji/agentbox@latest import my-agent.agentbox