DeepSeek Harness Plugin
🔍 中文

August 15, 2026 · Sat

240 plugins were added to this directory on this date; this page shows 5 of 5. The date is the listing date here, not the repository's latest commit.

Plugins added on this date

UI Enhancements

A DeepSeek Harness web plugin that adds a Skill Manager panel to the Settings sidebar. It lists, enables, and disables skills, imports folders in batches with conflict prompts, and runs a one-click DSH-spec check with automatic fixes, labeling skills as system or project scope.

View plugin → YTxue GitHub profile image YTxue

Sessions & Messages

A persistent corner HUD for DeepSeek Harness that tracks live token pressure, per-model cost, and daily or monthly usage. The draggable panel follows the active conversation and supports an editable budget with balance tracking so you can keep spending in check.

View plugin → juhe291 GitHub profile image juhe291

Sessions & Messages

A transport plugin that puts your DeepSeek Harness agents on WeChat using Tencent's official iLink bot channel. It needs no runtime dependencies or OpenClaw — just a QR-code login — and keeps one persistent agent session per friend.

View plugin → gtaifu GitHub profile image gtaifu

dskin

⭐ 7

Themes & Appearance

A cartoon pixel skin for the DSH web GUI — the original UI stays untouched while living pixel pets wander, blink and jump around it.

View plugin → dancingmemory GitHub profile image dancingmemory

Models & Providers

Improves custom-provider model setup in DeepSeek Harness by letting each model declare its native capabilities: vision input, reasoning-effort levels, and token capacities such as context window and max output. Configuration lives in a Settings section with zero runtime changes to the harness.

View plugin → sanshanya GitHub profile image sanshanya

dsh-annotate

⭐ 6

UI Enhancements

A visual browser-element annotation plugin for DeepSeek Harness. It captures the DOM, styles, accessibility data, comments, and viewport screenshots, giving agents a visual record of the page to reference while working.

View plugin → BrambleXu GitHub profile image BrambleXu

Sessions & Messages

File claim and protection for concurrent DeepSeek Harness sessions sharing one workspace. Sessions claim and release files, stale claims are taken over via heartbeat, and conflicting edits land in an async pending-merge area backed by git three-way merge. Write in parallel, never overwrite.

View plugin → Nwflower GitHub profile image Nwflower

Memory

A VS Code-style three-column layout for the DeepSeek Harness Web GUI — persistent Explorer file tree, Monaco code editor with tabs, and Markdown preview.

View plugin → Dpf555 GitHub profile image Dpf555

Models & Providers

A pi extension for DeepSeek V4 Pro that narrows the agent's first request to a minimal tool catalog (shell and read only), then restores the full catalog after the session records its first durable tool call. It also rewrites the harness-injected system prompt to the DSH minimal-mode persona for the whole session.

View plugin → dbydd GitHub profile image dbydd

Sessions & Messages

Interactive long-session background agents for DeepSeek Harness. Start a durable child agent that keeps working while you keep talking, watch its progress in the Web UI sidebar, steer it with messages, and interrupt it — all without leaving your session.

View plugin → PerryLink GitHub profile image PerryLink

dsh-email

⭐ 5

UI Enhancements

Gives DeepSeek Harness agents a mailbox: six tools for listing, reading, searching, sending, folders, and attachments over standard IMAP/SMTP. Eight one-line presets cover QQ, 163, 126, Sina, Aliyun, Gmail, Outlook, and iCloud, with multi-account support, attachment transfer, and a web settings page — pure Node, all platforms.

View plugin → STARDUSTLC666 GitHub profile image STARDUSTLC666

Development & Runtime

A spec-driven development loop for DeepSeek Harness. The /spec command family walks a proposal through approve, implement, verify, and archive stages, with change directories that follow the OpenSpec layout under <workspace>/openspec/.

View plugin → tianji-qingtian GitHub profile image tianji-qingtian

Sessions & Messages

Shows token usage and conversation statistics as a native page under Settings in DeepSeek Harness: today, 7-day, and 30-day totals, a GitHub-style 90-day contribution graph, and session counts. Historical data is backfilled from session logs.

View plugin → zhangzheng25 GitHub profile image zhangzheng25

Tools & Capabilities

Migrates configuration and session history from Codex, Claude Code, Qoder, and OpenCode into DeepSeek Harness without manual copy-paste. Three model-facing tools handle the move, beginning with a read-only inventory scan that returns no credentials and writes nothing.

View plugin → buguoshixc GitHub profile image buguoshixc

UI Enhancements

Turns DeepSeek Harness into a Minecraft launcher: a bundle plugin that renders the full page as a full-screen launcher, with version manifests, downloads, Microsoft device-code login, and game launch all handled by the DSH host process. An unofficial open-source project with no affiliation to Mojang Studios or Microsoft.

View plugin → hellosky983 GitHub profile image hellosky983

Memory

A curated, verified bundle of MCP servers for DeepSeek Harness. One install brings demo, memory, filesystem, GitHub, Playwright, and remote HTTP MCP servers, with a connectivity verifier and CI checks, so you start from working config instead of raw YAML.

View plugin → Edge-Echo GitHub profile image Edge-Echo

Development & Runtime

dsh-plugin-audit profiles third-party DeepSeek Harness plugins before you run them. It scans their code statically — files, processes, hosts, env vars, and credential paths — and reports each touchpoint with file and line evidence. A runtime sentinel additionally gates credential access and egress to unknown hosts.

View plugin → jkrandom-sudo GitHub profile image jkrandom-sudo

dsh-slack

⭐ 4

Notifications & Integrations

dsh-slack gives DeepSeek Harness agents two-way Slack messaging through four tools: notify, list channels, read the inbox, and reply in threads. Socket Mode removes the need for a public callback URL, a custom slackApiUrl supports gateway proxies, and a built-in fake Slack server runs protocol-level acceptance tests.

View plugin → STARDUSTLC666 GitHub profile image STARDUSTLC666

dsh-store

⭐ 4

UI Enhancements

dsh-store is a plugin store for DeepSeek Harness, aggregating the npm registry, the awesome-dsh-plugin curated list, and GitHub stars into one catalog of 550+ plugins across 11 categories. It verifies quality against the dsh spec and installs or removes plugins through the official dsh plugin add/remove commands.

View plugin → huguangyu666 GitHub profile image huguangyu666

Tools & Capabilities

dsh-stream-rules injects steering rules into a DeepSeek Harness agent only when a pattern matches, so guidance arrives without permanently consuming system context. The rule is delivered as a steering notice and the agent retries from that point. Similar in spirit to oh-my-pi's time-traveling stream rules, with a compact implementation.

View plugin → jiesou GitHub profile image jiesou

Workflow & Automation

dsh-tool-turbo cuts the thinking time between tool calls in DeepSeek Harness by adjusting reasoning_effort per round: simple tool chains run with lower effort and heavy work gets it lifted back up, automatically and without changing the task.

View plugin → Electricitysheep GitHub profile image Electricitysheep

Sessions & Messages

dsh-ci-doctor diagnoses CI failures before you open the logs. It watches GitHub Actions for new failures and turns raw job logs into structured diagnosis cards — normalized error signatures, failure categories, and suspect files.

View plugin → jkrandom-sudo GitHub profile image jkrandom-sudo

Workflow & Automation

A Symphony-inspired task orchestrator and operations dashboard for DeepSeek Harness. It turns tasks from Linear, GitHub, Jira, Asana, GitLab, or a local store into isolated Harness Agent runs, while keeping the native shell, sidebar, and session experience.

View plugin → Uddoo GitHub profile image Uddoo

dsh-plugins

⭐ 3

Workflow & Automation

A community-maintained directory of DeepSeek Harness plugins (dsh-plugins.org). It automatically discovers GitHub plugins, runs basic bundle-manifest validation, and offers search, filters, bilingual details, and one-click copy of the latest install command. The listing itself carries no endorsement.

View plugin → lwmxiaobei GitHub profile image lwmxiaobei

Sessions & Messages

A plug-and-play image-reading plugin for DeepSeek Harness. After installation, DSH will no longer refuse to feed images into sessions with pure-text models; instead, the image will be mapped as [Image #N] in the session. The Agent can then invoke tools on its own to read images from the session or from specified paths.

View plugin → oowjzzoo GitHub profile image oowjzzoo

Sessions & Messages

A watchdog plugin for DeepSeek Harness sessions. It tracks each session's last activity and in-flight operations, and only nudges or terminates when the agent is truly silent — never while work is in progress. Every event is logged, and recovery is guided in steps.

View plugin → akira399 GitHub profile image akira399