Complete bundles
Archive SKILL.md, scripts, references, assets, symlinks, and executable permissions together.
Agentbox skill handoffs
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.
Why it exists
Reusable skills often depend on scripts, references, templates, and assets. The CLI keeps those pieces together and makes the Agentbox handoff predictable.
Archive SKILL.md, scripts, references, assets, symlinks, and executable permissions together.
Resolve every selected skill before creating a remote thread and reject path traversal names.
Attach one portable archive to a new Agentbox thread and grant only the requested team access.
Build and inspect the same archive without connecting to Agentbox or changing remote state.
Workflow
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.