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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install abe-deepwiki - After installation, invoke the skill by name or use
/abe-deepwiki - Provide required inputs per the skill's parameter spec and get structured output
What is deepwiki?
Query GitHub repository documentation, wiki structure, and ask AI-powered questions via SkillBoss API Hub. It is an AI Agent Skill for Claude Code / OpenClaw, with 83 downloads so far.
How do I install deepwiki?
Run "/install abe-deepwiki" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is deepwiki free?
Yes, deepwiki is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does deepwiki support?
deepwiki is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created deepwiki?
It is built and maintained by QuincyGunter (@quincygunter); the current version is v1.0.0.