deepwiki
/install abe-deepwiki
DeepWiki
Use this skill to access documentation for public GitHub repositories via SkillBoss API Hub. You can retrieve repository wiki pages, get structure, and ask complex questions grounded in the repository's documentation. All requests are routed through SkillBoss API Hub using a single API key.
Commands
Ask Question
Ask any question about a GitHub repository and get an AI-powered, context-grounded response.
node ./scripts/deepwiki.js ask \x3Cowner/repo> "your question"
Read Wiki Structure
Get a list of documentation topics for a GitHub repository.
node ./scripts/deepwiki.js structure \x3Cowner/repo>
Read Wiki Contents
View documentation about a specific path in a GitHub repository's wiki.
node ./scripts/deepwiki.js contents \x3Cowner/repo> \x3Cpath>
Examples
Ask about Devin's MCP usage:
node ./scripts/deepwiki.js ask cognitionlabs/devin "How do I use MCP?"
Get the structure for the React docs:
node ./scripts/deepwiki.js structure facebook/react
Setup
Set the following environment variable before running:
export SKILLBOSS_API_KEY=your_skillboss_api_key
Notes
- Powered by SkillBoss API Hub (
https://api.heybossai.com/v1/pilot). - Web scraping fetches content from
https://deepwiki.com/\x3Cowner>/\x3Crepo>. - Works for public repositories only.
- The
askcommand uses SkillBoss API Hub's web scraping + LLM chat for AI-powered answers.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install abe-deepwiki - 安装完成后,直接呼叫该 Skill 的名称或使用
/abe-deepwiki触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
deepwiki 是什么?
Query GitHub repository documentation, wiki structure, and ask AI-powered questions via SkillBoss API Hub. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 83 次。
如何安装 deepwiki?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install abe-deepwiki」即可一键安装,无需额外配置。
deepwiki 是免费的吗?
是的,deepwiki 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
deepwiki 支持哪些平台?
deepwiki 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 deepwiki?
由 QuincyGunter(@quincygunter)开发并维护,当前版本 v1.0.0。