Getting started

Skill Studio is the registry for agentskills.io skills — publish once, and every agent installs the current version.

1. Sign in

Sign in with GitHub. Your username becomes your namespace, and any public skills we've already attributed to your GitHub identity become claimable.

2. Add your first skill

You can create a skill three ways:

  • Drag a .zip of your skill directory onto the dashboard.
  • Connect a GitHub repo — pushes sync a new version automatically.
  • Publish from the CLI: install it once with npm i -g @skst/skill (or run it ad-hoc with npx @skst/skill …), then skst publish. See the CLI docs.

A skill is just a folder with a SKILL.md (name + description + instructions). See the agentskills.io spec.

3. Create an access key

An API key lets the CLI authenticate. Create one under Settings → Tokens, or just run skst login and approve in the browser.