dsh-plugin-library-search:在 DSH 设置页搜索插件库并安装
DSH插件`dsh-plugin-library-search`旨在简化插件安装流程,将原本需前往GitHub搜索的过程整合至DSH“设置→插件”页。该插件对接GitHub上带有`topic:dsh-plugin`标签的仓库,提供瀑布流浏览、关键词过滤、自动加载下一页及一键安装等功能。支持Bundle和Cordis两种插件类型的安装与挂载,前者需重启服务生效,后者支持HMR实时挂载。模型也可通过调用`plugin_library_search`、`plugin_library_install`等工具实现自动化搜索与安装。安装时需指定`--profile web`,并依赖`pnpm`环境。为应对
Read Moredsh-plugin-finder:在 DSH 中搜索并审查社区插件
`dsh-plugin-finder` 是 DeepSeek Harness 的一个开源插件,旨在解决第三方插件发现与安全审查难题。它提供实时搜索和源码审计两大核心功能:`search_dsh_plugins` 可实时检索 GitHub 上的 DSH 插件,按 Star 数排序并展示简介及安装命令;`audit_dsh_plugin` 则对候选仓库进行只读审查,包括下载源码至沙盒(限 50MB)、检测安装清单、扫描七类危险代码模式,并生成包含回滚步骤的“试用转正式”安装计划。该插件严格遵循只读原则,不执行任何安装动作,搜索结果内存缓存 5 分钟以减少 API 调用压力。用户可通过命令安装或临时
Read MoreSearch for community plugins in DeepSeek Harness sessions using the dsh-find-plugin
The `dsh-find-plugin`, maintained by awesome-dsh-plugin, registers the `find_dsh_plugin` tool for DeepSeek Harness: it enables real-time retrieval of GitHub repositories tagged with the `dsh-plugin` topic via keyword search, sorts results by star count, and returns descriptions, links, and executable installation commands. The article cross-verifies information from directory pages, GitHub READMEs/source code, and npm version 0.3.6, covering details including installation (including web profile and pinned commit), usage examples, a curated list where only descriptions are modified without changing rankings, and precautions such as plugins running with the current dsh process permissions and the need to audit source code and licenses before installation. The community directory is not an official DeepSeek store.
Read More