DeepSeek Harness plugin

dsh-plugin-rankings

DSH 插件榜单:每天整理 dsh-plugin 生态 Top 10 / Top 100,按热度(GitHub Star)或下载量(npm 周下载)降序排序,默认按热度;数据聚合自 GitHub dsh-plugin 主题、Oh-My-DSH 聚合目录、awesome-dsh 精选清单与 npm 下载统计,入口集成在设置页

Jump to install

Source facts

Repository
nanami-0713/dsh-plugin-rankings
Latest update
Aug 16, 2026
Category
Plugin Markets & Managers
GitHub stars
1
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/nanami-0713/dsh-plugin-rankings
Plugin: dsh-plugin-rankings
Author: nanami-0713

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

@dsh-external/dsh-plugin-rankings

DSH 插件榜单:每天整理一次 dsh-plugin 生态 Top 10 / Top 100,支持按 热度(GitHub Star)或 下载量(npm 最近一周下载)降序排序,默认按热度。 入口集成在 DSH Web 设置页,与其他插件设置并列。

数据来源

来源用途接口
GitHub dsh-plugin 主题热度主指标(Star/Fork)、仓库元数据api.github.com/search/repositories
Oh-My-DSH 聚合目录分类、人工备注、活跃度信号、类型data/plugins.json(jsDelivr CDN)
awesome-dsh-plugin 精选清单精选徽标与补录条目README 逐行解析(jsDelivr CDN)
npm 关键字搜索 + 周下载量下载量指标、npm 包链接registry.npmjs.org / api.npmjs.org

全部为公开只读接口,无鉴权;host 每天(默认 24 小时,可调 12–72 小时) 自动整理一次,也可在设置页点击「立即整理」手动触发。

功能

  • 榜单范围:Top 10 / Top 100 一键切换
  • 排序:热度(默认)/ 下载量,均降序;显示排名徽章(前三金银铜)
  • 每个条目展示:Star、周下载、分类、活跃度、语言、License、更新时间、

来源徽标(GitHub / Oh-My-DSH / awesome / npm),可点击直达 GitHub 与 npm

  • 自动整理开关与间隔设置;采集告警与失败状态可见;旧快照保留,采集失败不影响展示

架构

标准 DSH 双端 bundle 插件:

  • host 半lib/index.js):多源聚合管线 + 快照落盘

~/.dsh/plugins/dsh-plugin-rankings/data.json + 每日调度(启动补漏 + 每 6 小时检查) + 同源 HTTP API: - GET /api/dsh-plugin-rankings/data 快照、设置与整理状态 - GET/PUT /api/dsh-plugin-rankings/settings 用户设置 - POST /api/dsh-plugin-rankings/refresh 手动触发整理

  • client 半lib/client.js):注册 settings.section 槽位

「插件榜单」,React 组件渲染榜单与设置控件

开发

npm install
npm run build:all   # tsc 编译 host + tsdown 打包 client
npm run typecheck

安装

dsh plugin add /path/to/dsh-plugin-rankings
# 或热装配:改 profile package.json(link 依赖 + bundles)后重启

License

MIT