← Back to Skills Marketplace
8115
Downloads
14
Stars
76
Active Installs
1
Versions
Install in OpenClaw
/install deepwiki
Description
Query the DeepWiki MCP server for GitHub repository documentation, wiki structure, and AI-powered questions.
Usage Guidance
Install this if you are comfortable sending public repository names, wiki paths, and question text to DeepWiki. Avoid including private repository details, secrets, or confidential context in prompts, and make sure Node.js is available before using the commands.
Capability Analysis
Type: OpenClaw Skill
Name: deepwiki
Version: 1.0.0
The skill is designed to query the DeepWiki MCP server for GitHub repository documentation. The `SKILL.md` file clearly describes its purpose and commands without any prompt injection attempts. The `scripts/deepwiki.js` script makes HTTPS requests exclusively to `mcp.deepwiki.com`, as stated in the documentation. It does not access local files, environment variables, or execute arbitrary shell commands, and there is no evidence of data exfiltration, persistence, or obfuscation. All network activity is confined to the stated purpose and domain.
Capability Assessment
Purpose & Capability
The stated purpose is to query the DeepWiki MCP server for repository documentation, wiki structure, and questions; the script implements only those DeepWiki request types.
Instruction Scope
Commands are user-directed Node CLI invocations for ask, structure, and contents; there are no instructions for automatic execution, account mutation, deletion, or broad local scanning.
Install Mechanism
There is no installer or package download path. The documented commands require Node.js, but that runtime dependency is not otherwise declared.
Credentials
Outbound HTTPS requests to mcp.deepwiki.com are core to the skill and disclosed in SKILL.md; repo names, paths, and questions are sent to that external service.
Persistence & Privilege
The artifacts show no persistence, background worker, privilege escalation, credential/session access, local file reads, or local writes.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install deepwiki - After installation, invoke the skill by name or use
/deepwiki - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
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.
Metadata
Frequently Asked Questions
What is DeepWiki?
Query the DeepWiki MCP server for GitHub repository documentation, wiki structure, and AI-powered questions. It is an AI Agent Skill for Claude Code / OpenClaw, with 8115 downloads so far.
How do I install DeepWiki?
Run "/install deepwiki" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is DeepWiki free?
Yes, DeepWiki is completely free (open-source). You can download, install and use it at no cost.
Which platforms does DeepWiki support?
DeepWiki is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created DeepWiki?
It is built and maintained by arun-8687 (@arun-8687); the current version is v1.0.0.
More Skills