skill-repo
Governed skills for every AI agent your team runs.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- 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
What data it sees
Do you need an account
No: the server works without sign-in
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.
Server tool list (4)
Raw names from tools/list. Only developers need these.
| 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. |