Install
Install skills with context, not blind copy-paste
Use this page to understand the default install flow, compare platform-specific setup, and only then copy the command you actually want to run.
Install workflow
Copy the command only after you understand the package
The site should not rush people from hype to install. It should help them understand the package first, then make the install command obvious when they are ready.
Default command
One command, but not blind install
npx skills add owner/repo
1. Shortlist a package
2. Review fit, starter skill, and risk
3. Then copy the install command
Install on your agent
DocsClaude Code skills
- Create skills directory
- Install a package (recommended)
mkdir -p ~/.claude/skills
Or install via: npx skills add owner/repo
Codex skills
- Install new skills (CLI or manual)
- Restart Codex to pick up new skills
mkdir -p ~/.codex/skills
Then restart Codex.
Use Agent Skills in VS Code
- Store skills inside your repo
- Share with your team
.github/skills/my-skill/SKILL.md
Cursor agent skills
- Add a remote rule from GitHub
- Apply skills to the project
npx skills add owner/repo
FAQ
What should I do before installing a package?
Read the package detail page first: check what the package is for, which skill to start with, and whether the risk notes match your tolerance.
Why is this site useful for the OpenClaw wave?
Because people need more than a GitHub link. They need help deciding which packages are installable, understandable, and worth trying first.
What is the default install command?
Run npx skills add owner/repo to install a package in seconds. Use the package detail page to decide whether you should run it.
Platform quick starts
Start with the setup pattern that matches your agent
These are the same install cards from the home page, but laid out with more room so the steps stay readable instead of turning into noodles.
Claude Code skills
- Create skills directory
- Install a package (recommended)
mkdir -p ~/.claude/skills
Or install via: npx skills add owner/repo
Codex skills
- Install new skills (CLI or manual)
- Restart Codex to pick up new skills
mkdir -p ~/.codex/skills
Then restart Codex.
Use Agent Skills in VS Code
- Store skills inside your repo
- Share with your team
.github/skills/my-skill/SKILL.md
Cursor agent skills
- Add a remote rule from GitHub
- Apply skills to the project
npx skills add owner/repo