Openakita get-mcp-instructions
Get MCP server detailed usage instructions (INSTRUCTIONS.md). When you need to understand server full capabilities or learn server-specific usage patterns.
install
source · Clone the upstream repo
git clone https://github.com/openakita/openakita
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openakita/openakita "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/system/get-mcp-instructions" ~/.claude/skills/openakita-openakita-get-mcp-instructions && rm -rf "$T"
manifest:
skills/system/get-mcp-instructions/SKILL.mdsource content
Get MCP Instructions
获取 MCP 服务器的详细使用说明。
Parameters
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| server | string | 是 | 服务器标识符 |
Returns
- 服务器功能说明
- 工具使用指南
- 示例和最佳实践
Related Skills
: 列出服务器list-mcp-servers
: 调用工具call-mcp-tool