DeepSeek Harness plugin

dsh-top-leaderboard

DSH Web 插件热度榜单:侧栏「榜单」按钮 + 弹窗排行 + 一键安装(复用官方 Profile/Bundle 契约)

Jump to install

Source facts

Repository
l541402398/dsh-top-leaderboard
Latest update
Aug 17, 2026
Category
Tools & Capabilities
GitHub stars
0
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/l541402398/dsh-top-leaderboard
Plugin: dsh-top-leaderboard
Author: l541402398

Check the source files

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

File explorer3 files
README.mdSource · read only

dsh-top-leaderboard

DSH 插件热度榜单:给 DeepSeek Harness 的 Web GUI 侧栏加一个「🏆 榜单」按钮,弹窗里浏览/搜索插件、区分插件类型、检测访问权限、一键安装,并带实时安装日志。

功能

  • 侧栏底部「🏆 榜单」按钮 → 弹窗(搜索 + 排行)。
  • 两个 Tab:

- 热度榜:dsh-external 生态榜单(本地快照 data/leaderboard.json)。 - 官方 dsh-plugin:实时拉取 GitHub dsh-plugin topic 的公开插件(按 Star 排序)。

  • 每个条目显示类型徽章技能 / Bundle / Cordis / Marisa,以及 📦 仓库大小(GitHub 统计,≥100MB 橙色警示;热度榜的大小渐进式补全并缓存)。
  • 一键安装:HTTPS 浅克隆优先(强制 HTTP/1.1 规避 HTTP/2 断流 + 自动重试 3 次,公共仓库无需 SSH 密钥),失败退回 SSH——技能拷到 ~/.dsh/skills/,bundle/cordis 装进 web profile。
  • 安装前日志先报告仓库大小,大仓库会预估下载时间,避免不知情克隆大插件。
  • 安装接口信任 loopback 与部署声明的 trusted-host(dsh web --trusted-host),通过域名访问不会 403。
  • 私有仓库名前有 🔒,点击检测访问权限(有权限显示绿色 🔓),结果跨刷新持久化。
  • 安装过程实时日志,可展开查看失败原因;「已安装」状态跨刷新持久化。

安装

# 需要 DSH 与 pnpm 已就绪
dsh plugin --profile web add github:<owner>/dsh-top-leaderboard
dsh web   # 重启后刷新 http://127.0.0.1:3080

或本地 tarball:

dsh plugin --profile web add /path/to/dsh-top-leaderboard-0.1.0.tgz

前置条件

  • DeepSeek Harness(dsh 命令)与 pnpm
  • 安装私有仓库:配置好 GitHub SSH 密钥(~/.ssh/config 指向你的密钥,ssh -T git@github.com 能登录)。

License

MIT