skill-repo
Governed skills for every AI agent your team runs.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Get Skill: Get full metadata for a specific skill by owner and name. Use the owner/name format (e.g. "anthropic/commit"). Only returns skills in your library.
- Get Skill Content: Get the full SKILL.md content for a skill. This is the primary endpoint for activating a skill — returns the complete skill definition including frontmatter and instructions. Only r
- Get Skill File: Get the content of a supporting file from a skill (scripts, references, or assets). Use this when the SKILL.md body references a file path (e.g. "scripts/extract.py", "references/REFER
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Governed skills for every AI agent your team runs.
Curate one approved library of agent skills, distribute it to developers, and expose it over MCP to remote agents without copying files across machines.
Список инструментов сервера (4)
Технические названия из tools/list. Нужны только разработчикам.
| get_skill | Get full metadata for a specific skill by owner and name. Use the owner/name format (e.g. "anthropic/commit"). Only returns skills in your library. |
| get_skill_content | Get the full SKILL.md content for a skill. This is the primary endpoint for activating a skill — returns the complete skill definition including frontmatter and instructions. Only returns skills in your library. |
| get_skill_file | Get the content of a supporting file from a skill (scripts, references, or assets). Use this when the SKILL.md body references a file path (e.g. "scripts/extract.py", "references/REFERENCE.md"). Per the agentskills.io spec, supporting files are loaded on demand as the agent encounters references in the SKILL.md instructions. Only returns files from skills in your library. |
| list_library | List all skills in the authenticated account's library. Returns owner, name, version, description, and addedAt for each entry. Use this to discover what skills are available before calling get_skill_content. The `version` field is null for skills that have no published version yet. |