SKILL.md inside.
Installing means putting that folder where your agent looks. That’s it.
Every runtime below reads the same Agent Skills spec. One skill, every agent. No rewrites.
Claude Code
Drop the folder in your skills directory:Claude API
Skills also run server-side. No filesystem, no install step. Three beta headers and acontainer block:
type: "anthropic" loads Anthropic’s built-ins (docx, pdf, pptx, xlsx). Custom skills upload once via the Skills API, then load by skill_id the same way. Same folder, same SKILL.md — zipped instead of copied.
Files the skill creates come back as file_ids. Download them via the Files API.
Working notebooks: Anthropic’s skills cookbook.
Hermes Agent
Three rails. Pick one. Tap — subscribe to the Solid State repo:~/.hermes/skills/.
OpenClaw
Install from the ClawHub registry — Solid State publishes under thesolidstate owner:
Codex
OpenCode
OpenCode reads Claude’s skill paths directly. If a skill is in.claude/skills/ or ~/.claude/skills/, it already works.
Native paths also work:
~/.config/opencode/skills/. It also reads .agents/skills/. No conversion, no config.
Cursor, Cline
Both consume the Agent Skills spec. Place the skill folder in the runtime’s skills directory and it loads on match. Check each tool’s docs for the current path — these move fast.Everything else
Any spec-compliant runtime works the same way:- Get the skill folder (clone the repo, or download from the listing page).
- Put it where your runtime reads skills.
- Confirm
SKILL.mdsits at the folder root.
Skills vs. MCP
Skills teach. MCP connects. A skill is knowledge — how to think about a problem. MCP is a tool channel — what the agent can reach. You want both. They don’t compete.Before you install
Skills are code. Treat them like code. In February 2026, a popular skill pack shipped with planted instructions that stole API keys from the agents that installed it. Registries added scanners after. Scanners miss things. Read theSKILL.md. Read every file that ships with it. Then install.
Every listing here shows its provenance for exactly this reason. It’s a pointer you can follow. Follow it.
Where the skills are
Browse the catalog at solidstate.cc/skills. Filter by runtime, category, or license. Every listing links to its source repo. Originals are authored by Solid State. Listings point upstream — we index, we don’t claim.Installed one? Write one. → Author a skill

