插件
浏览、筛选并安装 DeepSeek-Harness 插件。
共 34 个插件
dsh-sideband
ishuowang/dsh-sideband
在 DSH Session 与已授权 Agent Team Room 之间异步传递 LLM 总结的上下文,支持即时快照与定时摘要。
dsh-session-cleaner
fountunt/dsh-session-cleaner
Delete sessions from a running web runtime: live store, workspace records, and on-disk artifacts (no restart needed).
dsh-polling
cnyac/dsh-polling
Recurring/scheduled tasks (轮询任务/定时任务) plugin for DeepSeek Harness: cron-driven polling jobs as real sessions, natural-language creation, model tools (polling_create/list/edit/delete/trigger) and a web UI. Install-and-go via `dsh plugin add`.
dsh-failure-capsule
yiharvest/dsh-failure-capsule
Local-first failure evidence capsules for DeepSeek Harness sessions
dsh-cloudflare-browser-run
realalexandreai/dsh-cloudflare-browser-run
DeepSeek Harness plugin: web browsing tools (markdown / screenshot / pdf) powered by Cloudflare Browser Run — real headless Chrome with JS rendering, login sessions and WebMCP support.
dsh-session-search-pro
lesliewylie/dsh-session-search-pro
通过 harness 自带的 `sessionQuery` 服务搜索、列出、读取历史与当前会话:部署启用了 SQLite FTS5 索引时走索引,未启用时回退到有上限的倒序扫描。
dsh-handoff
fleetingecho/dsh-handoff
每个工作目录与 git 分支自动维护 handoff.md:记录回合、折叠为简洁 Markdown 并注入后续会话,存储于 ~/.agent/agent-handoff,与 pi-handoff 字节级兼容。
dsh-lan-pass
x2802490130-prog/dsh-lan-pass
Web UI 局域网密码门禁:同网手机/平板输共享密钥登录,会话与电脑实时同步,内置 randomUUID polyfill。
dsh-plugins
kazecreator/dsh-plugins
DeepSeek Harness IM bridge plugin: route Telegram & WeChat messages into per-peer agent sessions and reply back
dsh-plugin-recall
truelove-dreamer/dsh-plugin-recall
跨会话记忆:全文检索所有历史会话(复用 ctx.sessionQuery 的 SQLite FTS5 索引),把最强匹配片段带回当前上下文。