目录 / skill-repo
MCP
鉴权未知
未评级
已上架
skill-repo
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.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://skill-repo--skillrepo.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"skill-repo": {
"url": "https://skill-repo--skillrepo.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| 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. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。