插件目录 / Developer / dshbase-catalog
dshbase-catalog
已验证 · 实测可装 ylwl1997
功能简介
在 DSH 里搜索 dshbase 插件目录——按关键词找插件,返回安装命令和实测状态。
可用 — 实测通过,早期项目
在 DSH 里搜索 dshbase 插件目录——按关键词找插件,返回安装命令和实测状态。 实测能干净安装、正常启动。早期项目,但功能可用。
「已验证」表示我们的自动化 CI 在干净 profile 里实际执行了 dsh plugin add 并启动成功——仅此而已。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。
README
dshbase-catalog
Query the dshbase plugin directory from inside DeepSeek Harness 锟斤拷 search, list, and get install commands for 1,100+ community plugins without leaving your session.
Install
dsh plugin add dshbase-catalog
Tools
| Tool | Description |
|---|---|
search_dsh_plugins |
Full-text search across plugin name + description |
get_dsh_plugin |
Look up one plugin: install command, verification status, stats |
list_dsh_plugins |
List plugins by category |
get_dsh_stats |
Catalog totals (plugins, npm vs git, verification) |
get_dsh_categories |
All categories with counts |
Data
The catalog snapshot is regenerated daily from the live dshbase directory (see scripts/sync-catalog.py), so the built-in index stays current.
License
MIT
安装
Web profile:
dsh plugin --profile web add dshbase-catalog Headless(CLI)profile:
dsh plugin --profile headless add dshbase-catalog 包信息
npm:dshbase-catalog · 版本 0.1.0 · 实测环境 dsh 0.1.0-rc.6
实测报告
端到端验证通过:dsh 0.1.0-rc.6 上 L1 安装 + L2 加载 + L3 运行问答。
使用场景
扩展 agent 的编码能力面——给它一个新工具、工作流或集成,让它接手以前做不了的开发任务。
适合谁
想让 dsh 在真实代码库上像队友一样干活的开发者——能改、能跑、能验证,而不只是回答问题。
二次开发建议
工具/命令面就是缝:暴露更多 SDK 能力、加更聪明的上下文接线,或收紧改代码与验证之间的循环。