Move complete agent skills between teammates without rebuilding the bundle by hand.

Select installed skills, preserve their full directory trees, and share one verified archive in a new Agentbox thread.

Nothing is published publicly. Team access stays explicit and package-only mode stays local.

A skill is more than its instruction file.

Reusable skills often depend on scripts, references, templates, and assets. The CLI keeps those pieces together and makes the Agentbox handoff predictable.

Complete bundles

Archive SKILL.md, scripts, references, assets, symlinks, and executable permissions together.

Validated first

Resolve every selected skill before creating a remote thread and reject path traversal names.

Explicit sharing

Attach one portable archive to a new Agentbox thread and grant only the requested team access.

Local package mode

Build and inspect the same archive without connecting to Agentbox or changing remote state.

One command from local directories to a shared thread.

Pick skill names from ~/.agents/skills and package every nested supporting file.

Use --package-only when you want an archive without a new Agentbox thread.

Use --team to create, attach, and share in one repeatable command.

Install through npm or run the native Go binary directly.

Install, share, inspect, and maintain the CLI.