
DSH 插件生态透明排行与推荐:每日自动抓取 dsh-plugin 话题 + 公开评分模型 + 排行/推荐插件与静态站
Install Dsh Recommend
Clean install: prebuilt on npm and declares a `dsh.bundle` layer.
The one-line version
dsh plugin --profile my-profile add dsh-recommendThe easy path: this bundle is published to npm, so the install pulls a prebuilt artifact — no build step runs on your machine and no build approval is needed.
From npm — installs a prebuilt artifact, no build step on your machine
# 1. add the bundle to a profile — --profile my-profile points at $DSH_HOME/profiles/my-profile
dsh plugin --profile my-profile add dsh-recommend
# 2. verify: the bundle should show up as a layer in the resolved config
dsh --profile my-profile --dump-config
# 3. boot the profile
dsh --profile my-profilePackage: dsh-recommend
Prefer to install from source instead?
From GitHub — pulls source, and may ask for build approval on first run
# 1. add the bundle to a profile — --profile my-profile points at $DSH_HOME/profiles/my-profile
dsh plugin --profile my-profile add github:zp-home/dsh-recommend#<commit-sha>
# 2. verify: the bundle should show up as a layer in the resolved config
dsh --profile my-profile --dump-config
# 3. boot the profile
dsh --profile my-profilePrerequisites
- API key
- Required — see the repository README for which provider.
- Network access
- Not required at runtime.
- Language
- JavaScript
Install check
Every field the verdict was derived from, so you can re-derive it yourself
| Field checked | Result | Weight | What the spec says about it |
|---|---|---|---|
| lifecycleScripts | pass | info | no install-time scripts |
| dsh.bundle | pass | fatal | package.json declares a `dsh.bundle` layer |
| dsh.bundle.patch file | pass | fatal | patch file present at `cordis.patch.yml` |
| npm registry | pass | fatal | published as `dsh-recommend` — prebuilt artifacts |
- Verdict reason
- on npm with a valid bundle declaration
- package.json read
- package.json
- Rules applied from
- docs/user/develop/basic/publish.md
- Checked at
- 2026-08-15
From the README
Excerpt as published by the author, plain text, unedited
> DSH 插件生态的**透明排行与推荐**:每 2 小时自动抓取全 GitHub 的 `dsh-plugin` 话题仓库,按公开的评分模型打分排序;DSH 插件与静态站消费同一份数据。 - **透明**:评分公式、权重、全部原始数据都公开在这个仓库里,任何人 `clone` 后跑一遍 `node scripts/sync.mjs` 即可复算——这是排行类项目信任的基石 - **可信**:官方本体/非插件 denylist(`scripts/exclude-list.json`)+ 榜单前 200 名**深扫插件性验证**(`scripts/scan.mjs` 检测 `dsh` 声明 / `@deepseek-ai/*` 依赖 / cordis 配置 / skills 特征),未检出特征的仓库排除出榜并透明标注;hub 目录抓取失败会让 CI 红,信号源健康度随时可见 - **自动化**:GitHub Actions 每 2 小时全量重算并提交 `data/`(含深扫、历史快照、徽章、月度报告),数据永不人工维护 - **一份数据,多个消费端**:`data/registry.json` 是唯一事实源,静态排行站、DSH 插件(模型工具 + 设置页标签)、外部工具共用;`data/history.json` 提供每日趋势 👉 打开 **https://zp-home.github.io/dsh-recommend/site/** —— 卡片式排行榜:前三名奖牌、四维信号徽章、🏅 精选认证,支持搜索 / 分类筛选 / 四种排序(综合分 / 热度 / 最近更新 / 最新发布)、分页浏览、详情展开(主题标签 / 许可证 / 发布时间 / 深扫状态)、近 N 天**综合分走势图**、一键复制**安装命令**与 **README 徽章**链接。 🏆 **发展排行榜**(独立页面
Topics
GitHub topics on this repository