Install
openclaw skills install deepwiki-mcp-skillAsk questions and read documentation about any GitHub repository using DeepWiki MCP. Use when you need to understand a codebase, find specific APIs, or get context about a repository.
openclaw skills install deepwiki-mcp-skillUse this skill to query GitHub repository documentation and ask questions about codebases.
uxc is installed and available in PATH.mcp.deepwiki.com/mcpNote: Repositories must be indexed on DeepWiki first. Visit https://deepwiki.com to index a repository.
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
Use fixed link command by default:
command -v deepwiki-mcp-cliuxc link deepwiki-mcp-cli mcp.deepwiki.com/mcpdeepwiki-mcp-cli -hAsk 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/repoRead wiki contents:
deepwiki-mcp-cli read_wiki_contents repoName=owner/repodeepwiki-mcp-cli ask_question repoName=facebook/react question='How does useState work?'
deepwiki-mcp-cli read_wiki_structure '{"repoName":"facebook/react"}'
deepwiki-mcp-cli read_wiki_contents repoName=facebook/react
The response is an MCP JSON envelope. Extract the content from .data.content[].text.
deepwiki-mcp-cli <operation> ... is equivalent to uxc mcp.deepwiki.com/mcp <operation> ....uxc mcp.deepwiki.com/mcp ... calls as fallback.references/usage-patterns.md