dsh-usage-meter: A Token Usage Statistics Plugin for DSH Web Client
dsh-usage-meter is an MIT-licensed plugin maintained by cute-baobao, specifically designed for the Web platform DSH client to visually display the token usage of model calls. The plugin automatically records usage data to a local JSONL file and aggregates it by the "model × hour" dimension upon startup. Users can clearly view the token consumption per hour for each model through stacked bar charts color-coded by model in the Web GUI settings page. The interface supports both Chinese and English, automatically following the language switching of the GUI. Installation requires using the pnpm command to add the plugin package, followed by restarting the DSH Web process to take effect. Data is stored by default in `$DSH_HOME/usage-meter/usage.jsonl`. This plugin is suitable for those who want to view usage by
Read Morewhale-on-desk: Mapping DSH Agent Status to a Pixel Whale Desktop Pet
`whale-on-desk` is a DSH plugin maintained by cookiesheep, designed to provide a pixel whale desktop pet for DeepSeek Harness, compatible with both the DSH web interface and desktop version. Positioned as an interactive component under the "everything is a plugin" framework, it does not replace Agent workflows but rather transforms status, approvals, and notifications into visible interactions, and is declared read-only, with no access to sessions or files. Its core capabilities include real-time reflection of Agent runs, outputs, tool calls, and success/failure states; alerting via the whale tapping on glass and amber pulses when approval is requested; and offering sound synthesis, position memory, a growth system, and a `whale_say` notification tool. Distinctive features encompass a full-screen aquarium mode, a workshop supporting AI-generated custom pets (requiring ffmpeg), and GIF-based functionality.
Read Moredsh-feishucard: Bridging Feishu Streaming Cards for DeepSeek Harness
`dsh-feishucard` is a Feishu bridge plugin designed for DeepSeek Harness, aimed at solving the problem of robot message sending/receiving and conversation management in environments without a public IP. This plugin is based on the WebSocket long connection of Feishu's official SDK, allowing it to be used locally or on an intranet without requiring a domain name or tunnel. Core features include: real-time streaming display of Agent replies, tool call collapsible panels, and process utterances via Feishu card streaming; maintaining an independent and persistent Agent session for each chat, with support for commands such as `/new` and `/switch`; providing a `feishu_send` proactive message-sending tool and approval interaction cards (including an automatic timeout rejection mechanism); supporting multi-robot configuration, emoji receipts, and process keep-alive auto-restart. Installation requires configuring Feishu Open Platform permissions and handling dependencies.
Read Moredsh-command-douyin: Open Douyin Web Version with `/douyin` in DSH Sessions
dsh-command-douyin is a DSH plugin designed to optimize the operation chain for "opening the web version of Douyin." By registering the global `/douyin` command, users can directly trigger the default browser to open `https://www.douyin.com/?recommend=1` in a DSH Web session without going through a model inference round. This plugin is released under the MIT license and supports Windows, macOS, and Linux platforms, utilizing `runNativeCommand` for cross-system invocation and accepts no additional parameters. During installation, note that due to Node ESM relying on real path resolution, it is recommended to use the real directory to copy the plugin to the shared `node_modules` and update the `cordi
Read Moredsh-shell-command: Adding /! Command Analysis and /terminal Session Referencing to DSH
dsh-shell-command is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to address the need to hand over Shell command results to the model for analysis. It provides two core entry points: `/!` and `/terminal`. `/!` is used to run a single command in the session workspace, automatically handling output boundaries and sending them to the model for immediate analysis, making it suitable for scenarios such as checking disk usage, viewing logs, or analyzing build results. `/terminal` opens an interactive PTY terminal with session and history tabs, supporting multi-step debugging; after executing operations in the terminal, users can select one or more session records from the history, add notes, and send them to the model for analysis, making it ideal for exploratory operations and multi-session comparisons. This plugin is applicable to the dsh CLI environment and Node 2.
Read MoreDSH-CoT-Profile: Real-Time Chain-of-Thought Trajectory Profiling Plugin for DeepSeek Harness
dsh-cot-profile is a real-time Chain-of-Thought (CoT) analysis plugin for DeepSeek Harness, designed to visually display the reasoning stream by statistically measuring linguistic indicators, while avoiding direct exposure of the raw reasoning text. This plugin monitors metrics such as specific word frequencies, sentence structure patterns, and block lengths in real-time during sessions, and matches them against built-in baselines based on weighted distance to determine the profile family that the session belongs to, marking it as uncertain when the status is ambiguous. Its core advantage lies in privacy protection, as it only outputs aggregated statistical results to front-end interfaces (such as badges and floating panels) or log files, never transmitting or recording raw reasoning content. Users can customize weights, profile families, and logging methods through web settings or configuration files, with support for saving measurement data in JSON format for baseline calibration. Installation supports GitHub URLs or local paths, and web settings may require further adjustments.
Read Moredsh-browser-playwright: A Playwright-Based Browser Plugin for DeepSeek Harness
dsh-browser-playwright is an MIT-licensed browser plugin designed for DeepSeek Harness, aimed at addressing issues such as CSS selector mismatches or oversized DOM contexts in traditional solutions. By leveraging Playwright to drive a real browser, the plugin utilizes accessibility snapshots and stable element references (ref) to constrain the model's interaction interface, avoiding direct selector guessing or outputting the complete DOM. Its core features include support for tab management, screenshots, structured extraction, and controlled JavaScript execution, along with 17 tool interfaces prefixed with `browser_`. The plugin can automatically detect browser channels such as Chromium and Chrome, and supports restricting navigation domains.
Read More@chaggle/dsh-powershell-check: Intercepting Common PowerShell Pitfalls Before pwsh Tool Calls
`@chaggle/dsh-powershell-check` is a DSH plugin designed to address common syntax, encoding, and version compatibility issues in PowerShell invocations. It leverages the `tools/pre-execute` interception point to perform static checks before command execution, directly rejecting calls that hit blocking-level rules and returning a `deny reason` with remediation suggestions, thereby front-loading error feedback and reducing model trial-and-error loops. The plugin offers two modes—`deny` (blocking) and `warn` (logging only)—supports bilingual output in Chinese and English, and includes a built-in rule engine to ensure consistent behavior between the Gate and the CLI. Users can independently check command text or files via the CLI, run self-tests, or install PSScriptAna in the host environment.
Read Moredsh-observation-journal: Leaving Running Facts for DSH Sessions
dsh-observation-journal is a pure observer plugin for DeepSeek Harness (DSH), designed to record runtime facts of agent tasks. This plugin registers no tools, invokes no LLM calls, and does not intervene in agent decision-making; it only writes the task title, model hierarchy, tool calls, failure counts, duration, and final status to a human-readable journal file after the session concludes. Core features include: maintaining auto-generated statistical blocks with markers in the journal while preserving manually edited regions; generating an append-only JSONL raw sidecar file containing the complete planning trajectory, tool counts, and task hashes for subsequent LLM-driven insight analysis. The plugin incorporates cross-process write locking and stale lock reclamation mechanisms to ensure write reliability.
Read Moredsh-session-audit: DSH Session Execution Audit Plugin
dsh-session-audit is an execution analysis plugin for DeepSeek Harness (DSH), maintained by bwndndlct. It transforms raw session logs into readable audit reports, aiding in the review of Agent runtime processes. Core features include displaying duration, Turns/Steps, tool call distribution and success rates, token usage collapsed by turn:step (without estimation), and audit signals such as consecutive failures, high-frequency tools, repeated calls, and repeated file reads identified through rule-based detection. The plugin also identifies test/build/lint/typecheck verification commands in the shell and reports their results. It supports three output formats: text, Markdown, and JSON, and can audit the current in-memory session or by I.
Read MoreDeepSeek Harness External Migration: Migrating Configurations and Session Histories from Codex, Claude Code, Qoder, and OpenCode into DSH
DeepSeek Harness External Migration is a plugin designed to migrate configuration signals and session histories from external agent tools such as Codex and Claude Code into DeepSeek Harness. To address the risks of manual migration, including inadvertent modification of source files, credential leakage, and automatic configuration application, the plugin adopts a secure three-step process of "Scan-Preview-Import." It provides three core tools: `scan`, which performs read-only inventory of the source; `preview`, which parses and previews the results; and `import`, which requires explicit confirmation before writing. The plugin does not modify source files, does not copy credentials, replaces MCP secrets with environment variable references, and generated configuration packages are exported solely for review without automatic application. Installation requires compatible versions and a specific Node.js environment, via `dsh pl
Read Moredsh-quota-panel: Provider Quota/Balance Status Component for the dsh Web Surface
dsh-quota-panel is a DSH zero-dependency host plugin maintained by brittanistrehlowll-oss, designed to address the pain point of multi-Provider intelligent agent developers having to view balances and usage in a scattered manner. The plugin injects a native status component into the bottom-right corner of the DSH web interface, and requests Provider data through the server-side proxy route `/api/quota/<id>`, ensuring that API keys are retained only on the server side and never enter the browser, thereby enhancing security. Core features include support for two formats—DeepSeek balance and OpenCode usage—and offer two views: a collapsible capsule and an expanded card, displaying battery-style status dots based on thresholds. The plugin features an automatic refresh mechanism that pauses when the page is hidden, supports manual refresh, and prevents re-entry. Configuration
Read MoreDSH-Browser: A Playwright Browser Automation Plugin for DeepSeek Harness
dsh-browser is a Playwright-based browser automation plugin for DeepSeek Harness, designed to enable Agents to directly drive real web pages. It provides tools such as `browser_open`, `click`, `type`, `screenshot`, and `eval`, supporting page navigation, form interaction, JavaScript execution, content reading, and screenshot review. Browser state is maintained across tool calls, and it runs in headless mode by default. Installation requires `playwright-core` and a Chromium-based browser (it automatically attempts to use chromium/chrome/msedge; if missing, you can run `npx playwri
Read MoreDeepSeek Companion: A Companion Plugin for DSH
DeepSeek Companion is the official companion plugin for DeepSeek Harness (DSH), designed to integrate conversation export, context handover, API cost optimization, and global retrieval functionalities. The plugin consists of four independent modules that can be enabled or disabled on demand. Core features include: intelligent conversation export in formats such as Markdown and PDF, with batch ZIP packaging; generation of editable four-part handover summaries for context injection into new conversations; API cost optimization supporting dynamic pricing, peak-valley scheduling, and budget control, with AES-256-GCM encrypted storage of keys; and global conversation retrieval with keyword and tag filtering, as well as in-conversation quick search. Installation requires DSH >= 0.1.0 and specific Node.js version requirements, and can be performed via the `dsh plu
Read Moredsh-tidychat: DeepSeek Harness (DSH) Web Session Timeline Organizer Plugin
dsh-tidychat is a DSH web version plugin maintained by BananaSoldier01 (MIT license, current version 0.2.5), designed to address the issues of mixed process and conclusion content in long conversations, as well as inconvenient history browsing. Its core features include: automatically collapsing completed turns while retaining only the final summary, with the control bar displaying step count and duration; inserting solid lines to separate reasoning from main text, distinguishing process from conclusion; providing a Codex-style left-edge Canvas minimap positioning bar, supporting hover-to-zoom, drag-to-preview, and click-to-jump; intelligently loading earlier history when the page is idle and automatically pausing when response performance degrades; and one-click generation of diagnostic reports with pre-filled GitHub issues. Each of these features can be independently toggled in the settings panel. Installation requires the DSH web version and pnpm as prerequisites, via `d
Read MoreDSH Doctor: Diagnostics and Recovery for DeepSeek Harness
DSH Doctor is the diagnostic and recovery plugin for DeepSeek Harness (DSH), designed to address startup failures and runtime errors caused by profile configuration issues, dependency problems, or plugin anomalies. It offers two interaction methods, a Web UI and a CLI, supporting automatic failure detection, executing limited recovery actions, and rolling back configurations to healthy checkpoints. Core features include displaying recovery banners in the Web UI, providing a diagnostic page and emergency entry points, as well as performing operations via the CLI such as scanning, boot probing, recovery, and checkpoint management. Its design emphasizes safety, requiring explicit confirmation for critical actions like disabling plugins or modifying configurations, and it does not handle API keys or upload local data. Installation requires
Read Moredsh-wordbox: Adding a Common Phrases Panel to DSH Web Input Fields
`dsh-wordbox` is an MIT-licensed plugin designed specifically for the DeepSeek Harness Web client, aimed at solving developers' pain point of repeatedly typing common phrases, terms, or fixed templates in conversations. The plugin provides a "Word" button on the right side of the input box; clicking it opens a persistent upward panel that supports managing two types of word libraries: global and project-isolated. Core features include one-click insertion of entries into the input box (preserving focus and undo history), continuous batch insertion, hover to display full text of long entries, quick deletion at the end of a line, and one-click synchronization of current project words to the global library. Data is stored in the browser's `localStorage`, isolated by browser Profile, and supports real-time synchronization across tabs. Installation requires `pnpm` in the environment; run the `dsh plugin add` command and restart the service to enable it.
Read More@anestis271/dsh-desktop: Giving DeepSeek Harness Official WebUI a Desktop Shell
@anestian271/dsh-desktop is an npm plugin for DeepSeek Harness (DSH), designed to wrap the official WebUI as a native desktop application shell, addressing the need for users to have native windows, system tray, and quick-launch entries without installing a standalone MSI/DMG installer or forking the official codebase. Following the "everything is a plugin" philosophy, this plugin retains all business functionality of the official WebUI and only adds desktop integration capabilities at the outer layer. Core features include: providing native window controls, a system tray (supporting real-time bilingual switching between Chinese and English, show/hide, refresh, and other operations), optional desktop quick-launch entries, and login-on-startup. It ensures that only one window and tray instance is maintained per profile, and clicking the shortcut again directly brings up the existing window rather than creating duplicate instances.
Read Moredsh-enter-lock: Adding an Enter-to-Send Lock to DeepSeek Harness Web Input Fields
dsh-enter-lock is a lightweight plugin for DeepSeek Harness Web, designed to address the issue of messages being sent prematurely due to accidental presses of the Enter key when editing long texts or using Chinese input methods. The plugin provides a lock-shaped button in the slot to the right of the official input box, enabling an Enter-to-send lock function. Key features include: when locked, both regular Enter and Ctrl/Cmd+Enter do not trigger sending, while Shift+Enter for line breaks, IME candidate confirmation, and `@`/`/` menu operations remain functional; clicking the send button with the mouse still works normally. The plugin supports shortcut key toggling (Windows/Linux: Ctrl+Shift+K, macOS: Cmd+Shift+K), and the lock state is independently maintained per conversation.
Read MoreDSH-Vision-Plugin: Adding Image Understanding Capabilities to DSH
dsh-vision-plugin is a plugin developed specifically for DeepSeek Harness (DSH), designed to address the limitation that pure text models cannot directly process images. This plugin leverages OpenRouter's free multimodal models (`:free`) to automatically convert images into text descriptions before sending, thereby endowing text-based models like DeepSeek with image understanding capabilities, all at zero API cost. Key features include: providing a `describe_image` tool to read local images; intercepting and converting images automatically via the `llm/stream` hook when the model does not support image inputs; and automatically writing a `deepseek-vision` provider pointing to OpenRouter into the configuration file on first startup.
Read Moredsh-rtk-filter: Passing Oversized Command Output to RTK for the Model
`dsh-rtk-filter` is a community plugin for DeepSeek Harness (DSH), maintained by Aeternus123 and licensed under the MIT License. This plugin addresses the issue of excessive token consumption and high context usage caused by overly long tool outputs during agent command execution. Its core mechanism involves condensing text results that meet certain conditions (e.g., byte size exceeding the threshold `minBytes`) via the external `rtk` CLI after tool execution but before the model receives the output. The plugin is registered as a `tools/post-execute` transformer, replacing only the model-visible content without altering the original tool values, while strictly preserving critical status markers such as exit codes, timeouts, and signals. If `rtk` is missing, fails, or produces no changes, the plugin silently degrades to outputting the original content, ensuring stability.
Read MoreLiltloom (语织): A User-Controllable DSH Writing Style Memory Layer Prioritizing Chinese
Liltloom (语织) is a Chinese-first AI writing style memory layer maintained by Adkid-Zephyr under the MIT license, specifically designed for DeepSeek Harness (DSH). It addresses the issues of scattered style requirements, difficulty in review, and lack of portability by transforming style from temporary prompts into structured, editable, and migratable rule data. Core features include silently learning preferences from user expressions to generate bounded Style Context Packets; supporting rule viewing, editing, locking, and JSON export/import; and providing the `/liltloom` command for previewing, enabling, or switching modes. By default, explicit retrieval is employed, with no full conversation texts stored, and Deep Style raw excerpts with small-model analysis are disabled by default. Installation requires Node.js ^22.19.0 or higher, pnpm, and
Read Moredsh-subagent-max: Real-Time Viewing of DSH Subagents and Per-Call Model Override
`dsh-subagent-max` is a web-side plugin for DSH, maintained by aaravarr, designed to optimize the management and monitoring of parallel multi-subagent tasks. The plugin provides a multi-panel real-time viewing interface, supports simultaneous monitoring of output status from multiple subagents, and features block-level rendering, drag-out panel opening, startup notifications, and bilingual support in Chinese and English. Its core functionality includes the `subagent_with_model` tool, which allows users to explicitly specify a model or provider in a single delegation, or automatically select the optimal route through intelligent rules when not specified. The plugin is suitable for scenarios requiring concurrent viewing of subagent progress or on-demand switching of model resources. Users can install and enable it via the `dsh plugin --profile web add` command. Note that this plugin is limited to W
Read MoreDSH-Thinking-Notifier: Persistent Notification of DSH Thinking Status in the Bottom-Right Corner of the Screen
dsh-thinking-notifier is a DeepSeek Harness (DSH) plugin designed to address the pain point of AI status being only visible in the Web UI, which can be easily missed when switching applications. It displays a persistent top popup in the bottom-right corner of the screen, mirroring AI thinking, permission requests, and completion status in real time. This plugin requires no browser extension and is built on PowerShell+WPF for Windows and Python3+tkinter for macOS/Linux. Core features include: showing "AI is thinking" with an automatic collapse into a narrow edge label over time; displaying an amber alert with a warning sound during permission requests; showing a green dot with a chime upon completion of thinking; and hiding when idle. The popup adopts a DeepSeek-style dark color scheme, supports multi-session summaries, and polls the local environment every second.
Read MoreDSH Workspace Explorer: Adding a Workspace File Panel to the DSH Web GUI
dsh-workspace-explorer is an MIT-licensed plugin maintained by 3911ee, designed to solve the problem of having to switch to local tools when handling workspace files in the DeepSeek Harness (DSH) Web GUI. This plugin adds a "Workspace Files" entry at the bottom of the sidebar, providing a VS Code-style dual-pane panel: the left pane features a directory tree with lazy loading, icon coloring, and new/rename operations; the right pane is an editor with line numbers, syntax highlighting (supporting 10+ languages), a status bar, and drag-to-resize functionality. Core features include local execution, no outbound connections, support for `@file` references to link with AI agents, and bilingual interface adaptation for Chinese and English. Installation requires DSH 0.1.0-rc.6 or above, via `dsh plugin`.
Read More