Skip to main content

Plugins

Browse, filter, and install DeepSeek-Harness plugins.

5243 plugins found

D

dsh-web-search-local

ddowbnac/dsh-web-search-local

A web-search provider for the DeepSeek Harness, fully local no API key needed.

010 days agoModels & Providers
D

dsh-conversation-link

duanyunlun/dsh-conversation-link

Peer communication between conversations in one DeepSeek Harness process: list the conversations the workspace shows, link one under a nickname, message it without waiting for its turn to end, read its progress without waking it, and declare rules for your own tool calls.

06 days agoSessions & MessagesMIT
D

dsh-claude-auth-proxy

ddowbnac/dsh-claude-auth-proxy

LLM provider plugin for the DeepSeek Harness (dsh): streams Claude through your Claude Code subscription (claude.ai OAuth credentials), no Anthropic API key required.

010 days agoModels & Providers
L

dsh-longtext-input

levodoubt/dsh-longtext-input

Adds a Long text button to the composer tool row: write or paste the body in an editor overlay, and on save it is written to <workspace>/.dsh-longtext/<timestamp>_<title>.md and an @ path reference to that file is appended to the composer, leaving the conversation free of the long text itself.

011 days agoUI EnhancementsMIT
J

dsh-file-explorer

jaxzhou/dsh-file-explorer

A [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) plugin that adds a **Files** tab to the Conversation View strip — the same level as **Chat** and **Trajectory** — showing the session workspace as a tree with a basic text preview beside it.

010 days agoGit & Code ReviewMIT
P

dsh-plugin-token-heatmap

p-camile/dsh-plugin-token-heatmap

GitHub-style daily token usage heatmap for DeepSeek Harness Web

011 days agoUsage & BillingMIT
G

dsh-remote-workspace

goodandready/dsh-remote-workspace

SSH/SFTP remote workspaces with conflict-aware mirror sync, port forwarding, and a native Web UI.

03 days agoIntegrations & RemoteMIT
U

dsh-backup

usertoandy/dsh-backup

DeepSeek Harness plugin: /backup, /backup-list and /backup-restore commands to back up, list and restore the DSH home directory. DeepSeek Harness 备份插件:一键备份 DSH 主目录(~/.dsh)为时间戳 tar.gz 归档、查看历史备份并恢复。

017 days agoTools & Capabilities
Y

relay-dsh-plugin-skill-creator

yangbobo2021/relay-dsh-plugin-skill-creator

A DSH plugin that turns a completed conversation into a reusable, validated DSH Skill bundle.

018 days agoSkillsMIT
Y

dsh-ui-font

yuu1111/dsh-ui-font

DeepSeek Harness Web GUI plugin: set the UI and code font families from Settings → General (--dsw-font-family, --dsw-font-mono, --ds-font-family-code)

010 days agoUI EnhancementsMIT
W

dsh-pack

why-daydream/dsh-pack

Portable, reproducible and verifiable runtime artifacts for DeepSeek Harness

018 days agoDev & Plugin ToolsMIT
F

dsh-community-plugins

funcodingdev/dsh-community-plugins

DeepSeek Harness 社区插件:发现、安装、更新与管理社区插件。

018 days agoTools & CapabilitiesMIT
I

dsh-mobile-flow

imroc/dsh-mobile-flow

Mobile in-flow composer for the DeepSeek Harness Web UI: on narrow (≤720px) screens the input bar and AI confirmation cards scroll with the page instead of pinning to the viewport floor, edges slim down, session switches no longer auto-focus the input, an

018 days agoUI EnhancementsMIT
J

dsh-foxbell-pet

jarvislee90s-dot/dsh-foxbell-pet

Multi-pet desktop companion: four MAM status lights watch every active session (approval / running / done-unread / error) and each card click-through to its conversation; four voice groups speak on state changes with duration-timed subtitles; import pets from four sources (folder / zip / Codex dir / Petdex registry) with card-style hot-swap and an integrity guard; five action bindings, drag physics, three scales. The built-in fox Foxbell ships in the package — install and go.

08 days agoJust for FunMIT
F

dsh-plugin-ops (bundle)

f-infinite-z/dsh-plugin-ops

Pre-boot health gate and repair for dsh plugin trees: seven static scan rules, fault attribution after failed boots, whitelisted reversible fixes, and a panel with plugin-row management plus a RAG knowledge base of past failures.

012 hours agoDev & Plugin ToolsMIT
M

dsh-remote-x

mlte0907/dsh-remote-x

Remote control and mobile overlay for DeepSeek Harness: LAN and public (cloudflared) tunnels with QR-code access, a phone-first mobile UI under 768px, and a LAN reverse-proxy CLI.

05 days agoIntegrations & Remote
L

dsh-lan-access

longisland-icetea/dsh-lan-access

Configurable LAN access for the DSH Web GUI: a settings tab binds the server to all interfaces, trusts only the addresses you configure, sets the browser session lifetime or removes the token login, and repairs the settings layer on non-loopback visits.

013 days agoIntegrations & RemoteMIT
Z

dsh-permission-matrix

zhang8019/dsh-permission-matrix

Turns DSH permissions into 9 selectable presets (3 sandbox modes x 4 approval tiers), with rule plus LLM risk classification across four risk levels, password-gated approval for high-risk operations, and a JSONL audit log.

012 days agoSecurity & PermissionsMIT
L

dsh-risk-gate

leetom314/dsh-risk-gate

Semantic risk grading and progressive authorization: classifies tool calls into safe/risky/redline, asks before irreversible actions, auto-allows only approved-and-succeeded signatures.

014 days agoSecurity & PermissionsMIT
X

dsh-insight-tree

xingzhen199186/dsh-insight-tree

Runtime observability and plugin operations panel for DeepSeek Harness: shows the profile plugin tree, real Loader fiber state, capabilities/dependencies/compatibility, current-session plugin activity and upstream source/version checks, with one-click enable/disable/update/uninstall plus a standalone startup-failure diagnostics page that works while DSH is not running.

013 days agoDev & Plugin ToolsMIT
Y

dsh-localnotify

yakoylp/dsh-localnotify

In-app local notification center for DSH: a sidebar Notifications entry with unread badge, full-screen center with level color coding (info/success/warn/error), time/source filters, sorting, title/content search, read/unread, delete, detail popup with one-click copy, and pagination; written by the notify_add agent tool or the dsh-localnotify CLI (with auto-cleanup retention), page refreshes live, UI follows dsh web language (zh/en).

012 days agoIntegrations & RemoteMIT
Y

dsh-tauri-turnrewind

yingtianlan/dsh-tauri-turnrewind

Turn-level workspace undo for Git worktrees: every agent turn gets a private snapshot, /undo previews a red/green diff card that is confirmed in place, files changed after the turn are refused with a conflict diff unless --force or --skip-conflicts is passed, and HEAD, index, stash and commit history of the user repository are never written.

013 days agoGit & Code ReviewMIT
M

dsh-teams-x

mlte0907/dsh-teams-x

Orchestrates durable multi-agent teams from one DSH session: a captain spawns member subagents, drives a dependency-aware task DAG with quality gates, and coordinates through persistent mailboxes, with a live activity panel.

06 days agoWorkflow & AutomationMIT
M

dsh-missher-evolution

missher12/dsh-missher-evolution

Records scoped workflow rules and correction reminders with bounded evidence, local settings, and optional Brain Hub integration.

02 days agoWorkflow & AutomationMIT