← All tools

1zhangyy1/agentbox

AI Agent
Popularity 65 Updated AI & Agents

Portable AI agent configuration packaging and sharing tool

githubauto-collected

Installation

A directly usable install command is not verified yet. Check the project documentation or releases.

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