返回顶部
d

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 context about a repository.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
322
下载量
0
收藏
概述
安装方式
版本历史

deepwiki-mcp-skill

# DeepWiki Skill Use this skill to query GitHub repository documentation and ask questions about codebases. ## Prerequisites - `uxc` is installed and available in `PATH`. - 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):** ```bash brew tap holon-run/homebrew-tap brew install uxc ``` **Install Script (macOS/Linux, review before running):** ```bash 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:** ```bash cargo install uxc ``` ## Core Workflow 1. 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. 2. Ask a question about a repository: - `deepwiki-mcp-cli ask_question repoName=owner/repo question='your question'` 3. Read wiki structure: - `deepwiki-mcp-cli read_wiki_structure repoName=owner/repo` 4. 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 ```bash deepwiki-mcp-cli ask_question repoName=facebook/react question='How does useState work?' ``` ### Explore repository structure ```bash deepwiki-mcp-cli read_wiki_structure '{"repoName":"facebook/react"}' ``` ### Read documentation ```bash 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 <operation> ...` is equivalent to `uxc mcp.deepwiki.com/mcp <operation> ...`. - If link setup is temporarily unavailable, use direct `uxc mcp.deepwiki.com/mcp ...` calls as fallback. ## Reference Files - Workflow details: `references/usage-patterns.md`

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 deepwiki-mcp-skill-1776275843 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 deepwiki-mcp-skill-1776275843 技能

通过命令行安装

skillhub install deepwiki-mcp-skill-1776275843

下载 Zip 包

⬇ 下载 deepwiki-mcp-skill v1.0.0

文件大小: 4.24 KB | 发布时间: 2026-4-16 18:37

v1.0.0 最新 2026-4-16 18:37
Initial release of deepwiki-mcp-skill.

- Query GitHub repository documentation using DeepWiki MCP.
- Ask natural language questions about codebases, find APIs, or get project context.
- Commands provided for reading wiki structure, wiki contents, and asking questions.
- Requires `uxc` installed and network access to `mcp.deepwiki.com/mcp`.
- Supports up to 10 repositories per question; responses utilize indexed repo content.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部