dsh-interconnect: Enabling Message and Event Communication Across Multiple DSH Instances
dsh-interconnect is a DSH workflow plugin maintained by Chinesezjc, enabling cross-instance message delivery, liveness detection, and event streaming via persistent WebSocket connections. The plugin includes an interconnect service, four model tools (send/list/ping/reply), and associated skills. Starting from version 0.9, it uses instanceId for addressing and supports followup/steer/inject delivery modes with optional resume wake-up. Installation command: dsh plugin --profile <name> add dsh-interconnect. Both ends must be configured with the same DSH_INTERCONNECT_TOKEN.
Read Moredsh-recall-unread: Recall Interrupt Messages Not Yet Read by the Model
dsh-recall-unread is a DSH client plugin maintained by hg1048596-pixel, displaying the steering recall unread strip above the input box and supporting single and full message recall. It only works when messages are still in the inbox and have not been read by the model. For static installation, copy the plugin/ directory to ~/.dsh/profiles/web/node_modules/ and configure cordis.patch.yml for zero-configuration activation. Licensed under MIT, v1.1.0.
Read Moredsh-share: Export DSH Conversations as Images or Markdown
dsh-share is a DSH web client plugin maintained by hellodigua, designed to select single or multiple Q&A rounds from a session and export them as PNG images or Markdown. It supports multi-select interactions consistent with the DeepSeek web interface, allows adjustment of image width and font size, hides intermediate processes, and preserves code blocks, tables, and tool call summaries. Installation is done via `dsh plugin --profile web add dsh-share`, and it is compatible with `@deepseek-ai/dsh ^0.1.0-rc.6`.
Read Moredsh-usage-plugin: Record Token Usage and Costs for Each Call in DSH
dsh-usage-plugin is a DeepSeek Harness client plugin maintained by feiyang-dev that provides usage and cost tracking, along with balance inquiry panels, within the Web UI. It records token usage and cache hits for each model invocation, calculates costs based on DeepSeek's peak and off-peak pricing, and supports usage calendars, price table editing, CSV/JSON/PNG export, and local persistence. It can be installed via one-click setup on the desktop client or by executing the command `dsh plugin --profile web add @feiyang666/dsh-usage-plugin`. This plugin is ideal for DSH users who need to track token consumption, distinguish between peak and off-peak costs, and check account balances.
Read Moredsh-wsl-workspace: Add WSL Workspaces Directly in DSH Web GUI
dsh-wsl-workspace is a DSH client plugin maintained by 6Mikao9 (v0.3.1, MIT). After installation, you can add a WSL workspace from the Web GUI sidebar. This allows the entire agent session, including bash and file tools, to run within the selected WSL distribution, with paths formatted in Linux style. There is no need to install DSH inside WSL. The plugin supports a mode selector, optional Linux username, and access to Windows files via /mnt/. This article covers the installation command, typical usage, and permission differences between bash and file tools.
Read Moredsh-pipeline-kernel: DSH Multi-Agent Pipeline Management Kernel
dsh-pipeline-kernel is a DSH Cordis plugin maintained by not-big-dog, providing pipeline-agnostic multi-agent management capabilities: task boards, ledgers, deployments, registries, inspections, package reuse, and a web control panel. The pipeline is configured via `pipeline_define`, with no business logic pre-built into the kernel. Installation requires deepseek-harness 0.1.0-rc.8 or later, enabled through `link` or `dsh plugin add`, and new sessions gain access to `pipeline_*` tools. A typical workflow follows: define → deploy → seed → push → claim/done → status. Starting from v0.8, watchdog self-healing and stale reporting are enabled by default. Licensed under MIT, with approximately 36 stars on GitHub.
Read MoreDeepSeek Pet: Raising a State-Aware Desktop Companion in the DeepSeek Harness Web Interface
DeepSeek Pet is an interactive desktop pet plugin developed by keleus for DSH Web. The character changes expressions in response to tasks, tool calls, context usage, and active sessions, with states presented through bubbles, session bars, and animations. It supports tool approval, multi-session parallel prompting, context and image input awareness, as well as dragging, resizing, minimizing, and desktop pet settings. The installation command is `dsh plugin --profile web add github:keleus/deepseek-pet`, and it is licensed under MIT.
Read Moredsh-deepread: Evidence-First Deep Reading for AI Agents
DeepRead (xiehuan123/dsh-deepread) is an evidence-first deep reading plugin within the DSH ecosystem. It extracts traceable claims, evidence, confidence scores, and knowledge maps from sources such as articles, PDFs, and books. It offers five modes: quick, deep, map, Feynman, and book, and supports two forms: Portable Agent Skill and Host plugin. The Host version includes PDF extraction, batch comparison, cost preview, background job progress, and HTML/XMind export. Installation command: npx skills@latest add xiehuan123/dsh-deepread or dsh plugin --profile web add dsh-deepread. Licensed under MIT, requires Node ^22.19 or >=24.
Read Moremeow-memory: DSH Cross-Session Seven-Layer Long-Term Memory Plugin
meow-memory is a cross-session memory plugin developed by Phant0Meow for DeepSeek Harness. It maintains a seven-layer structured memory system (soul/user/project/fact/lesson/topic/rules) in the workspace using SQLite. During the initial session, it injects long-term memory blocks and performs keyword matching for each subsequent message. When idle, it organizes memories through a window-based dreaming process. It offers tools such as `memory_remember`, `memory_search`, and `memory_project`, utilizing BM25 retrieval. The system prompt design is cache-friendly, and the project is released under the MIT license with the npm package name `meow-memory`.
Read Moredsh-auto-continue: Automatically send "continue" after interruption in DSH Web UI
dsh-auto-continue is a workflow plugin for the DSH Web UI, maintained by HsiangNianian. When a session is interrupted due to non-human reasons such as network errors, timeouts, or max-tokens, it automatically sends a configurable "continue" text via agent.followup to resume the task. The engine has been running within the host process since version 0.8.0, supporting error classification, adaptive backoff, idempotent safeguards, loop guards, pause functionality, and a statistics panel. Installation: dsh plugin --profile web add dsh-client-auto-continue, requiring DSH ≥ 0.1.0-rc.7.
Read Moredsh-remote: Managing Remote Workspaces via SSH in DSH
dsh-remote is a DeepSeek Harness network-connected tool plugin maintained by flymysql. It allows you to actively SSH into remote hosts from your local DSH, using 20 rw_* tools to read and write files, execute commands, and mirror remote directories to your local workspace via SFTP. It supports multi-machine registration, dual-tab workspace selectors, conflict-aware bidirectional synchronization, port forwarding, sidebar remote editing, and command auditing. The installation command is `dsh plugin add dsh-remote`, licensed under MIT, with the current version being 0.8.8.
Read Moredsh-claude-provider: Configuring and Discovering Models for DeepSeek Harness with Claude Provider
@mofeng2223/dsh-claude-provider offers a standalone Claude Provider type and Anthropic Messages format for DeepSeek Harness. DSH 0.1.1-rc.1 natively supports Claude reasoning-effort, so this plugin no longer intercepts requests. Instead, it writes settings such as reasoning level into the settings.yaml file during front-end saving. It also complements the GET /v1/models endpoint for model discovery, sets default context and output values for known Claude models, and provides three reasoning modes: five-level, four-level, and toggle. Installation: npx @deepseek-ai/dsh plugin --profile web|headless add @mofeng2223/dsh-claude-provider. Licensed under MIT, maintained by MoFeng2223.
Read Moredsh-emoji: Add Toggleable Inline Emoji for DSH Responses
dsh-emoji is a DeepSeek Harness plugin maintained by hellodigua that converts Unicode emojis in Agent responses into inline images on the Host end. It includes built-in styles for platforms like Tieba, Bilibili, and Xiaohongshu, supports uploading custom ZIP emoji packs, and shares 40 stable semantic keys. After installing via the DSH CLI to the Web Profile, you can adjust frequency, size, and additional prompts in the settings without needing to modify the model invocation logic.
Read Moreui-status-label: Custom dsh Web Running Status Text
ui-status-label (dsh-ui-status-label) is a dsh web costume-change plugin maintained by alingalingling. It provides a "Running Status Text" input field in General settings, allowing you to replace the default "Deep diving..." with custom text (default "小难梁在0721", with a 40-character limit). It supports two injection paths: DOM injection and the conversationStatus service, and is usable with official versions from 0.1.0-rc.6 onwards. Installation: `dsh plugin --profile web add github:alingalingling/ui-status-label`. After installation, you need to restart the web process. Licensed under MIT, it does not interact with model requests.
Read Moredsh-omi-voice: Using Doubao Natural Timbre to Read DSH Conversation Replies
dsh-omi-voice is a DeepSeek Harness client plugin that allows users to click the 🔊 icon in a conversation to have the AI's final response read aloud using Doubao TTS natural voice, with support for pause and resume. The speech is synthesized locally by the Omi engine, and the Doubao API Key is stored in the macOS Keychain via a BYOK method, with the plugin communicating only through 127.0.0.1. It is designed for DSH users on macOS who desire an immersive listening experience and are comfortable with character-based billing.
Read Moredsh-web-search-pro: DSH Multi-Engine Web Search with Persistent Caching
dsh-web-search-pro is a DSH bundle plugin maintained by anweat, integrating multi-engine search, 20-platform retrieval, content scraping, SQLite+LRU caching, and Playwright rendering into 11 tools. It requires paired installation with @anweat/dsh-browser and supports engine fallbacks for Exa/DDG/Bing/Jina, Chinese community login states, and site-specific rules. This article covers installation commands, typical usage, configuration highlights, and security considerations.
Read Moredsh-remote: Adding a Remote Access Authentication Layer for DeepSeek Harness
Add account password login, TOTP MFA, signed session cookies, and role-based permissions before the DSH web interface. Replace workspace selection with an in-browser directory dialog. After authentication, allow DSH's originally loopback-only privileged APIs to be accessed. Suitable for scenarios where DSH is exposed to a local network or the internet via a reverse proxy or tunnel. Install with the command: dsh plugin --profile web add @xgone/dsh-remote. MIT license, maintained by xgone.
Read Morerecruiting-copilot: AI Recruitment Workflow DSH Plugin for HR/Headhunters
recruiting-copilot, maintained by Viy1204, is an AI recruitment co-pilot designed for HR and headhunters. It offers features such as job standardization, initial screening through Boss Zhipin and Liepin channels, market talent inventory, resume evaluation, interview scheduling, candidate ledger management, and daily reports. When installed as a DeepSeek Harness plugin, all seven skills become globally available, with a recruitment browser panel attached to the right side of the web interface. The installation command is `dsh plugin --profile web add git+https://github.com/Viy1204/recruiting-copilot.git`, and a session restart is required after installation. Irreversible actions default to requiring human confirmation; Boss mode runs with a GUI by default—do not set `RECRUIT_BROWSER_HIDDEN=true`. Licensed under MIT; requires Node.js ≥ 20.
Read Moredsh-trace-compare: Drawing Agent Exploration Trajectories as Mazes
dsh-trace-compare is a DeepSeek Harness client plugin maintained by lamost423, designed to visualize tool calls within session logs or live sessions as a maze-like timeline, clearly presenting the main branch, failed branches, and turning points. It supports sidebar Trace comparison (single/dual log coaxial comparison, round alignment, branch inventory) and in-session real-time maze tabs, featuring zoom, filter, export, and bilingual interfaces. This article introduces the installation commands, typical usage, and key judgment rules.
Read MoreBillion-Context-DSH: Empowering Models to Decide When to Compress Context
Billion-context-dsh provides an Active Context Pruning backend for DeepSeek Harness, where the model determines when to compress and restore context through the compress, decompress, search_context, and acp_status functions. Ported from billion-context-pi and reusing acp-kernel, it can be installed via the bundle command: dsh plugin --profile web add billion-context-dsh. Version v0.2.13 (beta) is suitable for long conversation and long task scenarios.
Read Moredsh-mneme: Cross-session, Self-evolving Local Memory for DeepSeek Harness
dsh-mneme is a DSH memory plugin maintained by modusensus, providing Agents with cross-session persistent memory, automatic organization in Sleep Mode, and BM25/graph recall capabilities. Data is stored locally in Markdown format. The installation command is `dsh plugin --profile web add @modusensus/dsh-mneme`, requiring Node 24+. It can be configured for offline operation and session lifecycle management through parameters like `embedProvider`, `sessionLifecycleEnabled`, and `entityExtractionEnabled`. Licensed under MIT, it has approximately 43 stars on GitHub.
Read Moredsh-auto-collapse: Condense DSH Workflow into a Single-Line Summary
dsh-auto-collapse is a pure frontend DOM plugin for the DSH Web client, maintained by a179-sanae. It automatically collapses tool cards and Think reasoning blocks within a conversation into a single-line summary, retaining only the model's final output after the round is completed, with the option to expand the full workflow by clicking. The plugin supports three levels of collapsing, native visual alignment, stream-friendly coordination, and configurable status prompts (default: "Deep sleeping..."). It can be installed via the command `dsh plugin --profile web add "dsh-auto-collapse"` without requiring additional configuration, and can be fully uninstalled to revert changes. Licensed under MIT.
Read Moredsh-session-manager: DSH Web Session Management Plugin
dsh-session-manager is a DSH client plugin (v0.2.2) maintained by dream12347, providing unified session management at the settings page and conversation top. Features include deletion with recycle bin (restore/permanent delete), activity statistics, continue/pause, opening log directories, unread markers, forking sub-sessions, workspace grouping and sorting, as well as a global context compression threshold ranging from 17% to 90%. It does not modify the DSH core and is compatible with version 0.1.1-rc.1. After installation, restarting the DSH web is required.
Read Moredsh-web-mobile: Enabling DSH Web UI for Optimal Mobile Usage
dsh-web-mobile is a DSH Web client plugin maintained by mexiaosqwq, designed to address issues such as the sidebar taking up too much space, difficult-to-use pop-ups, and overlapping input controls on mobile devices in portrait mode. For narrow screens, it converts the sidebar into a drawer and pop-ups into bottom sheets, while handling safe areas and themes. On tablets, it limits the width and centers the content, but remains unchanged on desktops with screens ≥1024px. The installation command is `dsh plugin --profile web add github:mexiaosqwq/dsh-web-mobile`, followed by restarting dsh web. It supports compatible plugins like dshmarket and dsh-meme, and is licensed under the MIT License.
Read MoreDeepSeek Flow: Visualize Workflows with Markdown Editing in DSH Web UI
DeepSeek Flow (kanghelyu/dsh-deepseek-flow) is a DeepSeek Harness Web UI plugin that provides an editable flowchart synchronized bidirectionally with Markdown, sourcing from WORKFLOW.md and individual STEP.md files. Positioned as an editor rather than a runtime, it includes built-in Agent Skills and tools such as flow_create, flow_put, and flow_evaluate, supporting Boolean gate semantics, canvas review, and direct file-based finalization. Installation is via: dsh plugin --profile web add "github:kanghelyu/dsh-deepseek-flow#main", followed by restarting dsh web and opening the DeepSeek Flow tab in the Session. Licensed under MIT, it has approximately 50 stars on GitHub.
Read More