Plugins
Browse, filter, and install DeepSeek-Harness plugins.
654 plugins found
dsh-session-icons
fengb3/dsh-session-icons
Sidebar session-title icons: an auxiliary model call on the same route as title generation draws a 24x24 monochrome SVG metaphor shown before each session row title, with disk caching.
dsh-model-sync
goodandready/dsh-model-sync
Synchronizes the model catalog of API-key providers from the provider itself instead of maintaining the model list by hand.
dsh-theme-liquid-glass
favktoxic/dsh-theme-liquid-glass
Genuine Liquid Glass theme for DSH Web UI: SVG feDisplacementMap edge refraction on input card, send button, bubbles, view tabs, queue dock and sidebar. Built-in animated demo wallpaper, customizable background blur & brightness, redesigned model selector popup, glass-styled buttons throughout, and a unique water-drop settings icon.
dsh-model-router
welsione/dsh-model-router
Unified model routing for DeepSeek Harness: one logical ModelID over multiple providers with first-token failover and cooldown, health-aware candidate ranking, three tiers (tier1/tier2/tier3) auto-selected by purpose, per-candidate reasoning effort, and a settings-page management panel.
harness-desktop (harness-memory)
988hj7tczd-oss/harness-desktop
Cross-session memory for DeepSeek Harness via the official storage domain: memories persist through ctx.storage (storageDomain table) and are injected into the system prompt through a registered section (memory:recall), with memory_save / memory_forget tools so the agent reads and writes its own memory (maxMemories configurable).
dsh-client-ui-skin-verdandi
sddft97/dsh-client-ui-skin-verdandi
An Aether Gazer Verdandi-inspired DSH Web UI skin with light and dark backgrounds, wedding-themed chrome, responsive character art, and themed conversation and sidebar surfaces.
dsh-research-plugins (dsh-mcp-context7)
pymodel/dsh-research-plugins
Context7 MCP bridge: gives the model up-to-date, version-specific library documentation and code examples through the Context7 MCP server, keyless by default.
dsh-win-minimal
jueburenshu123/dsh-win-minimal
Windows minimal agent preset for DeepSeek Harness: fixed one-line persona, three tools, no runtime context.
computer-user
jing-hy/computer-user
Windows-only computer use for DeepSeek Harness: captures the virtual screen and drives mouse & keyboard through 9 tools built on PowerShell and Win32 SendInput; pairs with picturereader so text-only models can complete the screenshot-analyze-act-verify loop fully locally.
dsh-action-outbox
jimchengchina/dsh-action-outbox
Stages exact DSH tool calls without dispatch, presents complete canonical arguments in a durable Batch Review Inbox, invalidates approvals after edits or restarts, and commits only a matching SHA-256 digest plus single-use nonce through the normal DSH tool pipeline.
dsh-tts
goodandready/dsh-tts
Speaks agent replies in the DeepSeek Harness web UI through a provider fallback chain (OpenAI, ElevenLabs, Google, Azure, Groq, Deepgram, OpenRouter, Edge, Piper, eSpeak), so a failing or rate-limited provider falls through to the next instead of going silent.
dsh-adaptive-reasoning
zhuifengqug/dsh-adaptive-reasoning
Pixel-art reasoning-effort slider for DSH Web with continuous 0–100 dragging, 16ms throttled writes, snap-to-level commits, and a WebGL ember fire that ignites as the slider moves.
dsh-workspace-hub
jadramcool/dsh-workspace-hub
DSH workspace hub: organize workspaces into color-coded folders in the sidebar (three-level drag reorder for folders/workspaces/sessions, inline edit, one-click expand/collapse, dual-channel search) with per-workspace and per-session token usage and cost stats from real session logs (official DeepSeek peak/off-peak pricing for any deepseek model, three spend calibers, hover detail cards, overview panel) plus OpenCode Go plan usage; data persists to host disk and refreshes live every 30 s.
dsh-minimal-anchor
rand0wn/dsh-minimal-anchor
Prunes the tool schema to a whitelist and injects a structural preamble on a session's first turn only, then passes every later turn through untouched.
dsh-prompt-optimizer
wmengxiang/dsh-prompt-optimizer
Adds an icon button to the composer that optimizes the current draft prompt through the active model.
dsh-pet-sprite
blackbearcc/dsh-pet-sprite
A pixel companion living in the chat area: hatches from an egg into one of three sprites or an LLM-drawn custom one from a text description, platform-jumps over message bubbles on its own, WASD controllable, chats in character through the models you already configured, and carries a nurture system (mood/power/health, levels, shop) driven by real token usage.
cn-linebreak
chiang21fcb/cn-linebreak
Static HTML auditor for Chinese line-breaking: checks explicit-`<br>` orphan lines, keep-all CSS coverage, CJK line-start/line-end punctuation rules, and protected-phrase splits, then inserts <wbr> at natural breakpoints; exposes a cn_linebreak_audit tool for agents.
dsh-profile-multica
caizhihaoczh/dsh-profile-multica
Bridges Multica to DeepSeek Harness through a versioned JSONL process protocol.
dsh-verification (dsh-verification)
bpc-oss/dsh-verification
Verification gate for DSH agents: every acceptance criterion must be backed by server-stamped real tool evidence before the completion gate lets a goal through (advisory audit, enforce gate, durable permits).
dsh-trading-toolkit
kentleenot/dsh-trading-toolkit
A-share and US stock trading toolkit for DSH agents: realtime quotes, OHLCV klines, ADX three-state regime signals and simple backtest previews via EastMoney. Read-only, never places orders.
dsh-tool-visual-primitives
inkshadewoods/dsh-tool-visual-primitives
Analyzes conversation images through mode-specific prompts (caption, UI, document, grounding, topology, etc.) and injects structured evidence with coordinate primitives (boxes, points, refs) as text, with session-level caching for reuse across replay and compaction.
dsh-global-task-list
sgzxs/dsh-global-task-list
A global task library plugin for DeepSeek Harness featuring cross-session persistence, a real-time generative-UI browser panel, and subagent job synchronization.DeepSeek Harness 全局任务插件:提供跨会话持久化任务库、生成式 UI (Generative-UI) 悬浮面板及子智能体 (Subagent) 状态自动同步。
dsh-valuz-genui
valuz-ai/dsh-valuz-genui
DeepSeek Harness plugin: generate_ui — the model turns a request (+ data) into an A2UI document rendered as an interactive surface in the chat, generated through dsh's own model service (valuz-genui core)
dsh-claude-code
zhangjunjesse/dsh-claude-code
Delegates a self-contained coding task to the local Claude Code subscription through the official Claude Agent SDK, and adds a session tab with live output, cost and remaining quota.