Skip to main content

Plugins

Browse, filter, and install DeepSeek-Harness plugins.

58 plugins found

N

dsh-task-queue

nicecx/dsh-task-queue

Tiered task queue as the single source of truth for DSH↔Hermes work (reset > approve > review): enqueue tools for all submission paths, lease/claim model with concurrency 1, priority aging against starvation, atomic busy mutex, and a Hermes-side consumer (cron */1 + monitor gating) that drains tasks, writes review-handoff requests with single-slot checks, and invokes the reset agent.

018 days agoDev & Plugin ToolsMIT
N

dsh-design-review

nicecx/dsh-design-review

Mandatory cross-review for design proposals and lessons-learned: auto-detects design doc writes and enqueues them (tier=review) into the task queue, delivers the external reviewer verdict back to the initiating session, and appends approved preventive measures to OPS-GUARDRAILS.md (append-only, conflict-checked).

014 days agoDev & Plugin ToolsMIT
N

dsh-auto-approver

nicecx/dsh-auto-approver

Auto-approval agent for DSH permission requests: rule layer (denyAlways/allowlist) plus Hermes Pro semantic adjudication with quick-fail retries, fail-closed to human when Hermes is unavailable, rejection feedback returned to the requesting session, and approve tasks enqueued into the task queue with a shared busy mutex.

021 days agoDev & Plugin ToolsMIT
S

dsh-memo-notebook

seanwang114514/dsh-memo-notebook

Per-workspace memo/todo panel that auto-captures queued and running user instructions, marks preempted tasks as interrupted, and restores them to their previous state with one click.

024 days agoMemoryMIT
Y

dsh-turnsnap

yongshuai0314/dsh-turnsnap

Zero-config per-turn git checkpoints: after every completed agent turn in a git workspace, stages all changes into one tagged \[turnsnap] commit (serialized queue, sandbox-policy aware), so any turn is a rollback point.

024 days agoGit & Code ReviewMIT
Q

dsh-continue-on-limit

qwert702/dsh-continue-on-limit

Auto-continue for the dsh web GUI: when a local model hits its output-token cap and the max-tokens notice appears, the plugin automatically queues a short continue message so the reply keeps flowing — dual-source truncation detection, loop protection, and no UI.

016 days agoTools & Capabilities
A

dsh-plugin-autoqueue

alin-ever/dsh-plugin-autoqueue

DeepSeek Harness 无人值守任务队列插件:丢 .md 进收件箱 → AI 自动执行 → 产出报告

025 days agoTools & Capabilities
D

dsh-inhibition

dncore/dsh-inhibition

Rate-limit plugin for DeepSeek Harness: FIFO queue per provider/model bucket with minIntervalMs and maxConcurrent

0last monthModels & Providers
G

dsh-fal-image-gen

goodandready/dsh-fal-image-gen

FAL image generation for DeepSeek Harness: a generate_image tool backed by the FAL queue API (default model fal-ai/flux-2/klein/9b). Images render directly in the conversation, are saved to the workspace, and all settings are editable from the Web GUI.

0last monthVision, Voice & MultimodalMIT
D

dsh-hermes-bridge

dsh-pulse/dsh-hermes-bridge

Task-queue execution endpoint for DSH: requires a separately self-deployed Hermes Agent gateway plus your own WeChat inbound script; verified on a single environment — expect to adapt it.

028 days agoIntegrations & RemoteMIT