zoahdev/dsh-github-release-radar0

dsh-github-release-radar

DeepSeek Harness 的 GitHub 版本发布雷达:无需 API 密钥即可查询版本发布、仓库统计数据和进行仓库搜索。

AI 分析

免 API 密钥查询 GitHub 仓库的 Release 记录和统计数据。适合需要让智能体快速追踪开源项目更新动态,且不想配置 GitHub Token 的用户。

包名
dsh-github-release-radar
版本
0.1.0
许可证
MIT
最近更新
2026年8月15日

安装

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

Configuration

All values are optional and can be set in cordis.yml:

KeyTypeDefaultDescription
githubTokenstring(none)GitHub token to raise the anonymous 60 requests/hour rate limit. Never commit it.
timeoutMsnumber10000Request timeout in milliseconds.
defaultLimitnumber5Default result count when the model omits limit.
bodyPreviewCharsnumber500Maximum characters kept from a release body preview.
userAgentstringdsh-github-release-radar/0.1.0User-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

配置项类型默认值说明
githubTokenstringGitHub token,可提高匿名 60 次/小时的限流;切勿提交到仓库。
timeoutMsnumber10000请求超时(毫秒)。
defaultLimitnumber5模型未传 limit 时的默认返回条数。
bodyPreviewCharsnumber500Release 正文预览最大字符数。
userAgentstringdsh-github-release-radar/0.1.0请求 GitHub API 的 User-Agent。