skills$openclaw/deepwiki
arun-86879.1k

by arun-8687

deepwiki – OpenClaw Skill

deepwiki is an OpenClaw Skills integration for writing workflows. Query the DeepWiki MCP server for GitHub repository documentation, wiki structure, and AI-powered questions.

9.1k stars3.9k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026writing

Skill Snapshot

namedeepwiki
descriptionQuery the DeepWiki MCP server for GitHub repository documentation, wiki structure, and AI-powered questions. OpenClaw Skills integration.
ownerarun-8687
repositoryarun-8687/deepwiki
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @arun-8687/deepwiki
last updatedFeb 7, 2026

Maintainer

arun-8687

arun-8687

Maintains deepwiki in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
scripts
deepwiki.js
3.4 KB
_meta.json
271 B
SKILL.md
1.3 KB
SKILL.md

name: deepwiki description: Query the DeepWiki MCP server for GitHub repository documentation, wiki structure, and AI-powered questions. homepage: https://docs.devin.ai/work-with-devin/deepwiki-mcp

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.
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install deepwiki?

Run openclaw add @arun-8687/deepwiki in your terminal. This installs deepwiki into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/arun-8687/deepwiki. Review commits and README documentation before installing.