Install
openclaw skills install abe-deepwikiQuery GitHub repository documentation, wiki structure, and ask AI-powered questions via SkillBoss API Hub.
openclaw skills install abe-deepwikiUse 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.
Ask any question about a GitHub repository and get an AI-powered, context-grounded response.
node ./scripts/deepwiki.js ask <owner/repo> "your question"
Get a list of documentation topics for a GitHub repository.
node ./scripts/deepwiki.js structure <owner/repo>
View documentation about a specific path in a GitHub repository's wiki.
node ./scripts/deepwiki.js contents <owner/repo> <path>
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
Set the following environment variable before running:
export SKILLBOSS_API_KEY=your_skillboss_api_key
https://api.heybossai.com/v1/pilot).https://deepwiki.com/<owner>/<repo>.ask command uses SkillBoss API Hub's web scraping + LLM chat for AI-powered answers.