DSH-Plugin-Greet: A Getting Started Greet Tool Plugin for DeepSeek Harness

`dsh-plugin-greet` is a community DeepSeek Harness plugin for beginners, maintained by `0lidaxiang`, licensed under MIT. It aims to demonstrate the basic paths of the plugin extension model capabilities, with its core functionality being the registration of a tool named `greet` that supports generating greetings in English or Chinese, in either friendly or formal styles. The tool includes a required `name` parameter and optional `language` and `style` parameters, featuring parameter validation, structured output, and standardized configuration schema export, without involving network, file system, or shell access. In terms of environment, version 0.3.x requires Node.js 22.19+ or 24.0+, targeting Harness 0.1.1.

Read More
dsh-api-balance: A Real-Time DeepSeek API Balance Reader Plugin for DSH Web

dsh-api-balance is a plugin for DeepSeek Harness (dsh web) maintained by 02Muller25, licensed under MIT. Its core functionality is to display the DeepSeek API account balance, status, and update time in real time in the reading strip below the session input box in dsh web, allowing users to check their account without leaving the workspace. The plugin supports automatic refresh every 30 seconds, as well as manual refresh, refresh intervals of 10 seconds to 5 minutes, and custom intervals from 5 to 3600 seconds. On refresh failure, it retains the last data and displays the reason, and shows a red warning when the balance is unavailable. API keys are resolved on demand through the dsh credentials service, ensuring that keys are not directly exposed to the host process. Installing this plugin requires Node.js.

Read More
DSH-oh-my-theme: DSH Web Theme and File Workbench Plugin

`dsh-oh-my-theme` is a third-party plugin customized for the DeepSeek Harness (DSH) web interface, designed to integrate common development features to enhance productivity. The plugin is maintained by `zhxqc` and is licensed under the MIT License. Its core features include: 1. **Themes and Display**: It comes with three built-in skins—`aurora`, `coffee`, and `matrix`—and supports customization of font sizes and styles for conversation flows, file trees, and previews, with preferences saved in the browser's `localStorage`. 2. **File Interaction**: It supports referencing project files in the input box via the `@` symbol to avoid blind AI searches; it provides a right-side file panel with file tree browsing, multi-tab preview, and split-view layouts, and the shortcut `Ctrl/Cmd+P` enables quick...

Read More
@zhangbo-cn/dsh-client-ui-voice-input: Adding Composer Voice Input and Reply Read-Aloud to DeepSeek Harness Web

`@zhangbo-cn/dsh-client-ui-voice-input` is an MIT-licensed plugin maintained by Zhangbo-cn, designed to enhance voice interaction for the DeepSeek Harness Web UI. This plugin adds a mic button in the composer area and implements speech-to-text based on the browser's Web Speech API, requiring no API key. Core features include: clicking the microphone starts listening and writes the recognition results into the draft in real time, character by character; holding the microphone, speaking, and releasing automatically sends the message; when conditions are met, it reads the assistant's reply aloud via the host's Edge TTS or the browser's `speechSynthesis`. The plugin supports silently restarting recognition to maintain continuous listening and offers optional automatic sending configuration. Installation only requires

Read More
dsh-mobile-shell: A Mobile Shell Extension for DeepSeek Harness Web

dsh-mobile-shell is a mobile-end shell plugin for DeepSeek Harness Web, designed to address the cramped desktop layout on narrow screens. On screens smaller than 1024px, the plugin automatically hides the left rail, converts the table of contents into a side-sliding drawer, gives the conversation area full width, transforms the settings panel into a bottom sheet, and adapts to the mobile status bar. Additionally, it offers session status metric displays (such as TTFT and token usage), custom model Reasoning Effort configuration, chat font size adjustment, attachment collapsing, and bilingual support in Chinese and English. The plugin's built-in marketplace supports category filtering, sorting, and README viewing. Although a one-click install feature is available, manual installation via the `dsh` command is recommended for stability. On wide screens, the layout remains unchanged. The plugin is licensed under the MIT license.

Read More
NoLetMe: DSH Session Page Inference Keyword Trajectory Panel

NoLetMe is a plugin for the DeepSeek Harness (dsh) web interface, designed to observe the reasoning traces in the model's streaming output in real-time without modifying the existing UI. It mounts via the official `shell.overlay` slot and specifically tracks reasoning blocks while ignoring visible text. Core features include identifying three categories of keyword traces—"efficient action," "hesitant trial," and "neutral restatement"—providing score-threshold-based gray-release round-by-round judgments, and displaying local model-free descriptive statistics such as the count of `I'm doing`, word length, and TTFT. Before use, the dsh CLI must be ≥ 0.1.0-rc.7 and the Node environment ≥ 22. Users can install it via npm prebuilt packages, directly from GitHub, or from a local directory.

Read More
dsh-quota-badge: DeepSeek Harness Balance Badge Plugin

dsh-quota-badge is a DSH plugin for DeepSeek Harness, designed to address the lack of a comprehensive entry point for viewing balance and usage in the sidebar. The plugin fetches data from the DeepSeek official API, displaying real-time account balance badges at the bottom of the sidebar with support for multiple currencies such as CNY and USD, and features manual/auto refresh along with a digital wheel animation. In the "Balance Monitoring" section of the settings page, users can view currency details, balance trend charts, and adjust refresh parameters, with data stored locally in JSON files. Additionally, the plugin provides local usage statistics based on session logs and official peak/off-peak pricing, including historical backfill, per-key statistics, daily consumption line charts, and model details, with hover support for viewing the peak/off-peak pricing coordinate system. Installation requires Node.js 18+ and is done via npm.

Read More
dsh-client-masquerade: Adding Claude Code / Codex Client Masquerade to DSH's llm-pi-ai Routing

`dsh-client-masquerade` is a DeepSeek Harness (DSH) plugin designed to address client identity recognition and request-body fingerprint verification issues when connecting through `llm-pi-ai` to an intermediate gateway. This plugin writes preset request headers such as `user-agent` into the provider configuration, ensuring they are sent as-is by the adapter without being stripped or overwritten. For scenarios requiring stricter verification, it can also inject Claude Code fingerprints (such as `metadata.user_id`) into the Anthropic protocol request body to pass the gateway's identity authentication. The plugin supports one-click application, clearing, or switching between Claude Code, Codex, and custom masquerade modes, and provides a settings page and model tools.

Read More
dsh-opencode-go-usage: OpenCode Go Usage Observability Plugin for DeepSeek Harness

`dsh-opencode-go-usage` is a Web-GUI plugin that provides usage observation for OpenCode Go model quotas within DeepSeek Harness (DSH). It adds a section to the settings sidebar, displaying usage percentages, quota limits, and reset times for 5-hour, weekly, and monthly allowances. The plugin supports viewing DSH session details, with drill-down capabilities to token usage for individual model calls, and statistics on cache hit rates for both sessions and individual calls. Additionally, it offers model-grouped filtering and aggregate comparisons, a bilingual interface toggle between Chinese and English, and a persistent quota widget below the input box that changes color in real time. The plugin retrieves data by calling the OpenCode Go API, featuring data freshness indicators and a diagnostic section to display request status. Users can install it from GitHub or locally, and configure it accordingly.

Read More
dsh-updater-ui: Check and Update Official DSH on the DSH Settings Page

dsh-updater-ui is a web update plugin for DSH, designed to streamline the official DSH check and update process. The plugin automatically selects the update channel by identifying the installation method of the currently running process (source repository, npm global, or npx): for source-based installation, it performs a fast-forward update via `git fetch`, compares version numbers, and displays commit history; for npm-based installation, it installs the specified version from the official registry. The plugin features automatic background checks every 30 minutes, a red dot notification, and one-click update functionality, along with safety restrictions such as refusing to overwrite local unpushed commits, fixing the package name for installation, and limiting request origins. It is suitable for DSH developers who want to reduce manual judgment of installation methods; after installation, operations are performed via the "Settings → DSH Update" page. The plugin has no third-party dependencies, is licensed under the MIT license, and requires ensuring

Read More
DSH-Skin-Manager: Skins Manager for DSH Web GUI

`dsh-skin-manager` is a lightweight skin management plugin for the DeepSeek Harness Web GUI, maintained by `xiaoyangcheng84-svg` and released under the MIT license. This plugin aims to address the tedious issues of state management and switching when multiple skin packages coexist, consolidating skin discovery, activation, mutual exclusion, and default restoration into the settings page. Its core features include dynamically discovering installed skins with `skin.json` or marketplace themes, providing a dedicated `Settings → Skins` settings page, supporting one-click application and hot updates, ensuring only one skin is active at a time, and allowing restoration of the default appearance at any time. Additionally, it integrates with `dsh-market` to synchronize state files and clean up conflicting mounts, preventing state conflicts during startup.

Read More
DSH Tool Writing: A DSH Plugin for Engineering Consistency in Long-Form Web Articles

dsh-tool-writing is a long-form web fiction creation plugin designed for DeepSeek Harness, aimed at addressing issues such as loss of settings, forgotten foreshadowing, and loss of outline control in long-form writing through engineering approaches. This plugin is licensed under MIT and provides 48 `novel_*` tools, supports multi-book workspace isolation, and utilizes an independent DeepSeek Key to achieve task offloading and parallel processing for drafting, polishing, and synchronization channels. Its core capabilities include an elastic contract system (story commitment letter, canonical ledger, etc.), post-chapter eight-item health checks and AI-flavor detection, dual-platform review for Qidian and Tomato, and sensitive content self-inspection. Additionally, it features built-in semantic retrieval and concept vector retrieval functions, requiring no third-party Embedding Key, and supports import, reading, and decomposition management for feed-area book libraries. Installation requires configuring the main API Key.

Read More
DSH UI Tweaks: Real-time Web UI Adjustments in the Settings Panel

`dsh-ui-tweaks` is a community plugin for the DeepSeek Harness (DSH) Web UI, maintained by wlj521, designed for on-the-fly interface detail adjustments within the settings panel. Core features include customizing code font size, toggling table styles, and integrating GitBar (supporting branch management, diff viewing, and commits). Additionally, the plugin offers archived session management, MCP server configuration, `/init` project analysis directives, a whale status indicator, task reminders (notifications, flashing, and sounds), and precise cache hit rate display. The plugin requires DSH v0.1.2-alpha.1 or later and Node.js >=20, and supports installation via npm or GitHub. Most advanced features such as GitBar and MCP management are disabled by default

Read More
dsh-codex-timeline: Turn-based Navigation and Local Search for Long DSH Web Sessions

dsh-codex-timeline is a long-session assistance plugin designed specifically for DeepSeek Harness Web (DSH), aimed at addressing the difficulty of backtracking user inputs in extended conversations. By providing a Codex-style navigation track for conversation turns and local session search functionality, this plugin helps users efficiently locate historical content without altering the model's responses. Core features include a user turn navigation track displayed on the left or right side, supporting previews, click-based navigation, and keyboard operations; local keyword search covering the complete persistent session log, ensuring that search content is not sent to the model or third parties; and fine-grained scroll control, such as step-by-step scrolling with the mouse wheel and boundary handling. The plugin is compatible with DSH 0.1.1-rc.2 and requires Node.js ^22.19.0 or >=24.0.0. Users can install it via npm or scripts.

Read More
dsh-task-memory: Task-Isolated Long-Term Memory for DeepSeek Harness

`dsh-task-memory` is a MIT-licensed long-term memory plugin for DeepSeek Harness, designed to address the issue of task content confusion caused by global memory. This plugin uses tasks as isolation boundaries, maintaining independent memory banks for each task to ensure that `remember`, `recall`, and `search` operations are performed only within the scope of the current task. Core features include binding specific task banks via `memory_bind_task`, providing precise read/write operations by key and lexical search based on keywords (supporting both Chinese and English), supporting memory deletion and bank management, and optionally injecting the current task's pinned or recent facts into the agent's system prompt to optimize context. The plugin requires Node.js >= 20.

Read More
dsh-session-manager: Session Management Plugin for DeepSeek Harness

dsh-session-manager is a session management plugin for DeepSeek Harness (DSH), designed to provide developers with a unified entry point for maintaining local sessions. This plugin is compatible with DSH version 0.1.0-rc.8, allowing centralized session management within `dsh web` without modifying the core source code. Its main functionalities include: listing all materialized sessions on the local machine (running, idle, archived); continuing existing sessions via a browser; viewing session outlines and statistics based on recent windows; and permanently deleting sessions, with support for cascading deletion of sub-sessions and batch operations. In terms of security, the plugin enforces strict security checks. The delete function is only accessible under loopback addresses, while non-local access is limited to continuing sessions and viewing outlines. It supports both JSONL and SQLite storage formats.

Read More
dsh-plugin-installer: Plugin Marketplace and Profile Switching for DeepSeek Harness

dsh-plugin-installer is a third-party community project maintained by Toukaiteio, designed to provide an integrated plugin marketplace and Profile switching functionality for DeepSeek Harness (DSH). This project is embedded within the DSH Web UI to address the issues of scattered plugins across GitHub and cumbersome installation/update processes. Its core features include: automatically discovering plugin repositories tagged with `dsh-plugin` or `dsh` on GitHub; conducting strict security checks before installation, such as verifying `dsh.bundle.patch` and prioritizing SHA-256 checksummed Release packages; supporting one-click plugin installation, automatic update checks, removal, and cross-Profile management. Additionally,

Read More
@tonydua/dsh-web-search-exa: Keyless Exa Search Plugin for DeepSeek Harness

`@tonydua/dsh-web-search-exa` is a zero-configuration Exa search plugin for DeepSeek Harness (DSH), supporting Node.js >=18 and licensed under MIT. By default, this plugin performs searches through an anonymous MCP service (`mcp.exa.ai/mcp`) and can be used without an API key. If the `EXA_API_KEY` is configured, it automatically switches to the Exa REST API for a more stable service. Acting as a drop-in provider for the `ctx.web` seam, it is compatible with existing `web_search` and `web_fetch` tools without requiring any modifications to the original configuration. Installation is done via the `dsh plugin`

Read More
dsh-tui: Terminal Interface for DeepSeek Harness

`dsh-tui` is the open-source terminal frontend of DeepSeek Harness (DSH), designed as a plugin to extend the interactive capabilities of DSH. It features a status bar displaying session ID, model status, and statistics, and supports managing LLM providers and Agent presets via `/model` and `/presets`. Core functionalities include real-time display of tool calls and reasoning processes, support for switching permission presets with `Shift+Tab`, and handling approval and planning modes. Users can manage goals using `/plan` and `/goal`, compress history with `/compact`, execute local shell commands with `!`, and reference repository files with `@`. Input supports Readline-style editing and history recall. Installation requires Node 22.19+ and AP.

Read More
dsh-live2d-companion: Live2D Status Monitor and Desktop Companion Plugin for DeepSeek Harness

dsh-live2d-companion is a Live2D monitoring plugin for DeepSeek Harness (DSH), available in both web widget and Electron transparent desktop pet formats. It subscribes to the DSH session event stream and uses an 8-state state machine to visualize in real time whether the AI is in stages such as thinking, working, waiting, error, or completion. The plugin supports independent state display and aggregation for multiple tasks. It is compatible with Cubism 4/5 models and includes character interaction features such as clicking, dragging, and gaze following, as well as editable speech bubble presets and a model management panel. Additionally, it features a game center for Gomoku and chess that supports local engines, AI players, and LLM commentary. This plugin integrates seamlessly with zero modifications through the cordis layer, is compatible with DSH upgrades, and provides a standalone

Read More
tianji-qingtian/dsh-spec-loop: Verify Information Before Enabling

The DSH plugin `tianji-qingtian/dsh-spec-loop` currently only has a verifiable GitHub repository path (https://github.com/tianji-qingtian/dsh-spec-loop) but lacks other key information. Due to the failure of README fetching, the plugin's core functionality, installation commands, license type, maintainer information, star count, and specific usage examples cannot be confirmed. Without official documentation, it is not recommended to directly assemble installation commands or enable this plugin. It should be treated as a lead to be verified for now. It is advisable to first check the GitHub repository page, wait for official documentation or README updates, and verify the source code and license compatibility before evaluating whether it is suitable for installation and use.

Read More
dsh-model-router: Model Routing and Cost Dashboard for DeepSeek Harness

`dsh-model-router` is a model routing and cost optimization plugin for DeepSeek Harness. It routes simple requests to cheaper models through heuristic rules, reserves complex requests for the main model, and automatically falls back on instantaneous failures. This approach reduces costs while ensuring quality for requests requiring context, vision, or reasoning capabilities. The plugin supports vision-aware routing, prioritizing available vision models if messages contain images, and respects user-selected models. In automatic mode, it prompts the user for a quick response when a simple request is detected. Additionally, it provides a real-time panel in the Composer Dock, displaying token usage, cache hits, and estimated costs based on the pricing table. Installation requires ensuring the `dsh` CLI is in the PATH, followed by restarting the Web profile.

Read More
dsh-composer-polish: One-Click Polish Plugin for DeepSeek Harness Composer Drafts

dsh-composer-polish is a plugin designed for DeepSeek Harness (DSH) that aims to quickly polish drafts in the Composer input box before sending. It adds a "✨" button to the toolbar, utilizing the `deepseek-v4-flash` model to rewrite draft text in a streaming manner. Its core features include replacing only the text content while ignoring image attachments, preserving code blocks, paths, and terminology unchanged, and backfilling the rewritten results into the input box for user preview and editing rather than directly sending messages. The plugin also features comprehensive interaction state management, such as button disabling, loading prompts, and prevention of duplicate requests. For privacy considerations, the original draft is not written to the session log; only the polished result is recorded. Installation requires initial configuration of the DSH CLI, followed by adding the plugin via the specified version v0.1.4 and restarting the service.

Read More
dsh-minecraft-theme: Adding Minecraft Theme to DSH Web Interface

`dsh-minecraft-theme` is an MIT-licensed plugin for DeepSeek Harness (DSH) designed to transform the web interface into a Minecraft pixel-art style. The plugin offers 21 official block texture backgrounds, pixel fonts, MC-style buttons with click sound effects, and a built-in music player featuring 16 original tracks. Core functionalities include texture management (supporting import, rename, deletion, sorting, and persistent saving of custom textures) and local music playback (allowing import of local folders in any format without uploading data). Installation requires the dependency `@deepseek-ai/cordis` and can be directly installed by sending the GitHub address to DSH. The plugin operates as a static plugin, reading local resources within the host process, prioritizing workspace resources, and without...

Read More
dsh-plugin-template: DeepSeek Harness Plugin Skeleton

`dsh-plugin-template` is a DeepSeek Harness plugin development skeleton maintained by `sunshine-lang` (MIT license), designed to simplify the plugin creation process. This template centralizes core components such as bundle formats, tool DSL, configuration validation, testing, and release checks. Developers can quickly generate a plugin directory using the `scaffold` script, then supplement tool logic and configurations as needed, and finalize documentation following the release checklist. The template supports two build paths: using `pnpm` with `tsconfig.local.json` within the harness repository, or cloning independently and building with `npm`. During development, specific conventions must be followed, such as omitting the `required` field for optional parameters.

Read More