How this skill is triggered — by the user, by Claude, or both
Slash command
/devin:devin-deepwikiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- GitHubリポジトリのドキュメント・実装を調べたいとき
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/deepwiki_cli.py structure <owner/repo>
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/deepwiki_cli.py read <owner/repo>
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/deepwiki_cli.py ask <owner/repo> "質問文"
| オプション | 説明 | デフォルト |
|---|---|---|
--server | MCPサーバーURL | https://mcp.devin.ai/mcp |
--api-key | Bearer認証用APIキー | 環境変数 DEVIN_API_KEY |
--debug | デバッグログを出力 | off |
DEVIN_API_KEY が必要。以下のいずれかで指定:
DEVIN_API_KEY(.claude/settings.local.json の env で設定済み)--api-key オプションPersonal API Key (apk_user_ プレフィックス) を使用すること。
| キー種別 | プレフィックス | read_wiki_* | ask_question |
|---|---|---|---|
| Personal API Key | apk_user_ | OK | OK |
| Service User Credential | cog_ | OK | 500エラー |
Service User Credential (cog_) はv3 Beta API専用で、ask_question が内部で呼ぶ ada/query エンドポイントがv3トークンに未対応のため500エラーになる。
npx claudepluginhub hidetsugu-miya/claude-plugins --plugin devinGenerates AI-powered wiki documentation for public GitHub repositories to answer questions on architecture, APIs, internals, or library workings without cloning locally.
Retrieves AI-generated wiki structure, topic contents, and answers questions about public GitHub repositories via DeepWiki MCP tools.
Analyzes code repositories to generate hierarchical wiki catalogs and onboarding guides for contributors, staff engineers, executives, and more.