Query the DeepWiki MCP server for GitHub repository documentation, wiki structure, and AI-powered questions.
Security Analysis
high confidenceThe skill's code and instructions match its description: it simply opens an SSE connection to mcp.deepwiki.com and posts JSON-RPC tool calls to query public GitHub repo docs — no broad system access or unexplained credentials are requested.
The skill claims to query the DeepWiki MCP server for repository documentation and the included script implements exactly that (SSE -> receive endpoint -> POST JSON-RPC). No unrelated binaries, env vars, or config paths are requested.
The SKILL.md instructs running the included Node script. The script only reads command-line args and network I/O to https://mcp.deepwiki.com (SSE and POST). It does not read files, environment variables, or other system state. However, any question text and repo name you pass will be transmitted to the remote service — so this skill sends user-provided data externally as intended.
No install spec; the skill is instruction-only with a small embedded script. Nothing is downloaded or written during install, minimizing install-time risk.
The skill requires no environment variables, credentials, or config paths. That is proportionate to its stated purpose. Be aware that the runtime will transmit input strings (repo and question/path) to the remote server.
The skill does not request persistent presence (always: false) and does not modify other skills or system configurations. It runs only when invoked.
Guidance
This skill is coherent and small, but it contacts an external host (mcp.deepwiki.com) and will transmit whatever repo names and question text you provide. Do not use it with private or sensitive repository names, secrets, or policy-sensitive queries unless you trust the DeepWiki service and its privacy policy. If you need greater assurance, review the upstream project or service (the provided homepage) and consider running the script in a network-restricted environment or with a proxy so you can audit outbound traffic.
Latest Release
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.
More by @arun-8687
Published by @arun-8687 on ClawHub