Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    huynguyen03dev

    deep-wiki

    huynguyen03dev/deep-wiki
    Research
    4
    7 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Access AI-generated documentation and insights for GitHub repositories via DeepWiki...

    SKILL.md

    DeepWiki

    Base directory for this skill: /home/hazeruno/.config/opencode/skills/deep-wiki

    DeepWiki provides AI-generated documentation and Q&A for GitHub repositories. Use it to quickly understand codebases, explore architecture, and get answers about how projects work.

    When to Use

    • Exploring an unfamiliar GitHub repository
    • Understanding project architecture and structure
    • Finding how specific features are implemented
    • Getting quick answers about a codebase without reading all source code
    • Learning about dependencies, patterns, and design decisions

    Quick Start

    Run the CLI script with bun (use absolute path):

    bun /home/hazeruno/.config/opencode/skills/deep-wiki/scripts/deepwiki.ts <command> [options]
    

    Available Commands

    read-wiki-structure

    Get a list of documentation topics available for a repository.

    bun /home/hazeruno/.config/opencode/skills/deep-wiki/scripts/deepwiki.ts read-wiki-structure --repo-name "facebook/react"
    

    read-wiki-contents

    View the full AI-generated documentation for a repository.

    bun /home/hazeruno/.config/opencode/skills/deep-wiki/scripts/deepwiki.ts read-wiki-contents --repo-name "vercel/next.js"
    

    ask-question

    Ask any question about a repository and get an AI-generated answer.

    bun /home/hazeruno/.config/opencode/skills/deep-wiki/scripts/deepwiki.ts ask-question \
      --repo-name "prisma/prisma" --question "How does the query engine work?"
    

    Global Options

    • -t, --timeout <ms>: Call timeout (default: 30000)
    • -o, --output <format>: Output format: text | markdown | json | raw

    Requirements

    • Bun runtime
    • mcporter package (embedded in script)

    References

    See references/api_reference.md for detailed API documentation.

    Recommended Servers
    DeepWiki
    DeepWiki
    Hugging Face
    Hugging Face
    Docfork
    Docfork
    Repository
    huynguyen03dev/opencode-setup
    Files