From sundial-org-awesome-openclaw-skills-4
Access documentation for public GitHub repositories via the DeepWiki MCP server. Query AI-powered answers, read wiki structure, and retrieve specific wiki pages.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:deepwikiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to access documentation for public GitHub repositories via the DeepWiki MCP server. You can search repository wikis, get structure, and ask complex questions grounded in the repository's documentation.
Use this skill to access documentation for public GitHub repositories via the DeepWiki MCP server. You can search repository wikis, get structure, and ask complex questions grounded in the repository's documentation.
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
https://mcp.deepwiki.com/mcpnpx claudepluginhub sundial-org/awesome-openclaw-skillsQueries DeepWiki/GitHub public repository documentation. Ask AI-powered questions about any open-source repo, or read wiki structure and contents for code understanding.
Retrieves AI-generated wiki structure, topic contents, and answers questions about public GitHub repositories via DeepWiki MCP tools.
Reads and searches GitHub repository documentation and code via gitmcp.io MCP service. Activates when user provides a GitHub URL or asks about a repo.