shaoxia20240902/dsh-plugin-leaderboard0

dsh-plugin-leaderboard

DSH 插件排行榜插件,在 Web UI 侧边栏展示 GitHub 最热/最新/最火的插件 Top 10。

AI 分析

核心用途是展示社区热门插件。适合希望在 DSH 界面内直接浏览、发现和了解社区最新及最热门插件动态的用户。

套件
dsh-plugin-leaderboard
版本
0.1.0
授權
MIT
最近更新
2026年8月18日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:shaoxia20240902/dsh-plugin-leaderboard

Configuration

Optional cordis.yml / profile patch on the dsh-plugin-leaderboard row:

- id: dsh-plugin-leaderboard
  config:
    githubToken: # or set GITHUB_TOKEN / GH_TOKEN
    topic: dsh-plugin
    cacheTtlMs: 600000
    starPages: 3
    updatedPages: 2
    excludes:
      - deepseek-ai/deepseek-harness
    originUrl: http://101.34.27.122:3091

Unauthenticated GitHub search is enough for a personal install. A token raises the rate limit if you refresh often.