dsh-harness-zh-cn: DeepSeek Harness Chinese Localization Plugin
`dsh-harness-zh-cn` is a pure runtime Chinese localization plugin for DeepSeek Harness (DSH), aiming to eliminate the English reading burden of DSH system prompts, tool descriptions, runtime context, and frontend UI. This plugin is released under the MIT License, version 0.2.0, and operates via DSH extension points at runtime without modifying any source code, allowing for seamless restoration to English after upgrades or uninstallation. Core features include: automatic runtime localization of system prompts, context, tool parameters, and frontend labels; localization of slash command menu descriptions (keeping command names in English); and, in conjunction with `dsh-plugin-marketplace`, translating marketplace descriptions (supporting LLM batch translation and vocabulary fallback mechanisms). The plugin provides `includeSections`,
Read Moredsh-adhd-copilot: Deconstruct "want to do but can't move" into a portable minimal action
`dsh-adhd-copilot` is a behavior coaching skill for the DeepSeek Harness plugin ecosystem, designed to help ADHD users reduce task initiation costs. It scans tasks and status signals via the `adhd_breakdown` tool, routing requests to specific modules based on the priority of "Emotion > Structure > Initiation," compressing complex requests into a single, executable "minimum next step action" rather than providing lengthy plans. Core mechanisms include a "Pre-flight Gate" (silent when no task signal is detected, answering trivial requests directly), an "A-G Self-Service Menu" (to assist users in choosing a direction when signals are ambiguous), and strict output discipline (first line must be an action, steps $\le$ 3, short duration per step, and prohibition of fake status updates). The plugin adopts a pure ESM architecture with zero build and zero dependencies, supporting Battery Mode and Narrative Style.
Read Moredsh-voice: Voice Input and Text-to-Speech Plugin for DeepSeek Harness
dsh-voice is a voice plugin for the DSH Web client, designed to extend the voice interaction capabilities of the DeepSeek chat interface. The plugin converts speech to text on the input side and reads text aloud on the output side, while also supporting audio file transcription and synthesis. Key features include a microphone button in the Web UI for voice input and a read-aloud button for assistant replies (based on browser speechSynthesis); it provides the `voice_transcribe` tool to transcribe audio attachments via Whisper-compatible endpoints and the `voice_speak` tool to synthesize voice files via OpenAI-compatible endpoints. The plugin does not require additional API keys or models and supports configuring backends such as Whisper and Kokoro. Installation is achieved by adding it via a local path.
Read Moredsh-session-tree: Read-only Session Lineage Navigation for DeepSeek Harness
dsh-session-tree is a lightweight community plugin for DeepSeek Harness (DSH) (v0.2.0-beta.1, MIT license) designed to provide a read-only session lineage view. By reading the native SessionSummary.parentId lineage data from DSH, the plugin enables users to easily switch between parent sessions, sibling branches, and child sessions without maintaining an independent database or modifying native Sessions or parent pointers. After installation, a new "Branches" tab appears in the Chat interface, allowing users to navigate to the corresponding Session by clicking on tree nodes. The plugin is compatible with DSH 0.1.0-rc.7 and Node.js 22.19+/24.0+ environments and requires installation via `dsh plug`.
Read Moredsh-wikilink: Reference notes using [[wikilink]] in DeepSeek Harness Web GUI
zhaoscsc/dsh-wikilink is a community plugin for DeepSeek Harness (DSH) Web GUI, designed to simplify the operation of referencing content from workspace notes into Prompts. The plugin is licensed under the MIT license and runs without client patching since version 0.2. Users simply need to type `[[` in the Composer input box to select note titles via a picker supporting fuzzy search and generate `[[title]]` tokens. When sending a message, the plugin automatically serializes the selected note content into a specific format and injects it into the Prompt as a user-role message, without invoking tools. Installation requires executing the `dsh plugin` command to add it to the web profile and restart the service, subsequently...
Read Moredsh-plugin-installer: DSH Web GUI Plugin Store and Installation Assistant
dsh-plugin-installer is a DSH plugin package maintained by zhang66633, integrating the Web GUI plugin store and installation troubleshooting skills to simplify the plugin installation process. Its core functions include browsing and searching the plugin directory via the Web interface; upon clicking install, the current session Agent performs source verification, path selection, Profile registration, and result verification. The plugin supports two modes: full plugins (Route A, including the GUI store) and skills only (Route B, suitable for non-GUI environments). It is compatible with dsh 0.1.0-rc.6 and Node ≥ 22.19 and is licensed under the MIT License. In terms of installation, Route A utilizes `dsh plugin --profile web add`
Read Moredsh-pixel-ui: DeepSeek Harness Pixel Skin Plugin
dsh-pixel-ui is an appearance plugin maintained by zhang66633 within the DSH ecosystem, designed to reskin the Web GUI into a pixel RPG style. It adheres to the "everything is a plugin" philosophy and does not introduce new core features. The plugin offers four themes: "Pixel·Cottage," "Pixel·Parchment," "Pixel·Warm Sun," and "Pixel·Terminal Green," and supports one-click switching back to the modern default UI. Visually, it employs the fusion-pixel and Press Start 2P fonts, featuring retro effects such as stepped hard shadows, 8-bit buttons, and CRT scanlines. User preferences are stored via browser localStorage, with "pixel-wood" as the default theme. To install, execute `dsh plugin add dsh-pixel-ui` in the dsh terminal.
Read Moredsh-skin-blue-whale: Blue Whale Leaping Sea Theme Plugin for dsh Web UI
`dsh-skin-blue-whale` is a "Blue Whale Leaping into the Sea" theme plugin based on DSH Web UI, licensed under the MIT License. This plugin offers theme customization via a plugin format, supporting one-click installation and uninstallation, with automatic style restoration and no residual traces after uninstallation. Its core features include replicating the blue-white gradient background of the official DeepSeek website and adapting to dark mode; utilizing the official whale logo to render visual elements with effects such as splashes and ripples, and supporting adaptive display positions based on home page empty sessions or chat scenarios; uniformly applying Blue Whale Blue color tokens to various interface components; and respecting the system's preference for reducing motion. The prerequisites for installation are Node 20+, pnpm, and dsh version 0.1.0-rc.6 or higher. Users need to clone the repository to a path without spaces and execute `dsh plugin --p...`
Read Moredsh-video-preview: Video file preview plugin for dsh-better-sidebar
`dsh-video-preview` is a DSH plugin developed by zemul, designed to address the lack of video file preview functionality in the `dsh-better-sidebar` sidebar. Version 0.1.4 of this plugin is released under the MIT license and requires Node.js >= 20. It implements the inline rendering of a standard `<video>` player by registering a `video` previewer, supporting playback control, progress seeking, speed adjustment, fullscreen mode, and volume control. It is compatible with various common video formats, including MP4, WebM, and MOV. Additionally, it includes a host route that supports HTTP Range requests and is not restricted by the sidebar's `mediaLimit`. To install, execute `dsh plugin --profi` in an environment where `dsh-better-sidebar` (>=0.4.0) is enabled.
Read More@dsh-external/dsh-subagent-antigravity: Delegates tasks to Google Antigravity CLI
`@dsh-external/dsh-subagent-antigravity` is a DSH plugin designed to integrate the Google Antigravity CLI (`agy`) into DSH sessions. It allows models to directly delegate self-contained tasks to the local `agy` for execution and return results, without the need to configure a Gemini API key, requiring only the existing Antigravity login state. Core features include initiating new tasks, resuming conversations via task keys, listing running and recently completed tasks, canceling tasks, and automatically handling login windows. The plugin supports image analysis, long-running tasks in the background (integrated with DSH job controls), and rich optional configurations, such as specifying models, setting timeouts, adjusting sandbox permissions and proxies, etc. Task status...
Read Moredsh-image-reader: Image reading tool providing read_image for DeepSeek Harness Agents
`dsh-image-reader` is an MIT-licensed DeepSeek Harness plugin designed to provide image reading capabilities to text-only agents. By exposing the `read_image` tool, this plugin enables agents to utilize arbitrary OpenAI-compatible vision endpoints to parse screenshots, charts, or photos within the workspace and answer questions based on the image content. Key features include: support for inputting image paths and optional query questions; flexible configuration covering `baseUrl`, `model`, timeout settings, and allowed directories; and robust security mechanisms, such as dynamically reading API keys from environment variables, resolving paths via `realpath` to prevent symlink bypasses, and performing size and extension checks prior to upload. Usage.
Read Moredsh-governed-workflow: Add task authorization, lifecycle, and acceptance boundaries to DSH
dsh-governed-workflow is a community plugin designed for DeepSeek Harness agents, aimed at addressing task boundary drift and permission abuse in agent development. Its core philosophy is to shift agent workflows from direct modification to a strict sequence of "confirming permissions, controlled execution, and independent verification." The plugin introduces a task authority mechanism based on public GitHub Issues and implements lifecycle state machine management (Observing, Admission, Running, Blocked/Completed, Pending Review). Key features include a "RUNNING-only modification guard," which means that sensitive operations such as bash, write, and edit are only allowed when the task is in the RUNNING state and authority is valid; after the task enters a terminal state, modification permissions are automatically frozen, and will...
Read Morecordis-transfer-plugin: Persistent DSH plugin for importing and exporting dynamic Cordis Plugins
`zby1211/cordis-transfer-plugin` is an MIT-licensed plugin for DSH designed to address the inconvenience of migrating dynamic Cordis plugins across sessions. As a static configuration package, it offers two interaction methods—the browser Settings panel and Model Tools—supporting the listing of dynamic plugins in the current session, their export to `.dsh-cordis-bundle.zip` files, and import from local ZIP files. Installation requires executing `dsh plugin --profile web add cordis-transfer-plugin` and restarting the service, with dependencies on specific versioned libraries such as `@deepseek-ai/dsh-tools`.
Read Moredsh-voice-mic: Add voice input for DSH Web GUI
`dsh-voice-mic` is a voice input plugin for DSH Web GUI, designed to streamline the input process for long text or code. It provides a microphone button and an `Alt+V` shortcut key, supporting real-time transcription of recordings written to the input box draft. It does not automatically send messages, ensuring users confirm the content. The plugin supports three recognition engines: first, browser-based recognition using the Web Speech API, suitable for quick testing; second, a local offline backend supporting SenseVoiceSmall and Paraformer models, bound to `127.0.0.1:7860` by default to ensure audio does not leave the local machine, requiring a Python 3.9+ environment; and third, a cloud API compatible with the OpenAI interface, where real-time transcription incurs corresponding fees. Installation requires DSH 0.1.0-
Read Moreoh-my-deepseek-harness: DSH Multi-agent Orchestration Plugin
oh-my-deepseek-harness is a multi-agent orchestration plugin for DeepSeek Harness (DSH), maintained by YYTbit, licensed under MIT, and currently at version 0.1.2. Its core positioning is to organize tasks such as code scanning, solution design, implementation modification, review, and repair into collaborative workflows. The plugin provides five specialized agents—Explorer, Architect, Implementer, Reviewer, and Debugger—as well as four workflow skills: Autopilot, Deepwork, Review, and Reflect. It also supports a Preset system for switching model configurations and possesses task orchestration capabilities including parallel execution and dependency tracking. Users can use `dsh plu...` in existing DSH profiles.
Read Moredsh-plugin-cost-tracker: DSH's Token cost tracking plugin
dsh-plugin-cost-tracker is a Token cost tracking plugin specifically developed for DeepSeek Harness (DSH), maintained by YYTbit, and licensed under the MIT License. The plugin aims to address the issue where knowing only the number of tokens does not directly translate to cost, offering features such as session token usage tracking, cost calculation based on model pricing, budget reminders, and injecting cost awareness into system prompts. It supports various mainstream models including DeepSeek, OpenAI, Claude, and Gemini. Users can quickly install it via the `dsh plugin` command and use CLI tools to estimate costs based on specified models and input/output volumes. Configuration options include the default model, budget warning threshold, and the prompt injection switch. This plugin is suitable for users who need to...
Read Moredsh-bloub-mood: DSH Web Mood Icon and Desktop Launcher Plugin
dsh-bloub-mood is an MIT-licensed plugin for DSH designed to address two primary issues: visual state presentation on the web and desktop launch entry points. It replaces the favicon, sidebar icon, and home page title with customizable 'bloub' mood images. It supports combinations of 8 shapes, 12 colors, and 16 expressions, features a native blinking animation, and allows random expression switching by clicking the black ball. The settings page supports bilingual customization in Chinese and English. The plugin also provides desktop launch functionality for macOS and Windows, sharing the `dsh web` backend. When the backend is online, it is reused directly; when offline, it automatically starts up and waits for readiness. macOS relies on Xcode Command Line Tools to create a native app shell, falling back to a browser window if these tools are missing; Windows...
Read Moreui-song-theme: Fallback DeepSeek Harness Song-inspired Light/Dark Theme
`ui-song-theme` is a web interface theme plugin for DeepSeek Harness (DSH) developed by yunfei07 and licensed under the MIT license. This plugin aims to provide a set of light and dark visual tokens based on a Song-inspired style for DSH. It addresses the needs of users who wish to adjust the interface appearance while preserving their existing light, dark, or system preferences, and require the ability to fully restore the initial state upon uninstallation. Its core mechanism involves using `ThemeRuntime.overrideTokens()` to overlay a reversible theme layer rather than directly modifying the base theme, and replacing traditional blue selection boxes with a unified plant color family. Installing this plugin requires Node.js ^22.19.0 or >=24.0.0.
Read Moredsh-eyecare: Add Eye Care Mode Switch for DSH Web
dsh-eyecare is a DeepSeek Harness (DSH) Web plugin maintained by Yummyxl, released under the MIT License. It aims to resolve the issue of standard DSH themes being too bright or too cool by providing a low-stimulation "bean paste green" eye-protection color scheme, thereby optimizing the visual experience for long-term reading and debugging. Core features include an eye-care mode toggle in "Settings - General - Appearance," support for light, dark, and system theme following modes, automatic state persistence, and the preservation of hierarchy such as code blocks. Users can customize the color scheme by modifying `EYE_CARE_TOKENS`. Installation requires ensuring `pnpm` is installed, followed by executing `dsh plugin --profile web add dsh-eyecare` or cloning the repository and running `insta...`
Read Moredsh-ui-spec: Convert UI Screenshots to DeepSeek-Achievable Responsive Interface Specifications
`dsh-ui-spec` is a DeepSeek Harness (DSH) plugin maintained by `yumimanji` that is designed to convert UI screenshots into implementation-focused structured specifications, assisting pure-text DeepSeek models in reconstructing responsive web interfaces. This plugin leverages technologies such as Windows native OCR, deterministic geometry, scene graphs, and rendering comparison to complement layout, visual details, interaction, and browser validation constraints. The current version is 0.1.1 and is licensed under the MIT License. For installation, users can run the npm command `dsh plugin --profile web add dsh-ui-spec`, which requires dependencies including `@deepseek-ai/cordis` and `@deepseek-ai/ds`.
Read MoreAgentSoul: Local Persona and Long-term Memory Plugin for DeepSeek Harness
AgentSoul is a local plugin for DeepSeek Harness, designed to provide stable persona, identity, state, and long-term memory layers for Agents. The plugin is installed as a bundle and automatically loads globally upon startup; it requires Node.js >=22.5.0 and is licensed under the MIT License. Its core capabilities include support for four-layer persona files (SOUL, IDENTITY, USER, STATE) with write protection, as well as SQLite-based local long-term memory and distillation mechanisms that automatically fall back to JSON storage when SQLite is unavailable. The plugin features exception isolation to ensure its own failures do not interrupt the main Agent loop, and it registers six model-visible management tools, including status viewing, memory search, and manual distillation. Installation is via `dsh pl...
Read MoreDSH Project Wiki: Adding an Auditable Project-Level Wiki for DeepSeek Harness
`dsh-project-wiki` is a local-first project Wiki plugin for DeepSeek Harness, developed by yu-xin-c (MIT License). It aims to address issues such as the easy loss of critical context during development, difficulty inheriting new sessions, and the high cost and risk of outdated conclusions when re-reading chat history. The plugin captures architectural knowledge, design decisions, and troubleshooting conclusions into Markdown pages within the workspace, supporting native web viewing, editing, and full-text search (based on FTS5, without vector search). Its core features include a proposal review mechanism (Agent proposals require manual approval before storage), source fingerprint association, expiration scanning after code changes, knowledge graph generation, bidirectional linking, and complete revision history. Installation requires Node.js 22.19+ or 24+, via `np`.
Read Moredsh-codeui: DeepSeek Harness Code Review Workbench
dsh-codeui is a code review workspace extension for DeepSeek Harness, designed to address the lack of a centralized entry point to view changes following AI's continuous code modifications. The tool provides a workspace resource explorer, a right-side Review panel, and a round navigation track. Core functions include displaying file diffs by round, supporting unified/dual-pane views, and exporting cumulative patches. It features IDE-like syntax highlighting and allows for direct editing of disk files within a safe scope. After each round of conversation, the plugin generates a Review card summarizing the number of modified files, lines, and paths, supporting hover details and click-to-jump navigation via the right-side track. It supports capturing various edit operations, scanning historical logs to complete details, and ensures all Git operations are read-only. The plugin is maintained as a static npm package and is available via GitHub.
Read Moredsh-zh-output: Chinese Thinking and Output Presets for DeepSeek Harness
dsh-zh-output is an open-source plugin for DeepSeek Harness (MIT licensed), designed to address the issue of English personas and context compression summaries appearing in long sessions, thereby stabilizing Chinese reasoning and output. This plugin is maintained by YKennen and primarily provides five Chinese presets, such as standard-zh and code-zh. These presets modify personas and prompts based on the official versions while maintaining consistent functionality. Additionally, it includes a Chinese context compaction engine, dsh-zh-compaction, specifically designed to convert summaries generated by the summarize hook into Chinese, and optionally provides script patching for checkpoint preambles. Installation is recommended by copying the presets directory to the user presets root directory, after which the Web interface will take effect immediately; it can also be installed as part of the DSH bundle.
Read Moredsh-traffic-light: A desktop traffic light for DeepSeek Harness Session
dsh-traffic-light is a desktop status monitoring plugin designed for DeepSeek Harness (DSH). It aims to address the issue where users must frequently switch back to the DSH page to verify status during parallel processing of multiple Sessions. The plugin generates independent, draggable, and always-on-top floating "traffic lights" on the desktop for monitored Sessions, supporting the simultaneous display of multiple Session statuses. The five page statuses (Idle, Running, Attention, Completed, Failed) are mapped to red, yellow, and green lights for quick identification. The plugin features independent control switches for each Session without interference, and status data is processed locally without uploading any Session content or prompts. Installation requires `web` pro.
Read More