Skip to main content

Plugins

Browse, filter, and install DeepSeek-Harness plugins.

78 plugins found

Z

dsh-cdp-browser

zaiwenj/dsh-cdp-browser

CDP bridge to an already-running Chrome/Edge for DSH: screenshots, pixel assertions, DOM/CSS checks, and page JS evaluation over HTTP + WebSocket, with zero child processes, zero npm dependencies, and zero per-use approval.

04 days agoTools & CapabilitiesMIT
W

dsh-svg-motion

weike-zhang/dsh-svg-motion

Turn any SVG logo into a motion video inside DSH: an `animate_svg` tool renders a transparent 30fps assembly animation (parts fly in, or the whole mark settles) and synthesizes an MP4 with ffmpeg.

03 days agoTools & CapabilitiesApache-2.0
J

pty-runner

johnxu22786/pty-runner

Long-lived background terminal jobs for dsh: launch processes in a PTY, write input (including control sequences like Ctrl+C), page through ring-buffered output, and stop jobs gracefully or forcefully.

0Tools & CapabilitiesPossibly stale
S

dsh-plugin-sodamem

sodamem/dsh-plugin-sodamem

Bi-temporal memory backed by a SodaMem daemon: recall is contributed to the prompt while each turn is assembled and every closed turn is ingested, with no tool call and no model call on the read path; each recalled fact cites the turn it came from and carries validity dates, so superseded facts stop being retrieved.

02 days agoMemoryApache-2.0
P

dsh-plugin

plur-ai/dsh-plugin

PLUR memory rendered into the system prompt on each assembly rather than exposed as a tool call, so the block is replaced instead of appended and context stays flat across a session. Fully local hybrid search (BM25 + BGE fused with RRF), plain YAML storage you can edit, per-workspace scoping, and a /plur-memory browser.

04 days agoMemoryApache-2.0
I

dsh-plugin-scout

icefall7/dsh-plugin-scout

Scouts the deepseek-harness repo and every dsh-plugin-tagged repository to discover harnesses related to your goal, then judges each as worth trying, watching, or skipping.

05 days agoDev & Plugin ToolsMIT