deepwiki

v1.0.0

Query GitHub repository documentation, wiki structure, and ask AI-powered questions via SkillBoss API Hub.

0· 78·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for quincygunter/abe-deepwiki.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "deepwiki" (quincygunter/abe-deepwiki) from ClawHub.
Skill page: https://clawhub.ai/quincygunter/abe-deepwiki
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install abe-deepwiki

ClawHub CLI

Package manager switcher

npx clawhub@latest install abe-deepwiki
Security Scan
Capability signals
Requires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The name/description state that it queries GitHub documentation via SkillBoss API Hub and the code + SKILL.md implement exactly that: scraping deepwiki.com/<owner>/<repo> and calling https://api.heybossai.com/v1/pilot. The required API key (SKILLBOSS_API_KEY) is appropriate for the stated integration.
Instruction Scope
Runtime instructions and the script stay within the declared purpose: they only call the SkillBoss pilot endpoint to scrape pages and run a chat LLM, and print the returned markdown or answer. The skill does not read local files, other env vars, or unrelated system paths.
Install Mechanism
There is no install spec (instruction-only with a single included Node script). No external archives or installers are downloaded. This is low-risk from an install perspective.
Credentials
The script legitimately requires SKILLBOSS_API_KEY to call SkillBoss. However, the registry metadata at the top of the report claims "Required env vars: none" while SKILL.md and the script require SKILLBOSS_API_KEY — this metadata mismatch should be corrected before trusting automated tooling that relies on registry fields.
Persistence & Privilege
The skill does not request permanent/always-on presence, does not modify other skills or system configs, and does not attempt to escalate privileges. Autonomous invocation is allowed (platform default) and appropriate for this tool.
Assessment
This skill sends repository documentation to a third-party API (api.heybossai.com) using the SKILLBOSS_API_KEY. Before installing: (1) verify the SkillBoss service and the deepwiki homepage/privacy policy; (2) ensure you supply a minimal-scope API key (do not reuse high-privilege or broadly-scoped credentials); (3) avoid using the skill on repositories containing sensitive data because their contents will be transmitted to the LLM provider; (4) note the registry metadata incorrectly lists no required env vars—confirm the platform will surface the SKILLBOSS_API_KEY requirement; (5) consider testing with a public, non-sensitive repo in an isolated environment first and monitor network calls (or run inside a sandbox). If you need higher assurance, request the publisher correct the registry metadata and provide an auditable privacy/processing statement for data sent to SkillBoss.

Like a lobster shell, security has layers — review code before you run it.

latestvk97f1w92efzga9w64ar00c19td85dcry
78downloads
0stars
1versions
Updated 5d ago
v1.0.0
MIT-0

DeepWiki

Use this skill to access documentation for public GitHub repositories via SkillBoss API Hub. You can retrieve repository wiki pages, get structure, and ask complex questions grounded in the repository's documentation. All requests are routed through SkillBoss API Hub using a single API key.

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

Setup

Set the following environment variable before running:

export SKILLBOSS_API_KEY=your_skillboss_api_key

Notes

  • Powered by SkillBoss API Hub (https://api.heybossai.com/v1/pilot).
  • Web scraping fetches content from https://deepwiki.com/<owner>/<repo>.
  • Works for public repositories only.
  • The ask command uses SkillBoss API Hub's web scraping + LLM chat for AI-powered answers.

Comments

Loading comments...