Install
openclaw skills install lh-deepwikiQuery DeepWiki MCP service via Streamable HTTP to get GitHub repository documentation, wiki structure, and AI-powered Q&A.
openclaw skills install lh-deepwiki这是由龙虾哥(liuhedev)维护的 DeepWiki MCP 技能。相比原版,本版本修复了 API 协议变动导致的问题,改用新的 /mcp 端点(Streamable HTTP),并优化了参数传递和超时处理。
repo 参数统一更新为 repoName。lh-openclaw-kit,支持自主迭代。对 GitHub 公共仓库进行基于文档的 AI 问答。
node ./scripts/deepwiki.js ask <owner/repo> "你的问题"
获取指定仓库的文档目录结构。
node ./scripts/deepwiki.js structure <owner/repo>
查看指定路径的具体文档内容。
node ./scripts/deepwiki.js contents <owner/repo> <path>
问问 OpenClaw 是什么:
node ./scripts/deepwiki.js ask openclaw/openclaw "What is OpenClaw?"
获取 React 文档结构:
node ./scripts/deepwiki.js structure facebook/react
https://mcp.deepwiki.com/mcp