@skillpkg/cli
v1.2.3
Published
Skills Package Manager for AI agents — npm wrapper for the Go binary
Downloads
77
Readme
@skillpkg/cli
npm wrapper for the SPM Go binary. On npm install, a postinstall script downloads the correct native binary for your platform.
Install
npm install -g @skillpkg/cliRequires Node.js 18+. Supports macOS (x64, arm64), Linux (x64, arm64), and Windows (x64).
Alternative install methods
If you don't use Node.js, install the native binary directly:
# macOS
brew install skillpkg/tap/spm
# Linux / macOS
curl -fsSL https://skillpkg.dev/install.sh | shOr download from GitHub Releases.
Usage
spm search "pdf tools"
spm install data-viz
spm agents
spm init my-skill
spm publishSee spm --help for all commands.
Links
License
Apache-2.0
