Skip to main content

Plugins

Browse, filter, and install DeepSeek-Harness plugins.

116 plugins found

A

dsh-memory-connect

asher-2000/dsh-memory-connect

Cross-session memory plugin for DSH (v0.6.1, npm @asherliner/dsh-memory-connect): auto-extraction, SQLite FTS5 indexing, RRF semantic recall injected into the system prompt every turn, scheduled maintenance, LLM-powered consolidation via ctx.llm, context explosion prevention, and global Soul identity via ~/.dsh/soul.md. v0.5.0 added temporal context graph (valid_from/valid_until/supersedes, append-only corrections via reviseMemory), trust model (recalled history injected as untrusted reference, current instruction always wins), turn-end summarization. v0.6.0 added local semantic embeddings (BAAI/bge-small-zh-v1.5 via embed_server.py, cosine + RRF fusion with FTS5, no cloud calls, ~232 msgs/sec on CPU). v0.6.1 fixed ~ expansion in path config. Zero-config install.

625 days agoMemoryMIT
Y

deepseek-harness-plugins (vision-bridge)

yinxe/deepseek-harness-plugins

Let text-only models see images: when a picture arrives with a placeholder like \[image omitted because this model accepts text only], the model calls the vision_describe tool and the plugin forwards the image reference plus the question to a multimodal model, retrying with a fallback model on failure. Configured in the settings page and persisted via the official settings API.

521 hours agoVision, Voice & MultimodalMIT
Y

deepseek-harness-plugins (mcwiki-search)

yinxe/deepseek-harness-plugins

Query Chinese Minecraft Wiki (MediaWiki API) and convert raw wiki text into clean AI-readable output — search, page intro, full-page Markdown, and random entry; templates, references, images and cross-language links are stripped before reaching the model.

521 hours agoTools & CapabilitiesMIT
D

dsh-research

dsh-research/dsh-research

Curated research plugin market: adds a Research plugins page to Settings with hand-reviewed plugins for literature search, reference management, writing and workbenches — one-click install, update and remove pinned to the reviewed version, restart from the panel, and exactly one network request (its own catalog).

520 days agoDev & Plugin ToolsMIT
N

dsh-explorer

no-prm/dsh-explorer

Git-first file-tree sidebar for the DSH web GUI: VS Code-style indent guides, M/A/U/D/R git decorations, HEAD-vs-worktree diff preview, media preview, and drag-to-reference (files/folders/selected code with line numbers) — pure plugin.

5last monthGit & Code ReviewMIT
X

dsh-plugin-uisfx

xanthanl/dsh-plugin-uisfx

Semantic UI sound effects powered by uisfx: task start/success/failure and per-button cues, settings UI with instant preview, 12 sound packs, Host-persisted preferences, and `ctx.uisfx` service for other plugins.

523 days agoIntegrations & RemoteMIT
V

tripo3d-plugin-dsh

vast-ai-research/tripo3d-plugin-dsh

Tripo 3D skills for DeepSeek Harness — generate engine-ready 3D assets from a text prompt or a reference image via tripo-cli, with texturing, rigging, retopology and format conversion in one pass.

412 days agoVision, Voice & Multimodal
P

dsh-browser-plus

particlelight/dsh-browser-plus

Visible Electron browser for DSH with one shared BrowserWindow, isolated task views, explicit human-Agent handoff, snapshot-reference and native navigation tools, operation trails, demand-driven page thumbnails, and keyed session recovery for reliable tab switching and closing.

423 days agoTools & CapabilitiesMIT
X

dsh-vision-hub (file-drop)

xing666173/dsh-vision-hub

Drag-and-drop file upload for PDF, Word, Excel and images: dropped files are saved to a local directory and referenced by path, no base64 bloat in the chat.

4last monthTools & Capabilities
H

dsh-at-any

hatsuyuki0103/dsh-at-any

Codex-style `@file` mentions for the web GUI: search and reference workspace files of every format (.java, .vue, PDF, images, extension-less, hidden) with no index truncation. Replaces dsh-at-file.

411 days agoUI EnhancementsMIT
Y

dsh-reference-checker

yu-tao-li/dsh-reference-checker

Reference verification for DeepSeek Harness (参考文献真实性检查器): the reference_checker model tool checks a paper's bibliography (.pdf/.bib/.tex/.txt or pasted text) against Crossref, OpenAlex and arXiv, reports found / partial / not_found / error per entry, and emits corrected citations in the input's style (APA, GB/T 7714, IEEE, Vancouver, MLA, Chicago, Harvard, ACS, BibTeX).

4last monthTools & CapabilitiesMIT
C

dsh-shell-command

chplus0/dsh-shell-command

Claude Code-style shell integration: /! for single-command analysis and /terminal for interactive PTY sessions with on-demand history reference.

4last monthTools & CapabilitiesMIT
L

dsh-session-ref

lacemou/dsh-session-ref

Cross-session reference (mention) plugin — paste @[label](dsh-session:…) into any session, including one in another workspace, and the host injects the referenced session snapshot for the model to read; includes a one-click copy-reference button.

413 days agoSessions & MessagesMIT
D

dsh-kb-sieve

dsh-external/dsh-kb-sieve

Knowledge-base plugin: build auditable KB packages (references + SQL).

3last monthTools & CapabilitiesApache-2.0
K

dsh-heartbeat

kanadego/dsh-heartbeat

Heartbeat loop for DeepSeek Harness: every 20 minutes (by default) the agent wakes on its own to keep a local profile of your interests and preferences, search the web for things you care about, and keep what it finds. When it has something worth sharing, it sends a short package of notes to the sessions you link it to. A set of rules in code - quiet hours, busy windows, a daily limit, a cooldown - decides whether it may speak at all, and the agent in that session decides whether to actually say anything. Windows only.

313 hours agoWorkflow & AutomationMIT
S

dsh-swarmdrop

swarm-apps/dsh-swarmdrop

Device channel between the agent and your own phone: it sends files it just produced, and you @-reference what your phone sent back. End-to-end encrypted P2P through the SwarmDrop CLI, with no account and no public IP; node status, paired devices and QR pairing sit in a sidebar panel.

328 days agoIntegrations & Remote
H

dsh-session-toolkit

han-yao94/dsh-session-toolkit

Consolidated toolkit for session identity, global & workspace prompts with referenced files, session auto-resume, UAC-free web restart, and peer-session messaging.

33 days agoSessions & MessagesMIT
Z

commercial-ui-ux-codex-skill (dsh-commercial-ui-ux)

zjsthmjialin/commercial-ui-ux-codex-skill

Registers the commercial-ui-ux skill for DSH: task-aware commercial UI/UX/GUI design, review, repair, and implementation (SaaS, dashboards, admin panels, forms, tables, design systems) with a reference-doc system and quality gates.

3last monthSkills
J

dsh-devtoolbox

jean3690/dsh-devtoolbox

Local toolbox for the DSH web GUI: 35 pure-client tools (text, encoding, hashing, extraction, conversion, reference tables) in a sidebar view, plus the /toolbox command and config-driven agent tool exposure.

3last monthTools & Capabilities
0

dsh-forge-studio (plugin-memory)

0x7a7a6572/dsh-forge-studio

Cross-session memory for DeepSeek Harness: agents save, search and update user preferences, facts and project decisions; important entries are injected into later sessions, and a Settings section lists, edits, archives or deletes them.

219 hours agoMemory
P

dsh-paste-names

paomoxml/dsh-paste-names

Paste non-image files or folders into the chat composer as native @path references, or drag them in as absolute paths, instead of the images-only error.

217 days agoUI EnhancementsMIT
Y

dsh-knj-scheduler

yangdongzhen590/dsh-knj-scheduler

Cron task scheduler for DSH: on schedule, automatically creates a new session and injects your prompt as its first message, with task history and manual run/stop controls. Also runs KNJ workflows: pick files directly (stored as persistent snapshots, re-handed to the workflow on every fire) or reference them by path. Its sidebar entry is provided by dsh-knj-menu; install together: dsh plugin add dsh-scheduler dsh-knj-menu.

212 days agoWorkflow & AutomationMIT
M

dsh-medseek

mr-neutr0n/dsh-medseek

Clinical documentation and reference bundle for healthcare professionals: SOAP/APSO progress notes, admission H&P, SBAR/I-PASS handover, discharge summaries, Safe Harbor de-identification, patient-instruction readability, completeness checks, and cited lookups against FDA labels, MedlinePlus, PubMed, and ClinicalTrials.gov. Draft-only with a PHI egress guard; not a medical device.

225 days agoTools & CapabilitiesApache-2.0
P

dsh-md-preview

poiuyjie/dsh-md-preview

Dockable Markdown preview for the DSH Web UI: side-by-side with the conversation, a per-session recently-read .md list, local relative-path images render in place, and clicking an in-chat .md reference previews it instead of launching the system editor; follows the shell light/dark theme.

2last monthTools & CapabilitiesMIT