SkillMD
SkillMD's MCP server that lets an agent search, inspect, lint and install Agent Skills from the skillmd.com registry.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- 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
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
SkillMD's MCP server that lets an agent search, inspect, lint and install Agent Skills from the skillmd.com registry. npx -y skillmds
Список инструментов сервера (5)
Технические названия из tools/list. Нужны только разработчикам.
| 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 install snippet, best match first. |
| 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 packs. |
| 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 agent reads on demand; nothing executes, and every listed skill has passed SkillMD's safety review. |
| skillmd_trending | Top skills on the SkillMD leaderboard, ranked by installs, saves and ratings, optionally within one category and time window. |
| skillmd_recommend | Recommend 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. |