
DSH Find Plugins
☆ 17A community-built DeepSeek Harness plugin indexed from its public source repository.
Get this plugin
Review the source, then continue to the publisher.
About this plugin
Source snapshot 8/13/2026dsh-find-plugins
简体中文 | English
对 DSH 说一句「有没有插件能……」,它就会从全 GitHub 的 dsh-plugin topic 里找出候选,解释差别,等你选好以后再安装和验证。
仓库属于个人还是组织并不重要。只要是公开仓库并带有 dsh-plugin topic,转移仓库后仍然能被发现。
安装
把本仓库链接发给 DSH,说一句「帮我装这个技能」。
手动安装时,把 skills/find-plugins/ 整个目录复制到 $DSH_HOME/skills/;只想给当前项目使用,则复制到 <项目根>/.agents/skills/。目录 watcher 会让它立即生效。
它会怎么做
Skill 会先运行自带脚本,获取所有公开、未归档、非 fork 的 dsh-plugin 仓库。它只检查最匹配的少量候选,并从 README、package.json 和仓库文件判断应该按 bundle、Cordis 插件还是 skill 安装。涉及 lifecycle scripts 或可疑的额外写入时,它会停下来让你确认。
比如「想把数据和流程画出来」可以找到 dsh-visualize;「想给 Web UI 加点 2005 年互联网味道」可能会找到 dsh-ads。检索命中纯属巧合。
dsh-external/hub 在当前账号可访问时可以补充分类和安装信息,但 GitHub topic 才是主目录。灵感来自 vercel-labs/skills 的 find-skills。
License: BSD-3-Clause