CLI Documentation
Complete reference for the Agent Skills CLI. Install, manage, and sync AI skills across Cursor, Claude Code, GitHub Copilot, and more.
Installation
Requires Node.js 18 or higher. After installation, the skills command will be available globally.
Quick Start
Search for a skill
Install it
Export to your project
Platform Support
.cursor/skills/.claude/skills/.github/skills/.codex/skills/.agent/workflows/Core Commands
Essential commands for managing skills
list
List all discovered skills from multiple directories.
Usage
Options
-p, --paths <paths...>Custom search paths-v, --verboseShow detailed information--jsonOutput as JSON--tableOutput as ASCII table-q, --quietNames only (for scripting)show
Display detailed information about a specific skill.
Usage
Example
validate
Validate a skill against the Agent Skills specification.
Usage
Example
init
Create a new skill from template.
Usage
Options
-d, --directory <dir>Target directory (default: ./skills)prompt
Generate system prompt XML for discovered skills.
Usage
Marketplace
Browse, search, and install skills from the marketplace
market-list
alias: mlList skills from the marketplace (40k+ skills).
Usage
Options
-l, --limit <number>Number of skills to show-p, --page <number>Page numbermarket-search
alias: msSearch skills in the marketplace.
Usage
Options
-l, --limit <number>Number of results (default: 20)install
alias: iInstall a skill by @author/name with platform targeting.
Usage
Options
-p, --platform <platforms>Target platforms (comma-separated)-t, --target <platforms>Target platforms (alias for --platform)--allInstall to all platformsinstall-url
alias: iuInstall a skill from GitHub URL.
Usage
market-installed
alias: mindList skills installed from marketplaces.
Usage
Example
market-uninstall
alias: muUninstall a marketplace-installed skill.
Usage
market-sources
List registered marketplace sources.
Usage
Example
market-add-source
Add a custom marketplace source.
Usage
Options
--name <name>Source display name--owner <owner>GitHub owner--repo <repo>GitHub repositorymarket-update-check
alias: mucCheck for updates to installed skills.
Usage
Export
Export skills to different AI agent formats
export
Export skills to different AI agent formats.
Usage
Options
-t, --target <agent>copilot, cursor, claude, codex, antigravity, all-d, --directory <dir>Project directory (default: .)-n, --name <name>Export specific skill onlysync
Sync skills to .agent/workflows/ for auto-discovery.
Usage
setup
Interactive setup wizard - install skills and export to agents.
Usage
export-interactive
alias: eiInteractive export wizard with platform selection.
Usage
Utilities
Helpful utility commands
run
Execute a script from an installed skill.
Usage
Options
-a, --args <args...>Arguments to pass to the script--timeout <ms>Timeout in milliseconds (default: 30000)scripts
List available scripts in an installed skill.
Usage
Example
context
Generate system prompt context for AI agents.
Usage
preview
Open skill detail page in browser.
Usage
assets
List and fetch assets for a skill from GitHub.
Usage
Options
-l, --listList available assets-m, --manifestShow asset manifest-g, --get <path>Fetch specific asset contentinfo
Show skills installation status and paths.
Usage
Example
update
Update installed skills to latest versions.
Usage
doctor
Diagnose and fix common installation issues.
Usage
Example
completion
Generate shell completion script.
Usage
Ready to get started?
Browse 50,000+ skills in our marketplace