SkillMD documentation

SkillMD is the open, safety-reviewed registry of Agent Skills. A skill is one SKILL.md file that any compatible agent loads on demand. Learn the format, install skills from the CLI, and wire the registry into your agent over MCP.

Guides

Quick start

Install the CLI, find a verified skill, and drop it into your agent's skills directory:

# install the CLI
npm i -g skillmds

# find a skill, then add it to your agent
skillmd search "pdf extraction" --verified
skillmd add anthropic/docx -a claude-code

No -a flag? The CLI installs to whichever agent directories it detects, defaulting to Claude Code. See the CLI reference.

Per-agent guides

Each agent keeps skills in its own directory. These guides are plain text, so an agent can read them directly over HTTP:

For machines

Building an agent that reads SkillMD directly? Two entry points are designed for you:

  • /llms.txt: a compact, linkable map of the registry and its API.
  • https://api.skillmd.com/v1/search?q=<query>: JSON search that returns a raw_url per result, a direct fetch of the installable SKILL.md.