Skip to main content

Plugins

Browse, filter, and install DeepSeek-Harness plugins.

46 plugins found

S

dsh-plugins

sisyphussq/dsh-plugins

Codex-style live reasoning and tool-call collapse for the DSH Web chat view.

2last monthUI EnhancementsMIT
P

dsh-pocket-console

picsky/dsh-pocket-console

Forwards an unattended DeepSeek Harness run's tool-call approvals and ask_user_question prompts to Feishu cards on your phone. The desktop GUI answers first — a card is only sent after `delaySeconds` (120 by default) with no answer there — and a phone approval grants `allowed-once`, so no authority accumulates on the phone. One outbound WebSocket long connection to Feishu: no public IP, domain, tunnel or relay.

115 hours agoIntegrations & RemoteMIT
C

dsh-agent-quality-diagnosis

cat552/dsh-agent-quality-diagnosis

Actionable quality diagnostics for DSH agent sessions, with tool-call evidence and next-step recommendations.

120 days agoDev & Plugin Tools
K

dsh-agent-lang

kannakuron/dsh-agent-lang

Three independent language channels for model output — tool-call descriptions (every tool-call card title, including run_code in PTC-style presets), thinking, and replies — each set to follow the web GUI language, force a specific language, or turn off (default: only descriptions, following the GUI). One global runtime-context prompt directive on the host; the client half reports the GUI language; a Settings plugin card switches the modes.

12 days agoModels & ProvidersMIT
S

dsh-message-cleaner

ssttone1/dsh-message-cleaner

Conversation history panel: per-exchange delete, in-place restore and a built-in node rail, with no leftover tool-call cards after deletion.

127 days agoUI EnhancementsMIT
Q

dsh-memory

qwert702/dsh-memory

Project+global long-term memory for the dsh web GUI: split POST /items endpoints, tool-call context merged into memory items as compact summaries, with deduplication and session-scoped persistence.

116 days agoMemory
Z

dsh-timesheet

zoahdev/dsh-timesheet

Turn-based time tracking from dsh session logs: totals, per-day/project/provider/source rollups, tool-call counts, failure rates, and time-to-first-token — CLI plus an agent-callable timesheet tool, dsh-timesheet/v1 reports, zero runtime deps.

1last monthDev & Plugin ToolsMIT
S

dsh-session-repair-ui

semidia/dsh-session-repair-ui

Session repair button in the conversation header: detects & fixes session-log corruption — tool-call id swaps, empty call ids (`message must have tool source`), unknown event types from disabled plugins (marks `ignorable`), torn zstd tails, missing final-frame newlines; ghost-style UI, auto-backup before writes.

1last monthSessions & MessagesMIT
N

dsh-healthcheck

neufagents/dsh-healthcheck

Session health check for DSH, read-only: scans the whole session library (totals, largest sessions, warnings for oversized sessions and event-count blowups) and deep-inspects a single session log (tail-balance / crash-tail check, tool-call/result pairing, event-type distribution).

03 days agoSessions & MessagesMIT
L

dsh-batch-tool-calls

liancha22/dsh-batch-tool-calls

DSH 插件:让 Agent 在一个步骤里批量发起互不依赖的工具调用,减少步数与提示缓存重读量。

07 days agoTools & CapabilitiesMIT
G

dsh-agent-loop-guard

goodandready/dsh-agent-loop-guard

Fail-closed runtime tool-call loop guard for DeepSeek Harness.

0yesterdaySecurity & PermissionsMIT
Z

dsh-session-migration-repair

zzdhsxk/dsh-session-migration-repair

Repairs legacy DSH session logs that the current build refuses to migrate, recovering missing tool-call ids and names from the log itself and verifying each repair against the real v0 to v3 migration chain before writing.

09 days agoSessions & MessagesMIT
W

dsh-minimal-transcript

wzh0718/dsh-minimal-transcript

Minimal DSH Web transcript toggle: hide thinking, tool-call, and turn-process rows from the session header while preserving assistant answer text.

011 days agoUI Enhancements
A

dsh-tool-call-guard

alchemistwu/dsh-tool-call-guard

Neutralize tool calls with invalid JSON arguments on the wire so one malformed model generation cannot brick a session against strict OpenAI-compatible servers.

021 days agoSessions & MessagesMIT
N

dsh-plugins (qwen-token-plan-cn-responses)

nickhelion/dsh-plugins

Qwen Token Plan CN Responses provider for DeepSeek Harness via the OpenAI Responses API, with Qwen server-side tools, DSH local function tools, text/reasoning/tool-call multi-turn history, persisted image attachments, and a per-release official model catalog snapshot.

05 days agoModels & ProvidersMIT
D

correctover

dshcorrectover/correctover

AI Agent runtime authorization & evidence verification — tool-call GuardrailProvider, CCS 7-dimension verification standard, MCP/DSH security scanner, SSRF/command-injection/credential-exfil blocking with Ed25519 signed receipts.

029 days agoMCP & Connectors
S

dsh-round-inject

sharl210/dsh-round-inject

Periodic prompt injection for the DeepSeek Harness Web GUI: every N model invocations (conversation turns and tool-call steps both count) the plugin injects a user-configured prompt as a model-visible user message; the first injection happens at conversat

029 days agoSessions & MessagesMIT
T

dsh-dros-vajraclaw

top-celestial-company-ltd/dsh-dros-vajraclaw

Local tool-call failsafe for DSH: blocks a fixed list of high-risk shell patterns and credential-file reads before execution, with a per-session hash-linked JSONL audit log, and an optional external Gateway for centralized policy.

016 days agoSecurity & Permissions
H

dsh-plugin-call-trace

huang-zhishi/dsh-plugin-call-trace

Persistent model tool-call trace recorder: every tool call is durably written to a JSONL file that survives restarts, queryable via a structured call_trace tool and a callTraceHistory service, with size rotation and an optional floating canvas UI add-on.

0last monthTools & CapabilitiesMIT
C

dsh-local-share

chuantianml/dsh-local-share

Export complete Web Sessions to local Markdown or self-contained HTML, with stable rendered previews, default redaction, and opt-in bounded tool-call details.

029 days agoSessions & MessagesMIT
N

dsh-turn-budget

nunchakus888/dsh-turn-budget

Fail-closed per-turn step, tool-call, and provider-token budgets for DeepSeek Harness

0last monthSecurity & PermissionsMIT
D

dsh-tool-call-stats

disyli/dsh-tool-call-stats

Per-process tool-call statistics: a `tool_stats` tool reporting per-tool call counts, error counts, and average durations.

0last monthDev & Plugin Tools