wang-junjian/dsh-github-trending ↗★ 0
@wang-junjian/dsh-github-trending
DeepSeek Harness 组合插件,公开了一个由 GitHub Trending 支持的 github_trending 工具。
AI 分析
核心用途是让 DSH 智能体能够查询 GitHub 热门趋势仓库。适合需要让 AI 助手按语言和时间周期检索最新热门开源项目的开发者。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wang-junjian/dsh-github-trending说明文档
阅读完整 README ↗Usage
Ask the agent to list trending repositories:
Show me today's trending Python repositories.
Tool parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
language | string | no | Programming language filter, e.g. python, typescript, go. |
since | string | no | daily (default), weekly, or monthly. |
maxResults | integer | no | Maximum repositories to return (1–25, default 10). |
Cordis config
The bundle patch inserts one row by default. You can override its config in your
profile's cordis.patch.yml:
- id: github-trending
config:
enabled: true
timeoutMs: 30000
maxResults: 10