wang-junjian/dsh-github-trending0

@wang-junjian/dsh-github-trending

DeepSeek Harness 组合插件,公开了一个由 GitHub Trending 支持的 github_trending 工具。

AI 分析

核心用途是让 DSH 智能体能够查询 GitHub 热门趋势仓库。适合需要让 AI 助手按语言和时间周期检索最新热门开源项目的开发者。

套件
@wang-junjian/dsh-github-trending
版本
0.1.0
最近更新
2026年8月24日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wang-junjian/dsh-github-trending

Usage

Ask the agent to list trending repositories:

Show me today's trending Python repositories.

Tool parameters

ParameterTypeRequiredDescription
languagestringnoProgramming language filter, e.g. python, typescript, go.
sincestringnodaily (default), weekly, or monthly.
maxResultsintegernoMaximum 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