Jump to related tools in the same category or review the original source on GitHub.

Git & GitHub @arun-8687 Updated 7/18/2026 8,387 downloads 14 stars Security: Pass

Deepwiki OpenClaw Plugin & Skill | ClawHub

Looking to integrate Deepwiki into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate git & github tasks instantly, without having to write custom tools from scratch.

What this skill does

Query the DeepWiki MCP server for GitHub repository documentation, wiki structure, and AI-powered questions.

Install

ClawHub CLI
openclaw skills install @arun-8687/deepwiki
Node.js (npx)
npx clawhub@latest install deepwiki

Full SKILL.md

Open original
Metadata table.
namedescriptionhomepage
deepwikiQuery the DeepWiki MCP server for GitHub repository documentation, wiki structure, and AI-powered questions.https://docs.devin.ai/work-with-devin/deepwiki-mcp

SKILL.md content below is scrollable.

DeepWiki

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.

Commands

Ask Question

Ask any question about a GitHub repository and get an AI-powered, context-grounded response.

node ./scripts/deepwiki.js ask <owner/repo> "your question"

Read Wiki Structure

Get a list of documentation topics for a GitHub repository.

node ./scripts/deepwiki.js structure <owner/repo>

Read Wiki Contents

View documentation about a specific path in a GitHub repository's wiki.

node ./scripts/deepwiki.js contents <owner/repo> <path>

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

Notes

  • Base Server: https://mcp.deepwiki.com/mcp
  • Works for public repositories only.
  • No authentication required.
ClawHub Registry URL: https://clawhub.ai/arun-8687/skills/deepwiki

Related skills

If this matches your use case, these are close alternatives in the same category.