@andy-skill/cli
v0.2.0
Published
Install a skill ZIP from the Skill Registry into a local skills folder (full tree preserved).
Downloads
228
Maintainers
Readme
@andy-skill/cli
Download a skill ZIP from a Skill Registry (GET /api/install/...) and extract it under ~/.agents/skills (or --dir), preserving the archive layout.
Requirements
- Node.js 18+
Install
npm install -g @andy-skill/cliUsage
andy-skill install --registry https://your-registry.example.com my-ns my-skill 1.0.0
andy-skill install my-ns/[email protected]
SKILL_REGISTRY_URL=https://your-registry.example.com andy-skill install my-ns/[email protected]
andy-skill install my-ns my-skill 1.0.0 --dir ~/.cursor/skillsHelp: andy-skill --help
Without global install
npx --yes @andy-skill/cli install --registry https://your-registry.example.com my-ns/[email protected]Publishing (maintainers)
Requires npm login and permission to publish under your npm org @andy-skill (must match the package scope).
npm login
cd cli && npm publish --dry-run && npm publishScoped packages need publishConfig.access: "public" (already set in this package).
License
MIT
