Documentation

Learn how to install and use skills from Skillery in your AI agent workflows.

Getting Started

Install the Skillery CLI globally using npm to start installing skills on your machine.

npm install -g @skillery/cli

After installation, you can verify it's working by running:

skillery --version

Authentication

Authenticate with your Skillery account to track your installed skills and access private skills.

Login via browser
skillery login
Check current user
skillery whoami
Logout
skillery logout

Installing Skills

Use the install command to add skills to your AI agent.

Install a skill (Claude Code by default)
skillery install <skill-slug>
Install for a specific platform
skillery install -p codex <skill-slug>
Install a bundle
skillery install -b <bundle-slug>

Supported Platforms

Claude Code

Anthropic's official CLI for Claude. Default installation target.

skillery install -p claude <slug>

Codex CLI

OpenAI's Codex command-line interface.

skillery install -p codex <slug>

OpenCode

Open-source AI coding assistant.

skillery install -p opencode <slug>

Skills APIComing soon

Direct API access for custom integrations.

skillery install -p skills-api <slug>

Managing Skills

List installed skills
skillery list
List installed bundles
skillery list -b
Update all skills
skillery update -a
Uninstall a skill
skillery uninstall <skill-slug>

Ready to get started?

Browse our collection of quality-verified skills for your AI agent.

Browse Skills