The registry
The client installs skillsets from a registry — noriskillsets.dev — a searchable catalog of skillsets, skills, and subagents.
Public and org registries
Section titled “Public and org registries”- The public registry at
noriskillsets.devhosts community and Nori skillsets. Any logged-in user can publish; new packages are moderated before they appear in search. Downloading from it needs no account. - Private org registries live at
<org>.noriskillsets.devand require org membership. Reference their packages asorg/name, or point a command at one with--registry <url>.
sks login authenticates with email/password, Google SSO (--google), or an
org API token (--token); auth state is stored under the auth key of
~/.nori-config.json. In CI, set NORI_API_TOKEN instead — tokens are
self-describing (nori_<org>_<64 hex>), so the org registry URL is derived
from the token itself.
Versioning
Section titled “Versioning”Packages are semver-versioned via nori.json. Pin a version with
download <package>@<version>; inspect what’s available with
--list-versions on download or upload.
Next steps
Section titled “Next steps”- Publishing — uploading, version bumps, and CI tokens
- Commands —
download,upload,login, and the rest
this page as markdown: /skillsets/concepts/the-registry.md· index for agents: /llms.txt