deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:meme-dog/dsh-plugin-finder
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
在会话内搜索 GitHub 上的社区 DeepSeek Harness (DSH) 插件,按 star 排序,每个结果带一键安装命令。
灵感来自 OpenClaw / Claude Code 时代的 skills.sh 与
npx skill:让 agent 自己发现生态插件,而不是靠人肉翻列表。
search_dsh_plugins:实时搜索 GitHub 公开 dsh-plugin topic(约 1000+ 仓库),排除官方 deepseek-ai 组织dsh plugin --profile web add github:<owner>/<repo>audit_dsh_plugin:安装前审查仓库<workspace>/.dsh-plugin-cache/<owner>__<name>/(限 50MB;缓存 24h,可传 refresh: true 强制重下)dsh.bundle 安装清单与 cordis.patch.ymldsh plugin --profile web add github:meme-dog/dsh-plugin-finder
安装后重启 dsh web 生效。重启后直接对 agent 说:
agent 会自动调用 search_dsh_plugins / audit_dsh_plugin 工具。
在会话内通过 cordis_define / cordis_run 注册,重启后失效;适合先体验。
| 层 | 说明 |
|---|---|
| 数据源 | GitHub Search API q=topic:dsh-plugin -org:deepseek-ai <keywords>&sort=stars |
| 传输 | ctx.shell + curl(本部署禁用 fetch provider 以防御 SSRF;curl 走与 bash 工具相同的沙箱/审批链路) |
| 缓存 | 按 (query, limit) 内存缓存 5 分钟 |
| 插件形态 | 标准 out-of-tree bundle:package.json 声明 dsh.bundle.patch,cordis.patch.yml 插入一行 |
--verify 冒烟测试:检查目标仓库是否声明 dsh.bundle manifestMIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。