zoahdev/dsh-github-intelligence4

dsh-github-intelligence

面向 DeepSeek Harness 的开发者情报集成插件,提供涵盖 GitHub、GitLab、npm、PyPI、Hugging Face 等平台的 195 多个只读工具,并支持限流友好型缓存。

AI 分析

核心用于跨主流代码托管、包管理器和技术社区获取开发者情报。适合需要一站式检索多平台开源项目、包信息及社区动态的开发者,支持配置 Token 提升速率限制。

包名
dsh-github-intelligence
版本
2.9.0
许可证
MIT
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zoahdev/dsh-github-intelligence

Configuration

All values are optional and set in cordis.yml:

KeyTypeDefaultDescription
githubTokenstring(none)GitHub token to raise the anonymous 60 requests/hour limit. Never commit it.
timeoutMsnumber10000Request timeout in milliseconds.
defaultLimitnumber5Default result count when the model omits limit.
bodyPreviewCharsnumber500Maximum characters kept from a release body preview.
cacheTtlMsnumber60000In-memory response cache TTL, so composed calls stay cheap.
userAgentstringdsh-github-intelligence/2.8.0User-Agent header sent to the GitHub API.