dingzhenyao/dsh-plugin-directory ↗★ 2
dsh-plugin-directory
DSH 插件目录插件:在 DSH Web GUI 设置中渲染一个可浏览、可搜索、基于统计数据的 GitHub DSH 插件仓库目录。
AI 分析
核心用途是方便用户在 Web 界面中直接检索和发现 DSH 插件。适合希望快速寻找、筛选和了解社区插件的 DSH 用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dingzhenyao/dsh-plugin-directory说明文档
阅读完整 README ↗Usage
The tab is a client-side directory over a snapshot of the dsh-plugin topic.
Repos are included when their README documents a dsh plugin command, they
carry the dsh-plugin topic, or their name/description mentions dsh-plugin —
the repo name itself does not need to contain "dsh". Candidates are ranked
by stars so real plugins outrank list/boilerplate repos:
- Search — filter by plugin name, owner, or description; the query also triggers a live GitHub search for the latest matching repos (see below).
- Category multi-select — combine any number of function categories (tool, skill, memory, vision, UI skin, MCP, orchestration, CLI/TUI, web, agent, other).
- Install-form filter — restrict to bundle / repository / client / unknown.
- Group-by dimension — group cards by function category, install form, language, or star bucket (default: no grouping).
- Sort — by quality score, stars, or most recent update (default: stars).
- Statistics dashboard — totals and breakdowns by category, install form, language, and star bucket.
- One-click install — a card's Install button copies the plugin's
install command, shown only when the plugin's own README documents a real
dshinstall command (see the extraction policy below). - My plugins — a personal management panel below the directory. Clicking
Install records the plugin, and you can also add plugins manually (the
source repository
owner/repois required) and remove or refresh existing entries. The list is stored in the browser'slocalStorageunderdsh-plugin-directory:installed(see the note below). - Refresh — a manual refresh button re-pulls the latest snapshot from the CDN.