zoahdev/dsh-github-intelligence ↗★ 4
dsh-github-intelligence
The most comprehensive developer-intelligence integration for DeepSeek Harness: 195+ read-only tools across GitHub, GitLab, Gitee, npm, PyPI, crates.io, Docker Hub, Hugging Face, Hacker News, Stack Overflow, Reddit, dev.to, RubyGems, NuGet, and the Go module proxy — with rate-limit-friendly caching.
AI Analysis
核心用于跨主流代码托管、包管理器和技术社区获取开发者情报。适合需要一站式检索多平台开源项目、包信息及社区动态的开发者,支持配置 Token 提升速率限制。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zoahdev/dsh-github-intelligenceREADME
Read the full 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. |