skills-registry
v0.5.39
Published
Skills Registry CLI — Charmbracelet TUI + headless commands for managing an agent-skills registry. This npm package is a thin launcher that downloads the matching prebuilt Go binary from GitHub Releases.
Maintainers
Readme
skills-registry
The Skills Registry CLI — a Charmbracelet TUI plus headless commands for bootstrapping, browsing, publishing, and syncing an agent-skills registry backed by a GitHub repo.
This npm package is a thin launcher. On install (or first run) it downloads
the matching prebuilt Go binary from the project's
GitHub Releases and execs
it. The binary is the exact same one shipped by install.sh / install.ps1
(macOS builds are codesigned + notarized by Apple).
Usage
# one-off, no install
npx skills-registry
# or install globally
npm install -g skills-registry
skills-registrySupported platforms: macOS (x64/arm64), Linux (x64/arm64), Windows (x64/arm64).
Notes
- The package version maps directly to a release tag —
[email protected]downloads thevX.Y.Zrelease asset. - If you install with
--ignore-scripts, the binary is fetched lazily on the first invocation instead of duringpostinstall. - Prefer no network at install time? Use the shell installer instead:
curl -fsSL https://raw.githubusercontent.com/anand-92/skills-registry/main/install.sh | sh
Environment overrides
| Variable | Purpose |
|---|---|
| SKILLS_REGISTRY_REPO | Override owner/repo (default anand-92/skills-registry) |
| SKILLS_REGISTRY_VERSION | Pin a release tag, e.g. v0.5.37, or latest |
| SKILLS_REGISTRY_URL | Override the full asset download URL |
License
Apache-2.0
