/install deepwiki-mcp-skill
DeepWiki Skill
Use this skill to query GitHub repository documentation and ask questions about codebases.
Prerequisites
uxcis installed and available inPATH.- Network access to
mcp.deepwiki.com/mcp
Note: Repositories must be indexed on DeepWiki first. Visit https://deepwiki.com to index a repository.
Install uxc
Choose one of the following methods:
Homebrew (macOS/Linux):
brew tap holon-run/homebrew-tap
brew install uxc
Install Script (macOS/Linux, review before running):
curl -fsSL https://raw.githubusercontent.com/holon-run/uxc/main/scripts/install.sh -o install-uxc.sh
less install-uxc.sh
bash install-uxc.sh
Cargo:
cargo install uxc
Core Workflow
-
Use fixed link command by default:
command -v deepwiki-mcp-cli- If missing, create it:
uxc link deepwiki-mcp-cli mcp.deepwiki.com/mcp deepwiki-mcp-cli -h- If command conflict is detected and cannot be safely reused, stop and ask skill maintainers to pick a different fixed command name.
-
Ask a question about a repository:
deepwiki-mcp-cli ask_question repoName=owner/repo question='your question'
-
Read wiki structure:
deepwiki-mcp-cli read_wiki_structure repoName=owner/repo
-
Read wiki contents:
deepwiki-mcp-cli read_wiki_contents repoName=owner/repo
Available Tools
- ask_question: Ask any question about a GitHub repository and get an AI-powered response
- read_wiki_structure: Get a list of documentation topics for a repository
- read_wiki_contents: View documentation about a repository
Usage Examples
Ask about a codebase
deepwiki-mcp-cli ask_question repoName=facebook/react question='How does useState work?'
Explore repository structure
deepwiki-mcp-cli read_wiki_structure '{"repoName":"facebook/react"}'
Read documentation
deepwiki-mcp-cli read_wiki_contents repoName=facebook/react
Output Parsing
The response is an MCP JSON envelope. Extract the content from .data.content[].text.
Notes
- Maximum 10 repositories per question
- Some popular repositories may already be indexed
- Responses are grounded in the actual codebase
deepwiki-mcp-cli \x3Coperation> ...is equivalent touxc mcp.deepwiki.com/mcp \x3Coperation> ....- If link setup is temporarily unavailable, use direct
uxc mcp.deepwiki.com/mcp ...calls as fallback.
Reference Files
- Workflow details:
references/usage-patterns.md
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install deepwiki-mcp-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/deepwiki-mcp-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
DeepWiki MCP Skill 是什么?
Ask questions and read documentation about any GitHub repository using DeepWiki MCP. Use when you need to understand a codebase, find specific APIs, or get c... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 378 次。
如何安装 DeepWiki MCP Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install deepwiki-mcp-skill」即可一键安装,无需额外配置。
DeepWiki MCP Skill 是免费的吗?
是的,DeepWiki MCP Skill 完全免费(开源免费),可自由下载、安装和使用。
DeepWiki MCP Skill 支持哪些平台?
DeepWiki MCP Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 DeepWiki MCP Skill?
由 jolestar(@jolestar)开发并维护,当前版本 v1.0.0。