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

Docs

Claude Code skills

  1. Create skills directory
  2. Install a package (recommended)
mkdir -p ~/.claude/skills

Or install via: npx skills add owner/repo

Open guide

Codex skills

  1. Install new skills (CLI or manual)
  2. Restart Codex to pick up new skills
mkdir -p ~/.codex/skills

Then restart Codex.

Open guide

Use Agent Skills in VS Code

  1. Store skills inside your repo
  2. Share with your team
.github/skills/my-skill/SKILL.md
Open guide

Cursor agent skills

  1. Add a remote rule from GitHub
  2. Apply skills to the project
npx skills add owner/repo
Open guide

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

  1. Create skills directory
  2. Install a package (recommended)
mkdir -p ~/.claude/skills

Or install via: npx skills add owner/repo

Codex skills

  1. Install new skills (CLI or manual)
  2. Restart Codex to pick up new skills
mkdir -p ~/.codex/skills

Then restart Codex.

Use Agent Skills in VS Code

  1. Store skills inside your repo
  2. Share with your team
.github/skills/my-skill/SKILL.md

Cursor agent skills

  1. Add a remote rule from GitHub
  2. Apply skills to the project
npx skills add owner/repo
Install guide - Install Agent Skills