OpenClaw Skillv1.0.0

DeepWiki

arun-8687by arun-8687
Deploy on EasyClawdfrom $14.9/mo

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

How to use this skill

OpenClaw skills run inside an OpenClaw container. EasyClawd deploys and manages yours — no server setup needed.

  1. Sign up on EasyClawd (2 minutes)
  2. Connect your Telegram bot
  3. Install DeepWiki from the skills panel
Get started — from $14.9/mo
9stars
5,989downloads
54installs
0comments
1versions

Latest Changelog

Initial release of DeepWiki skill.

- Query the DeepWiki MCP server for documentation related to public GitHub repositories.
- Search and retrieve repository wiki structures and specific documentation topics.
- Ask complex, AI-powered questions about repository documentation.
- No authentication needed; works with any public GitHub repository.

Tags

latest: 1.0.0

Skill Documentation

---
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.
```bash
node ./scripts/deepwiki.js ask <owner/repo> "your question"
```

### Read Wiki Structure
Get a list of documentation topics for a GitHub repository.
```bash
node ./scripts/deepwiki.js structure <owner/repo>
```

### Read Wiki Contents
View documentation about a specific path in a GitHub repository's wiki.
```bash
node ./scripts/deepwiki.js contents <owner/repo> <path>
```

## Examples

**Ask about Devin's MCP usage:**
```bash
node ./scripts/deepwiki.js ask cognitionlabs/devin "How do I use MCP?"
```

**Get the structure for the React docs:**
```bash
node ./scripts/deepwiki.js structure facebook/react
```

## Notes
- Base Server: `https://mcp.deepwiki.com/mcp`
- Works for public repositories only.
- No authentication required.
Security scan, version history, and community comments: view on ClawHub