目前最完整的 dsh GitHub 整合:仓库概览、Release、Issue、PR、贡献者、搜索与一键深度报告,内置 TTL 缓存,无需 API Key。
安装
# GitHub 源码(首次需按提示配置 allowBuilds 构建授权后重试)
dsh plugin --profile web add github:zoahdev/dsh-github-intelligence
装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络,工具审批管不到它。GitHub 来源的插件还会在安装时执行构建脚本。请只安装可信来源,并尽量锁定 commit(github:owner/repo#sha)。
README
The most comprehensive developer-intelligence integration for DeepSeek Harness: 160+ read-only tools across 11 external ecosystems plus the dsh registry itself — GitHub, GitLab, Gitee, npm, PyPI, crates.io, Docker Hub, Hugging Face, Hacker News, Stack Overflow, and Reddit. No API key required, rate-limit-friendly TTL caching, cancellation, and UI cards.
Topic:
dsh-plugin· Tested withdsh0.1.0-rc.6 · Node 24 / pnpm 11
Tools
| Tool | What it does |
|---|---|
github_repo |
Full repo overview: stars, forks, issues, language, license, topics, default branch, archived status, activity dates |
github_releases |
Recent releases with tag, date, pre-release flag, URL, body preview |
github_issues |
Recent issues by state (open/closed/all) — pull requests excluded automatically |
github_pulls |
Recent pull requests by state, including merge status |
github_contributors |
Top contributors by commit count |
github_search |
Repository search sorted by stars or last update |
github_repo_report |
One-shot deep report: overview + latest release + open issues + recent commits + top contributors |
github_compare |
Side-by-side comparison of two repositories with numeric deltas |
github_trending |
Recently created repositories sorted by stars (optional language filter) |
github_user_repos |
A user's top repositories by stars |
github_help |
Catalog of all 140+ tools — call it when unsure which tool to use |
Beyond GitHub, the catalog also covers GitLab, Gitee, npm, PyPI, crates.io, Docker Hub, Hugging Face, Hacker News, Stack Overflow, Reddit, and the dsh plugin ecosystem itself (registry stats) — one install, one consistent tool style, one cache.
Example prompts:
- "Give me a full report on
deepseek-ai/deepseek-harness." - "What open issues does
ollama/ollamahave right now?" - "Who are the top contributors of
openai/openai-python?" - "Find the top 5 TypeScript agent frameworks and compare their stars."
Install
dsh plugin --profile web add github:zoahdev/dsh-github-intelligence
# or from tarball:
dsh plugin --profile web add ./dsh-github-intelligence-1.0.0.tgz
Then restart dsh web and ask your agent to use the tools above.
Configuration
All values are optional and set in cordis.yml:
| Key | Type | Default | Description |
|---|---|---|---|
githubToken |
string | (none) | GitHub token to raise the anonymous 60 requests/hour limit. Never commit it. |
timeoutMs |
number | 10000 |
Request timeout in milliseconds. |
defaultLimit |
number | 5 |
Default result count when the model omits limit. |
bodyPreviewChars |
number | 500 |
Maximum characters kept from a release body preview. |
cacheTtlMs |
number | 60000 |
In-memory response cache TTL, so composed calls stay cheap. |
userAgent |
string | dsh-github-intelligence/1.0.0 |
User-Agent header sent to the GitHub API. |
Why "most complete"
- Breadth: 160+ tools across 11 external developer ecosystems plus the dsh registry — not just one endpoint.
- Depth:
github_repo_reportcomposes repo facts into one canonical answer;github_helpmakes the catalog self-discoverable. - Rate-limit friendly: every endpoint is wrapped in a short TTL cache; the deep report reuses cached sub-calls (4 HTTP requests, not 4+ per repetition).
- Correctness: issues are filtered to exclude pull requests; every request honors
exec.signal; anonymous rate limits and 429s produce actionable errors. - Verified: 27 tests, CI that installs the bundle into
dsh weband boots it (see VERIFICATION.md).
⭐ If this helps your agent, a star helps the ecosystem find it. Feedback and issues are equally welcome.
Development
pnpm install
pnpm run build
pnpm test
pnpm pack
Demo (real output, 2026-08-15)
github_repo_report on deepseek-ai/deepseek-harness:
# deepseek-ai/deepseek-harness
deepseek-ai/deepseek-harness — DeepSeek Harness: Everything is a Plugin.
Stars: 98472 · Forks: 9214 · Open issues: 0 · Default branch: master
Language: TypeScript · License: MIT · Pushed: 2026-08-13
https://github.com/deepseek-ai/deepseek-harness
Latest release: none
Open issues: 0
Recent commits:
- 47f9438 Merge pull request #2519 from deepseek-harness/feat/npm-public (imccyu)
- abe560f release(dsh): 0.1.0-rc.5 (imccyu)
- 8c1e8d9 build(release): publish the dsh family publicly (imccyu)
- f26a6f6 Merge pull request #2520 from deepseek-harness/docs/paper (Tianyi Cui)
- 124aa5f Merge pull request #2521 from deepseek-harness/release/dsh-0.1.0-rc.3 (imccyu)
Top contributors: 1. tianyicui (5235) · 2. LegGasai (1361) · 3. imccyu (1168) · 4. Chinesezjc (587) · 5. turtle1999 (585)
One question answers: what is this repo, what did it ship, who maintains it, and is it alive.
License
MIT © 2026 zoahdev
中文
dsh-github-intelligence —— DeepSeek Harness 上最全面的开发者情报整合:160+ 只读工具,横跨 11 大外部生态 + dsh 注册表(GitHub、GitLab、Gitee、npm、PyPI、crates.io、Docker Hub、Hugging Face、Hacker News、Stack Overflow、Reddit)。无需 API Key,内置 60 秒缓存,支持取消与 UI 卡片。
话题:
dsh-plugin· 已在dsh0.1.0-rc.6 / Node 24 / pnpm 11 实测
工具
| 工具 | 功能 |
|---|---|
github_repo |
仓库全景:星标、fork、issues、语言、许可证、话题、默认分支、归档状态、活跃时间 |
github_releases |
最近 Release(tag、日期、预发布、链接、正文预览) |
github_issues |
按状态查 Issue(open/closed/all),自动排除 PR |
github_pulls |
按状态查 PR,含合并状态 |
github_contributors |
按提交数排名的贡献者 |
github_search |
按星标/更新时间搜索仓库 |
github_repo_report |
深度报告:概览 + 最新 Release + open issues + 最近提交 + 头部贡献者 |
github_compare |
两个仓库并排对比(含数值差量) |
github_trending |
近期新建仓库按星标排序(可按语言过滤) |
github_user_repos |
某用户星标最高的仓库 |
github_help |
全部 140+ 工具目录,不确定时先问它 |
GitHub 之外,目录还覆盖 GitLab、Gitee、npm、PyPI、crates.io、Docker Hub、Hugging Face、Hacker News、Stack Overflow、Reddit 以及 dsh 插件生态自身(注册表统计)——一次安装,统一风格,统一缓存。
示例提问:
- "给我一份 deepseek-ai/deepseek-harness 的完整报告"
- "ollama/ollama 现在有哪些 open issue?"
- "openai/openai-python 的头部贡献者是谁?"
- "找 5 个 TypeScript agent 框架并按星标对比"
安装
dsh plugin --profile web add github:zoahdev/dsh-github-intelligence
dsh plugin --profile web add ./dsh-github-intelligence-1.0.0.tgz
为什么说"最完整"
- 覆盖面:160+ 工具、11 大外部生态 + dsh 注册表,不是单点工具;
- 深度:
github_repo_report一次回答"这个仓库到底怎么样";github_help让目录自发现; - 省配额:所有接口带短 TTL 缓存,深度报告复用缓存子调用,一次只发 4 个请求;
- 正确性:Issue 自动排除 PR、全部请求支持取消、匿名限流/429 有明确提示;
- 验证:27 个测试 + CI 真实安装进
dsh web并启动(见 VERIFICATION.md)。
⭐ 如果它帮到了你的 agent,一个 star 就能让整个生态更容易发现它。反馈和 issue 同样欢迎。
开发
pnpm install
pnpm run build
pnpm test
pnpm pack
演示(真实输出,2026-08-15)
github_repo_report 对 deepseek-ai/deepseek-harness 的实际结果:
# deepseek-ai/deepseek-harness
deepseek-ai/deepseek-harness — DeepSeek Harness: Everything is a Plugin.
Stars: 98472 · Forks: 9214 · Open issues: 0 · Default branch: master
Language: TypeScript · License: MIT · Pushed: 2026-08-13
https://github.com/deepseek-ai/deepseek-harness
Latest release: none
Open issues: 0
Recent commits:
- 47f9438 Merge pull request #2519 from deepseek-harness/feat/npm-public (imccyu)
- abe560f release(dsh): 0.1.0-rc.5 (imccyu)
- 8c1e8d9 build(release): publish the dsh family publicly (imccyu)
- f26a6f6 Merge pull request #2520 from deepseek-harness/docs/paper (Tianyi Cui)
- 124aa5f Merge pull request #2521 from deepseek-harness/release/dsh-0.1.0-rc.3 (imccyu)
Top contributors: 1. tianyicui (5235) · 2. LegGasai (1361) · 3. imccyu (1168) · 4. Chinesezjc (587) · 5. turtle1999 (585)
一次提问回答三件事:这仓库是什么、最近发了什么、谁在维护、还活着吗。
许可证
MIT © 2026 zoahdev
链接
同类插件
liustack/modlens★ 1398
为纯文本模型架起视觉桥梁:粘贴图片,输出结构化 JSON 证据(OCR、版面、语义)。
Anionex/dsh-vision-toolkit★ 361
让纯文本模型更好地做视觉任务:带意图的图片问答、长截图 OCR、UI 还原等。
zhaoolee/notes★ 141
将 DSH 对话导出为锤子便签风格 PNG,或在配置的账号工作区中新建和更新 Markdown 便签。
Lum1104/dsh-browser★ 101
Chrome 侧边栏扩展,让 DSH 直接操控你的浏览器,无需视觉能力。
dsh-market/dsh-market★ 96
装在 DSH 里的插件市场:设置页内逛/搜全部社区插件,按分类筛选,确认后一键安装,已装插件一目了然。
liustack/modsearch★ 95
纯文本 agent 的联网搜索桥:搜索网页与 X,返回结构化 JSON 证据(search/fetch/引用)。