{"id":"1810eb86-2848-451d-b144-bfab42e7326f","shortId":"Nne8sp","kind":"skill","title":"mcp-deepwiki","tagline":"Skills for accessing and searching docs in DeepWiki/GitHub’s public code repositories can help users understand open-source project source codes, and users can also ask questions directly about the code docs.","description":"# DeepWiki\nThe DeepWiki MCP server provides programmatic access to DeepWiki’s public repository documentation and search capabilities (Ask Devin).\n\n**MCP Server URL**: https://mcp.deepwiki.com/mcp\n\n\n## Ask Question (Recommended)\n> The tool's results are generated by AI, requiring at least 1 minute or more of timeout time.\n- `npx -y mcporter call \"${MCP_URL}.ask_question\" repoName:owner/repo question:\"User's questions\"`\n\n## Read wiki structure\n- `npx -y mcporter call \"${MCP_URL}.read_wiki_structure\" repoName:owner/repo`\n\n## Read wiki contents\n- `npx -y mcporter call \"${MCP_URL}.read_wiki_contents\" repoName:owner/repo`\n\n## Schema\n```shell\n/**\n * Get a list of documentation topics for a GitHub repository.\n * Args:\n * repoName: GitHub repository in owner/repo format (e.g. \"facebook/react\")\n */\nfunction read_wiki_structure(repoName: string): object;\n    {\n      \"type\": \"object\",\n      \"properties\": {\n        \"repoName\": {\n          \"type\": \"string\"\n        }\n      },\n      \"required\": [\n        \"repoName\"\n      ]\n    }\n\n/**\n * View documentation about a GitHub repository.\n * Args:\n * repoName: GitHub repository in owner/repo format (e.g. \"facebook/react\")\n */\nfunction read_wiki_contents(repoName: string): object;\n    {\n      \"type\": \"object\",\n      \"properties\": {\n        \"repoName\": {\n          \"type\": \"string\"\n        }\n      },\n      \"required\": [\n        \"repoName\"\n      ]\n    }\n\n/**\n * Ask any question about a GitHub repository and get an AI-powered, context-grounded response.\n * Args:\n * repoName: GitHub repository or list of repositories (max 10) in owner/repo format\n * question: The question to ask about the repository\n */\nfunction ask_question(repoName: unknown, question: string): object;\n    {\n      \"type\": \"object\",\n      \"properties\": {\n        \"repoName\": {\n          \"anyOf\": [\n            {\n              \"type\": \"string\"\n            },\n            {\n              \"items\": {\n                \"type\": \"string\"\n              },\n              \"type\": \"array\"\n            }\n          ]\n        },\n        \"question\": {\n          \"type\": \"string\"\n        }\n      },\n      \"required\": [\n        \"repoName\",\n        \"question\"\n      ]\n    }\n```","tags":["mcp","deepwiki","skills","aahl","agent-skills","ai-agents","claude-skills","feishu","home-assistant","lark","llm"],"capabilities":["skill","source-aahl","skill-mcp-deepwiki","topic-agent-skills","topic-ai-agents","topic-claude-skills","topic-feishu","topic-home-assistant","topic-lark","topic-llm","topic-mcp","topic-skills"],"categories":["skills"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/aahl/skills/mcp-deepwiki","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add aahl/skills","source_repo":"https://github.com/aahl/skills","install_from":"skills.sh"}},"qualityScore":"0.513","qualityRationale":"deterministic score 0.51 from registry signals: · indexed on github topic:agent-skills · 127 github stars · SKILL.md body (2,177 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-05-18T18:56:14.523Z","embedding":null,"createdAt":"2026-04-18T20:34:09.135Z","updatedAt":"2026-05-18T18:56:14.523Z","lastSeenAt":"2026-05-18T18:56:14.523Z","tsv":"'/mcp':61 '1':76 '10':217 'access':6,44 'ai':72,202 'ai-pow':201 'also':29 'anyof':241 'arg':137,167,208 'array':248 'ask':30,54,62,89,191,225,230 'call':86,103,117 'capabl':53 'code':14,25,35 'content':113,122,179 'context':205 'context-ground':204 'deepwiki':3,37,39,46 'deepwiki/github':11 'devin':55 'direct':32 'doc':9,36 'document':50,131,162 'e.g':144,174 'facebook/react':145,175 'format':143,173,220 'function':146,176,229 'generat':70 'get':127,199 'github':135,139,165,169,196,210 'ground':206 'help':17 'item':244 'least':75 'list':129,213 'max':216 'mcp':2,40,56,87,104,118 'mcp-deepwiki':1 'mcp.deepwiki.com':60 'mcp.deepwiki.com/mcp':59 'mcporter':85,102,116 'minut':77 'npx':83,100,114 'object':152,154,182,184,236,238 'open':21 'open-sourc':20 'owner/repo':92,110,124,142,172,219 'power':203 'programmat':43 'project':23 'properti':155,185,239 'provid':42 'public':13,48 'question':31,63,90,93,96,193,221,223,231,234,249,254 'read':97,106,111,120,147,177 'recommend':64 'reponam':91,109,123,138,150,156,160,168,180,186,190,209,232,240,253 'repositori':15,49,136,140,166,170,197,211,215,228 'requir':73,159,189,252 'respons':207 'result':68 'schema':125 'search':8,52 'server':41,57 'shell':126 'skill':4 'skill-mcp-deepwiki' 'sourc':22,24 'source-aahl' 'string':151,158,181,188,235,243,246,251 'structur':99,108,149 'time':82 'timeout':81 'tool':66 'topic':132 'topic-agent-skills' 'topic-ai-agents' 'topic-claude-skills' 'topic-feishu' 'topic-home-assistant' 'topic-lark' 'topic-llm' 'topic-mcp' 'topic-skills' 'type':153,157,183,187,237,242,245,247,250 'understand':19 'unknown':233 'url':58,88,105,119 'user':18,27,94 'view':161 'wiki':98,107,112,121,148,178 'y':84,101,115","prices":[{"id":"5ad90164-d213-400a-8ea4-236417abd974","listingId":"1810eb86-2848-451d-b144-bfab42e7326f","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"aahl","category":"skills","install_from":"skills.sh"},"createdAt":"2026-04-18T20:34:09.135Z"}],"sources":[{"listingId":"1810eb86-2848-451d-b144-bfab42e7326f","source":"github","sourceId":"aahl/skills/mcp-deepwiki","sourceUrl":"https://github.com/aahl/skills/tree/main/skills/mcp-deepwiki","isPrimary":false,"firstSeenAt":"2026-04-18T22:10:22.425Z","lastSeenAt":"2026-05-18T18:56:14.523Z"},{"listingId":"1810eb86-2848-451d-b144-bfab42e7326f","source":"skills_sh","sourceId":"aahl/skills/mcp-deepwiki","sourceUrl":"https://skills.sh/aahl/skills/mcp-deepwiki","isPrimary":true,"firstSeenAt":"2026-04-18T20:34:09.135Z","lastSeenAt":"2026-05-07T22:40:35.730Z"}],"details":{"listingId":"1810eb86-2848-451d-b144-bfab42e7326f","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"aahl","slug":"mcp-deepwiki","github":{"repo":"aahl/skills","stars":127,"topics":["agent-skills","ai-agents","claude-skills","feishu","home-assistant","lark","llm","mcp","skills"],"license":"mit","html_url":"https://github.com/aahl/skills","pushed_at":"2026-05-12T10:12:15Z","description":"AAHL's Agent Skills. 汇集了多种实用的智能体技能，涵盖Home Assistant智能家居控制、微软Edge TTS和智谱GLM-TTS文本转语音、DuckDuckGo搜索、DeepWiki文档检索、加密货币行情、天气预报、Lark/飞书、影视搜索、商品比价等功能","skill_md_sha":"e4d59f69a458fa6a6b3363b9f0a74e1a42332589","skill_md_path":"skills/mcp-deepwiki/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/aahl/skills/tree/main/skills/mcp-deepwiki"},"layout":"multi","source":"github","category":"skills","frontmatter":{"name":"mcp-deepwiki","description":"Skills for accessing and searching docs in DeepWiki/GitHub’s public code repositories can help users understand open-source project source codes, and users can also ask questions directly about the code docs."},"skills_sh_url":"https://skills.sh/aahl/skills/mcp-deepwiki"},"updatedAt":"2026-05-18T18:56:14.523Z"}}