Plugins
Browse, filter, and install DeepSeek-Harness plugins.
34 plugins found
dsh-sideband
ishuowang/dsh-sideband
Asynchronous, LLM-summarized context relay between DSH Sessions and authorized Agent Team Rooms, with instant snapshots and scheduled digests.
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
Search, list and read past and current sessions through the harness's own `sessionQuery` service: uses the SQLite FTS5 index where a deployment enables it, and falls back to a bounded newest-first scan where it does not.
dsh-handoff
fleetingecho/dsh-handoff
Self-maintaining handoff memory per working directory and git branch: records turns, folds them into concise Markdown, and injects the result into future sessions from ~/.agent/agent-handoff, byte-compatible with pi-handoff.
dsh-lan-pass
x2802490130-prog/dsh-lan-pass
A LAN password gate for the Web UI: phones and tablets on the same network log in with a shared key and see the same sessions in real time, with a built-in randomUUID polyfill for plain-HTTP origins.
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
Cross-session memory for the model: full-text search all past sessions (SQLite FTS5 via ctx.sessionQuery) and bring the strongest matching excerpts back into the current context.