跳过主要内容
8

dsh-plugin-recommend

863683348/dsh-plugin-recommend

DSH 插件推荐器:按需求描述、分类与标签在 1100+ 条内嵌市场目录中搜索并排序插件,返回匹配理由,支持从 awesome-dsh-plugin README 在线刷新目录。

安装

dsh plugin --profile web add github:863683348/dsh-plugin-recommend

README

dsh-plugin-recommend

Plugin recommender for DeepSeek Harness — search and rank DSH plugins from a marketplace catalog by need description, category and tags, with match reasons.

Features

  • Embedded catalog: 1135 entries generated from the awesome-dsh-plugin data (name, repo, category, description, auto-derived tags).
  • Free-text scoring: name matches weigh most, then tags, then description; category filter narrows results.
  • Live refresh: pulls the latest catalog from the awesome-dsh-plugin README over HTTPS (fallback: embedded catalog).

Tools

ToolActionWhat it does
recommendsearchTop-N plugins for a need description (query), optional category / topN; each result includes score + match reasons
categoriesList catalog categories with counts
detailFull catalog entry for one plugin name
refreshFetch the latest catalog from the awesome-dsh-plugin README

Usage

recommend search "browser automation with screenshots"
recommend search "网页浏览" category tools
recommend detail dsh-plugin-gate
recommend categories
recommend refresh

Always cross-check a recommendation with the installation safety gate (gate_scan from dsh-plugin-gate) before installing.

Development

node --check lib/*.js
node test/recommend.test.mjs
node scripts/gen-catalog.mjs   # rebuild lib/catalog.json from awesome data

License

MIT

相关插件