SkillMD

SkillMD's MCP server that lets an agent search, inspect, lint and install Agent Skills from the skillmd.com registry.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • Skillmd Search: Search the SkillMD registry of Agent Skills (SKILL.md files) by task, name or keywords. Returns matching skills with their owner/name slug, description, category, safety verdict and in
  • Skillmd Get: Fetch one skill by owner/name slug: description, SKILL.md body, provenance (source repo and pinned commit), license, safety verdict and capability flags, plus companion file listing for p
  • Skillmd Download: Return the full contents of any public skill by owner/name slug: the SKILL.md text plus every companion file for packs, ready to write to disk. Skills are plain-text instructions an

What data it sees

Do you need an account

No: the server works without sign-in

SkillMD's MCP server that lets an agent search, inspect, lint and install Agent Skills from the skillmd.com registry. npx -y skillmds

Server tool list (5)

Raw names from tools/list. Only developers need these.

skillmd_searchSearch the SkillMD registry of Agent Skills (SKILL.md files) by task, name or keywords. Returns matching skills with their owner/name slug, description, category, safety verdict and install snippet, best match first.
skillmd_getFetch one skill by owner/name slug: description, SKILL.md body, provenance (source repo and pinned commit), license, safety verdict and capability flags, plus companion file listing for packs.
skillmd_downloadReturn the full contents of any public skill by owner/name slug: the SKILL.md text plus every companion file for packs, ready to write to disk. Skills are plain-text instructions an agent reads on demand; nothing executes, and every listed skill has passed SkillMD's safety review.
skillmd_trendingTop skills on the SkillMD leaderboard, ranked by installs, saves and ratings, optionally within one category and time window.
skillmd_recommendRecommend skills. With based_on set to a skill's owner/name slug, returns the top skills in that skill's category (excluding itself); without it, returns what is trending over the last 30 days.