Skip to content

The registry

The client installs skillsets from a registrynoriskillsets.dev — a searchable catalog of skillsets, skills, and subagents.

  • The public registry at noriskillsets.dev hosts 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.dev and require org membership. Reference their packages as org/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.

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.

  • Publishing — uploading, version bumps, and CI tokens
  • Commandsdownload, upload, login, and the rest

this page as markdown: /skillsets/concepts/the-registry.md· index for agents: /llms.txt