zoahdev/dsh-github-release-radar ↗★ 0
dsh-github-release-radar
DeepSeek Harness 的 GitHub 版本发布雷达:无需 API 密钥即可查询版本发布、仓库统计数据和进行仓库搜索。
AI 分析
免 API 密钥查询 GitHub 仓库的 Release 记录和统计数据。适合需要让智能体快速追踪开源项目更新动态,且不想配置 GitHub Token 的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zoahdev/dsh-github-release-radar说明文档
阅读完整 README ↗Configuration
All values are optional and can be set in cordis.yml:
| Key | Type | Default | Description |
|---|---|---|---|
githubToken | string | (none) | GitHub token to raise the anonymous 60 requests/hour rate 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. |
userAgent | string | dsh-github-release-radar/0.1.0 | User-Agent header sent to the GitHub API. |
Example:
- insert:
- id: github-release-radar
name: dsh-github-release-radar
config:
githubToken: ghp_xxx
defaultLimit: 10
timeoutMs: 15000
配置
全部可选,写入 cordis.yml:
| 配置项 | 类型 | 默认值 | 说明 |
|---|---|---|---|
githubToken | string | 无 | GitHub token,可提高匿名 60 次/小时的限流;切勿提交到仓库。 |
timeoutMs | number | 10000 | 请求超时(毫秒)。 |
defaultLimit | number | 5 | 模型未传 limit 时的默认返回条数。 |
bodyPreviewChars | number | 500 | Release 正文预览最大字符数。 |
userAgent | string | dsh-github-release-radar/0.1.0 | 请求 GitHub API 的 User-Agent。 |