zoahdev/dsh-github-release-radar ↗★ 0
dsh-github-release-radar
GitHub Release Radar for DeepSeek Harness: query releases, repo stats, and repository search without an API key.
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。 |