read-github by am-will/codex-skills
npx skills add https://github.com/am-will/codex-skills --skill read-github通过 gitmcp.io MCP 服务访问 GitHub 仓库文档和代码。
将 GitHub URL 转换为 gitmcp.io:
github.com/owner/repo → gitmcp.io/owner/repohttps://github.com/karpathy/llm-council → https://gitmcp.io/karpathy/llm-councilscripts/gitmcp.py 脚本提供了对仓库文档的 CLI 访问。
python3 scripts/gitmcp.py list-tools owner/repo
检索完整的文档文件(README、docs 等):
python3 scripts/gitmcp.py fetch-docs owner/repo
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
在仓库文档中进行语义搜索:
python3 scripts/gitmcp.py search-docs owner/repo "query"
使用 GitHub 搜索 API(精确匹配)搜索代码:
python3 scripts/gitmcp.py search-code owner/repo "function_name"
从文档中提到的 URL 获取内容:
python3 scripts/gitmcp.py fetch-url owner/repo "https://example.com/doc"
直接调用任何 MCP 工具:
python3 scripts/gitmcp.py call owner/repo tool_name '{"arg": "value"}'
工具名称会动态地加上仓库名前缀(使用下划线连接):
karpathy/llm-council → fetch_llm_council_documentationfacebook/react → fetch_react_documentationmy-org/my-repo → fetch_my_repo_documentation对于任何仓库,以下工具可用:
每周安装量
11.8K
仓库
GitHub 星标数
488
首次出现
2026 年 1 月 23 日
安全审计
安装于
codex11.8K
gemini-cli11.7K
opencode11.7K
github-copilot11.7K
cursor11.7K
amp11.7K
Access GitHub repository documentation and code via the gitmcp.io MCP service.
Convert GitHub URLs to gitmcp.io:
github.com/owner/repo → gitmcp.io/owner/repohttps://github.com/karpathy/llm-council → https://gitmcp.io/karpathy/llm-councilThe scripts/gitmcp.py script provides CLI access to repository docs.
python3 scripts/gitmcp.py list-tools owner/repo
Retrieves the full documentation file (README, docs, etc.):
python3 scripts/gitmcp.py fetch-docs owner/repo
Semantic search within repository documentation:
python3 scripts/gitmcp.py search-docs owner/repo "query"
Search code using GitHub Search API (exact match):
python3 scripts/gitmcp.py search-code owner/repo "function_name"
Fetch content from URLs mentioned in documentation:
python3 scripts/gitmcp.py fetch-url owner/repo "https://example.com/doc"
Call any MCP tool directly:
python3 scripts/gitmcp.py call owner/repo tool_name '{"arg": "value"}'
Tool names are dynamically prefixed with the repo name (underscored):
karpathy/llm-council → fetch_llm_council_documentationfacebook/react → fetch_react_documentationmy-org/my-repo → fetch_my_repo_documentationFor any repository, these tools are available:
Weekly Installs
11.8K
Repository
GitHub Stars
488
First Seen
Jan 23, 2026
Security Audits
Gen Agent Trust HubFailSocketPassSnykWarn
Installed on
codex11.8K
gemini-cli11.7K
opencode11.7K
github-copilot11.7K
cursor11.7K
amp11.7K
97,400 周安装