Plugins
Explora, filtra e instala plugins de DeepSeek-Harness.
1646 plugins encontrados
dsh-task-feedback
pudge1996/dsh-task-feedback
Live session status on the browser tab favicon with sound notifications for pending input and completed tasks.
dsh-deepcanary
oscar-williams/dsh-deepcanary
Evidence-first attention supervision for DeepSeek Harness with C0–C3 policy, deduplicated Inbox alerts, quiet hours, and redacted outcome records.
dsh-task-sounds
henrytang2011win-coder/dsh-task-sounds
Task-complete and question notification sounds for the DeepSeek Harness Web UI: a soft chime when the agent finishes a turn, a ding-dong when it asks you something (questions, plan reviews, approvals). Synthesized Web Audio, zero assets, mute toggle and volume slider in the session header and settings.
dsh-update
zhucy123/dsh-update
One-click update for the local DeepSeek Harness checkout — compare versions, pull and rebuild, then restart, and roll back to any past release, all from a sidebar panel with live progress.
dsh-plugins (dsh-git)
dennisrongo/dsh-plugins
Git Changes tab for the DSH web GUI: staging, diffing, AI-drafted commit messages, branch/merge/stash/worktree operations and sync, with live updates via fs.watch plus a changeToken poll.
dsh-plugin-task-runner
weixshaw/dsh-plugin-task-runner
Task Runner mode for DeepSeek Harness: the main agent decomposes large tasks into independent subtasks, dispatches them to subagents (default local model) in fresh short contexts, and synthesizes results; concurrency and worker/orchestrator models are configurable in the settings panel.
dsh-suite
stardustlc666/dsh-suite
All-in-one combo patch for STARDUSTLC's 18 DSH plugins: one command injects shared default configs across office, media, DevOps and notification presets; each component installs directly via a one-line add command (flat design, no git subdependencies).
narrative-prompt-polish
shengyvself/narrative-prompt-polish
✨ One-click prompt polisher for the DSH composer — an agent refines your rough draft in a side chat over multiple turns, and you copy the result back when you're happy.
dsh-critique-loop
milbaxter/dsh-critique-loop
Intercepts turn-stopping to force one critique-and-improve round after each completed turn before the agent stops.
dsh-init
evanfang0054/dsh-init
Claude Code style /init command and tool that writes a minimal CLAUDE.md and symlinks AGENTS.md to it.
dsh-plugins (dsh-plan-board)
dennisrongo/dsh-plugins
Captures every plan the agent presents through exit_plan_mode as markdown under <workspace>/.dsh/plans, opens a review window, and keeps a Plans history tab recording the outcome of each plan.
dsh-session-lab
zhangguiping-xydt/dsh-session-lab
DSH session workflows for packaging verifiable capsules, evaluating reusable Skills, and comparing controlled session trajectories.
dsh-token-headroom
wode25500/dsh-token-headroom
Context compaction / headroom for DeepSeek Harness — compress the live context so the prompt stays small without losing the state that matters (layer 3).
dsh-token-caveman
wode25500/dsh-token-caveman
Terse prose for DeepSeek Harness — compress the agent's own output so every reply costs fewer tokens (layer 4). Style, never substance.
dsh-super-pm
lohaslee/dsh-super-pm
Product-thinking companion for DeepSeek Harness: clarifies negative boundaries first, separates facts from assumptions, routes through seven product lenses, and persists confirmed decisions to project memory.
dsh-shared-handoff
eve1329/dsh-shared-handoff
dsh port of the shared handoff kit: handoff and task-id-bootstrap skills plus host-side automation — baseline state injection, per-turn snapshots with an Auto Log trail, task=<id> routing, continuation re-injection, a compaction guard with clear-required alerts, and read-only subagent handling — all writing the same .agents/state/ as the Codex, Claude, and pi editions for one-repo multi-agent handoff.
dsh-plugins (dsh-superpowers)
dennisrongo/dsh-plugins
Serves the obra/superpowers skill catalog to the harness and injects its using-superpowers bootstrap as a persistent, compaction-safe system-prompt section.
dsh-xia-plugins (gameassist-knowledge)
w4xxx/dsh-xia-plugins
Tree-shaped Markdown knowledge base for DSH agents: kb_list/kb_read/kb_write tools, tree/node HTTP routes, and a browser panel companion.
dsh-voice-control
sucriss/dsh-voice-control
Voice control for the DSH web composer: push-to-talk speech-to-text into the input box (with optional auto-send), spoken playback of assistant replies via the Web Speech API, right-click settings popover, and a global Ctrl+M hotkey.
dsh-maclens
harzva/dsh-maclens
Apple on-device Vision tools for text-only dsh models: local OCR (zh-Hans + 30 langs), image classification, face detection, document layout, and a combined describe — 100% offline, no API key, tall-screenshot slicing.
dsh-vision-bridge
alaxrpg/dsh-vision-bridge
Adds image input and recognition through configured DSH providers or an OpenAI-compatible endpoint.
dsh-web-search-zhipu
partingqaq/dsh-web-search-zhipu
GLM (Zhipu bigmodel) web search provider - routes ctx.web search through Zhipu's Anthropic-compatible endpoint with the native web_search server tool, billing your existing GLM quota or Coding Plan instead of the DeepSeek platform. Includes a translation layer for Zhipu's non-standard tool_result response layout.
web-search-advanced
bug-huntter/web-search-advanced
Switchable web-search provider for DSH: native DeepSeek web search or an OpenAI-compatible custom backend. Installation automatically routes DSH web searches to the plugin; only provider, API key and model are required. Published on npm as @lp181818/web-search-advanced@0.1.3.
dsh-algo-trainer
zf3373/dsh-algo-trainer
Algorithm learning toolkit syncing Codeforces and AtCoder submissions, profiling weaknesses, generating AI training plans, and tracking spaced-repetition reviews across a 114-lesson algorithm curriculum.