deepwiki by johnlindquist/claude
npx skills add https://github.com/johnlindquist/claude --skill deepwiki通过 DeepWiki 查询任何公共 GitHub 仓库的 AI 生成文档。
DeepWiki (deepwiki.com) 为 GitHub 仓库提供 AI 生成的文档,包括:
URL 模式:在任何仓库 URL 中将 github.com 替换为 deepwiki.com:
github.com/vercel/next.js → deepwiki.com/vercel/next.jsDeepWiki 为公共仓库提供了一个无需身份验证的免费 MCP 服务器。
claude mcp add -s user -t http deepwiki https://mcp.deepwiki.com/mcp
添加到您的 MCP 配置中:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
{
"mcpServers": {
"deepwiki": {
"serverUrl": "https://mcp.deepwiki.com/sse"
}
}
}
配置完成后,以下工具将可用:
| 工具 | 用途 |
|---|---|
read_wiki_structure | 获取仓库的文档主题/结构 |
read_wiki_contents | 检索实际的文档内容 |
ask_question | 向 AI 提问关于仓库的问题 |
# 获取文档概述
WebFetch https://deepwiki.com/owner/repo "Summarize the architecture"
# 示例
WebFetch https://deepwiki.com/vercel/next.js "How does routing work?"
直接使用 MCP 工具:
mcp__deepwiki__read_wiki_structure - 获取仓库结构mcp__deepwiki__read_wiki_contents - 获取文档mcp__deepwiki__ask_question - 提问如果 DeepWiki 未覆盖某个仓库,请使用 GitHub API:
gh api repos/owner/repo | jq '{description, language, topics, stars: .stargazers_count}'
gh api repos/owner/repo/readme --jq '.content' | base64 -d
gh api repos/owner/repo/git/trees/main?recursive=1 | \
jq -r '.tree[] | select(.type == "blob") | .path' | head -50
支持两种协议:
https://mcp.deepwiki.com/sse - 官方 MCP 规范https://mcp.deepwiki.com/mcp - 兼容 Cloudflare/OpenAI每周安装数
183
仓库
GitHub 星标数
21
首次出现
2026 年 1 月 24 日
安全审计
安装于
opencode155
gemini-cli148
codex148
github-copilot133
amp118
kimi-cli117
Query DeepWiki for AI-generated documentation about any public GitHub repository.
DeepWiki (deepwiki.com) provides AI-generated documentation for GitHub repositories, including:
URL Pattern : Replace github.com with deepwiki.com in any repo URL:
github.com/vercel/next.js → deepwiki.com/vercel/next.jsDeepWiki provides a free MCP server with no authentication required for public repos.
claude mcp add -s user -t http deepwiki https://mcp.deepwiki.com/mcp
Add to your MCP config:
{
"mcpServers": {
"deepwiki": {
"serverUrl": "https://mcp.deepwiki.com/sse"
}
}
}
Once configured, these tools become available:
| Tool | Purpose |
|---|---|
read_wiki_structure | Get documentation topics/structure for a repo |
read_wiki_contents | Retrieve actual documentation content |
ask_question | Ask AI-powered questions about the repo |
# Fetch documentation overview
WebFetch https://deepwiki.com/owner/repo "Summarize the architecture"
# Example
WebFetch https://deepwiki.com/vercel/next.js "How does routing work?"
Use the MCP tools directly:
mcp__deepwiki__read_wiki_structure - Get repo structuremcp__deepwiki__read_wiki_contents - Get documentationmcp__deepwiki__ask_question - Ask questionsIf DeepWiki lacks coverage for a repo, use GitHub API:
gh api repos/owner/repo | jq '{description, language, topics, stars: .stargazers_count}'
gh api repos/owner/repo/readme --jq '.content' | base64 -d
gh api repos/owner/repo/git/trees/main?recursive=1 | \
jq -r '.tree[] | select(.type == "blob") | .path' | head -50
Two protocols are supported:
https://mcp.deepwiki.com/sse - Official MCP spechttps://mcp.deepwiki.com/mcp - Cloudflare/OpenAI compatibleWeekly Installs
183
Repository
GitHub Stars
21
First Seen
Jan 24, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
opencode155
gemini-cli148
codex148
github-copilot133
amp118
kimi-cli117
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
113,700 周安装
Trail of Bits 测试手册技能生成器 - 自动化创建安全测试AI技能工具
1,400 周安装
LibAFL模糊测试库:模块化、可定制的AFL++替代方案,支持高级模糊测试研究
1,300 周安装
DWARF调试信息专家:解析、验证与处理DWARF标准文件的技术指南
1,300 周安装
Cairo/StarkNet 智能合约漏洞扫描器 | 6大安全模式检测与静态分析
1,300 周安装
如何创建智能体技能:模块化扩展AI能力,包含工作流程、工具集成与专业知识
1,300 周安装
OSS-Fuzz 开源模糊测试工具:Google 免费分布式安全测试平台使用指南
1,300 周安装