dsh-plugin-recommend
开发工具 活跃维护

dsh-plugin-recommend

863683348/dsh-plugin-recommend

内置1100+条插件市场目录,可按需求、分类、标签搜索并排序各类插件,支持目录实时刷新,能快速为开发者推荐适配的开发插件,无需额外配置即可直接使用。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
103 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:863683348/dsh-plugin-recommend
git clone https://github.com/863683348/dsh-plugin-recommend.git
git clone git@github.com:863683348/dsh-plugin-recommend.git
README.md main

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

Tool Action What it does
recommend search Top-N plugins for a need description (query), optional category / topN; each result includes score + match reasons
categories List catalog categories with counts
detail Full catalog entry for one plugin name
refresh Fetch 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