zoahdev/dsh-github-intelligence ↗★ 4
dsh-github-intelligence
面向 DeepSeek Harness 的开发者情报集成插件,提供涵盖 GitHub、GitLab、npm、PyPI、Hugging Face 等平台的 195 多个只读工具,并支持限流友好型缓存。
AI 分析
核心用于跨主流代码托管、包管理器和技术社区获取开发者情报。适合需要一站式检索多平台开源项目、包信息及社区动态的开发者,支持配置 Token 提升速率限制。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zoahdev/dsh-github-intelligence说明文档
阅读完整 README ↗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/2.8.0 | User-Agent header sent to the GitHub API. |