wang-junjian/dsh-github-trending ↗★ 0
@wang-junjian/dsh-github-trending
DeepSeek Harness bundle plugin that exposes a github_trending tool backed by https://github.com/trending
安装
$
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