dsh-latex-tools: Copying LaTeX and Exporting SVG in DeepSeek Harness Web UI

dsh-latex-tools is a MIT-licensed plugin for the DeepSeek Harness (DSH) Web UI, designed to address users' specific needs when viewing mathematical formulas within the interface. It allows users to hover over any inline or block-level LaTeX formula and quickly copy the TeX source code to the clipboard, or render it via MathJax and export it as a self-contained standalone SVG file—suitable for use in papers, presentations, and similar scenarios. Its core features include full offline functionality (no CDN required), support for display mode export, and automatic loading with the Web UI after installation. Installation requires starting the Web UI first, then adding the plugin via `npx @deepseek-ai/dsh plugin --profile web add dsh-lat`.

Read More
dsh-chat-outline: A clickable outline of conversation turns for long dialogues

dsh-chat-outline is a DeepSeek Harness (DSH) plugin maintained by liliuCourier, designed to address the difficulty of locating specific messages in long conversations. It adds a persistent 260px sidebar outline to the left side of the DSH web client, listing user queries and the final assistant reply for each turn. Users can click on entries to navigate directly, and the sidebar can be collapsed with a single click to restore the full width. Core features include a current position marker that follows scrolling, keyword filtering, theme adaptation for light and dark modes, and support for holding Ctrl/Shift to switch between the conversation view and the trace view. The plugin offers two modes: "Lightweight Mode" (displays only the content within the loaded window) and "Comprehensive Mode" (parses the entire history in the background, suitable for long conversations but may slow down response times), with automatic memory of user preferences. Installation can...

Read More
Code2Skill: Generating Functions, MCP, and Agent Skills from Existing Code

Code2Skill is a MIT-licensed plugin developed by leechen298, designed to organize business logic scattered across frontend, backend, or full-stack source code into standard capability packages for agent invocation. Targeted at DeepSeek Harness (DSH) scenarios, this tool automatically identifies business entry points and call chains within user-authorized source code, generating Functions, MCP tools, workflow Skills, and offline tests. Its core advantage lies in performing offline technical verification by default without invoking production APIs, thereby ensuring security during the generation process. Users can easily install it to a specified profile using the `dsh` command and designate specific pages, directories, or function entry points as transformation targets. The plugin also includes a review feature to assess the completeness of the main workflow in generated packages and...

Read More
dsh-office-tools: Creating, Reading, and Updating Office Files in DSH Session Workspaces

dsh-office-tools is an MIT-licensed plugin within the DSH ecosystem maintained by kw78, designed to enable agents to directly create, read, and update Office files within a session workspace. Implemented using pure JS libraries, this plugin operates without spawning sub-processes such as LibreOffice or Word, and provides seven model-oriented tools, including capabilities to create and read Word (.docx), Excel (.xlsx), and PowerPoint (.pptx) files. Specifically, the Excel tool supports updating cells by A1 address, and the PowerPoint tool enables image insertion with coordinate positioning. Users can install the plugin via npm, GitHub source code, or a local directory, and it becomes usable after building and restarting the server. In terms of security boundaries,

Read More
dsh-mobile-gui-agent: Enhancing DeepSeek Harness with Android GUI Operation Capabilities

`dsh-mobile-gui-agent` is an Android GUI Agent plugin for DeepSeek Harness (DSH), currently at version v0.2.1 under the MIT license. This plugin controls Android devices via ADB, integrating screenshots, UIAutomator hierarchy capture, action execution, verification, human approval, and a web mobile view to achieve an automated "observe-decide-act-verify" loop. Its core capabilities include comprehensive ADB operations (such as clicking, swiping, and text input), strict `phone_observe` and `phone_act` tool interfaces, stability protection mechanisms for detecting stale elements and system lag, and safeguards for sensitive operations (such as payments, deletions, and installations).

Read More
DSH Plugin: dsh-bottom-bar Bottom Bar Statistics and Estimated Cost

`@kc0ed/dsh-bottom-bar` is a DSH plugin designed to take over the bottom statistics bar of the chat interface, enabling custom assembly, sorting, and estimated cost display. This plugin offers 8 independently toggleable and drag-sortable statistics segments (such as token count, duration, throughput, etc.). Clicking any segment reveals a detailed panel that includes unit price, token bucket breakdown, and totals. The settings page features built-in price lists for multiple vendors, supports manual configuration and local persistent storage to prevent data loss on refresh. Cost estimation is based on the granularity of "channel@model," with real-time recording to a append-only local ledger file, excluding official discounts. For DeepSeek, it supports peak/valley pricing and reminders. Installation requires Node.js and pnpm environments, and can be added via the `dsh plugin` command, supporting direct installation from npm or GitHub. Note that the static package is

Read More
dsh-xueqiu: Snowball Market Dashboard on DeepSeek Harness

dsh-xueqiu is a networked tool plugin for DSH that allows users to view real-time market data for A-shares, Hong Kong stocks, and US stocks on the DSH web interface without logging in, eliminating the need to switch browsers. Maintained by kangjinghang and licensed under MIT, this plugin embeds its UI into the official DSH slots without modifying the source code and disappears upon uninstallation. Core functionalities include watchlist management, K-line and intraday chart analysis, Xueqiu hot rankings, 7×24 news flashes, and user discussion queries. It exposes tools such as quote, kline, and search to the Agent, enabling direct data query calls within conversations. The interface supports dragging, resizing, and follows light/dark themes, incorporating built-in request gating and TTL caching mechanisms to ensure stability. Users can install it via the `dsh plugin` command, with public APIs used by default and optional Cookie support available.

Read More
dsh-strata: Transforming DSH Web Session Scrollbar into Session Map

`dsh-strata` is an open-source session navigation plugin developed specifically for the DeepSeek Harness Web GUI, designed to address the challenge of quickly locating key content within lengthy sessions. This plugin replaces the traditional scrollbar with an interactive, proportionally scaled, color-coded session map. By using colors to distinguish user messages, failed tool calls, and regular content, and providing clickable anchors in the sidebar, it allows users to intuitively view the session structure and jump directly to specific positions with a single click. The plugin is implemented entirely on the browser side, without transmitting any data over the network, ensuring privacy and security. It supports three map scale modes—near, medium, and full—and includes comprehensive keyboard navigation features (such as arrow keys, Page Up/Down, etc.), while also complying with accessibility standards. Additionally, users can hover over messages to preview their content or pin the sidebar for expanded, detailed information. Installation is straightforward.

Read More
dsh-requirements-alignment: DeepSeek Harness's Requirement Drift Prevention Plugin

`dsh-requirements-alignment` is a DeepSeek Harness (DSH) plugin designed to address the "requirement drift" issue during the execution of long-task agents. Unlike the Plan Mode, which reviews plans before implementation, it establishes and maintains a "Requirement Baseline" comprising goals, constraints, and user decisions to continuously protect the initial intent at runtime. Its core mechanisms include: recording the baseline using the `establish_baseline` tool; automatically detecting directional drift such as scope expansion or architectural changes in `auto` mode; and triggering user inquiries via `report_drift`, supporting approval, rejection, or revision, with decisions written back to the baseline. The plugin provides the `/align` command.

Read More
dsh-ux: Experience Enhancement Suite for DSH Web Interface

dsh-ux is an independent (unofficial) DSH extension suite, licensed under MIT, that includes the `dsh-enhance` Web plugin and the `dsh-desktop` shell. The `dsh-enhance` plugin optimizes the DSH Web experience by applying a Solarized Light theme with a compact layout, prioritizing the Maple Mono font, aggregating thinking blocks and tool calls into clickable, expandable collapsible capsules, and displaying account balance, token costs, and a 30-day usage chart at the bottom of the interface (requires configuring `DEEPSEEK_API_KEY`). The `dsh-desktop` provides a borderless, immersive window for macOS and supports double-click launching. Users need to install the plugin via the `dsh plugin` command based on `web`.

Read More
dsh-plugin-git-bash: Enabling DSH to Use Git Bash by Default on Windows

`dsh-plugin-git-bash` is a plugin for DSH designed to replace PowerShell with Git for Windows Bash as the default shell in Windows environments, while fully preserving DSH's original permission semantics of `read-only`, `workspace-write`, and `danger-full-access`. This plugin is installed as a bundle layer into the DSH profile without modifying the main DSH installation directory, and supports the `standard`, `code`, `cordis`, and `minimal` presets as well as the Web Agent for uniformly executing commands via Git Bash.

Read More
hytime/dsh-thinking-effort: Supplementing the Thinking Intensity Settings for DSH's llm-pi-ai Model

`@hytime/dsh-thinking-effort` is a DSH plugin designed to supplement default configurations for third-party `llm-pi-ai` models that lack declared thinking effort levels. Its core functionalities include adding default levels of `off`, `high`, and `max` without overriding custom values; supporting the selection of thinking effort levels per model within DSH settings and mapping DSH levels to corresponding gateway values (e.g., `high` mapping to `ultra`); setting default thinking intensity for sub-agents, which only applies when not explicitly specified in a request; supporting multilingual interfaces in Chinese, English, Japanese, and Korean (with Japanese/Korean requiring DSH core support); and displaying a version watermark on the settings page. Users can manage the plugin via the DSH CLI command `dsh plugin --pr

Read More
dsh-balance-tide: DSH Web Balance and Peak-Valley Pricing Reminder Plugin

`dsh-balance-tide` is a DSH Web plugin (v0.4.0, MIT license) developed by maintainer `huanyuLv`, designed to integrate DeepSeek account balance, peak/valley pricing status, and current session cost estimation. The plugin displays real-time badges for `standard`, `peak`, or `off-peak` price tiers and provides a countdown to the next peak/valley switch. It reads balance data from official endpoints, differentiates between gifted and topped-up portions, and estimates session costs by reusing `sessionProjections` based on the current pricing cycle to avoid redundant calculations. The plugin supports both Chinese and English interfaces and requires zero configuration, reusing the API Key from DSH credentials without storing keys in the repository. According to the rules, Beijing time 09:00–12:00 and 14:00–18:00 are designated as peak hours.

Read More
dsh-codex-provider: Integrating OpenAI Codex into DSH via Device Code OAuth

dsh-codex-provider is a DeepSeek Harness (DSH) community plugin developed by Hu9956, designed to address users' desire to invoke the OpenAI Codex model via the DSH web interface without using an OpenAI API Key, while leveraging ChatGPT Plus/Pro subscription credits. Built on the DSH "everything is a plugin" philosophy, this plugin integrates with OpenAI accounts through a device code OAuth authorization flow, automatically handles the rotation and refresh of access tokens and refresh tokens, and activates the built-in `openai-codex` model routing within DSH. The plugin's main features include support for device code login, importing local Codex CLI login states, and providing a provider management interface.

Read More
dsh-client-ui-mobile-adapt: Mobile Adaptation Plugin for DeepSeek Harness Web GUI

`dsh-client-ui-mobile-adapt` is a mobile-adaptation plugin for DeepSeek Harness Web GUI, developed by Hotsteel2901 under the MIT license. This client-side-only plugin is designed to address the issue of desktop layouts being unsuitable for narrow screens. It only activates within viewports with `max-width: 768px`, leaving the desktop layout unaffected. Core features include collapsing a three-column layout into a single column, converting the sidebar into a drawer, making the settings panel fullscreen, and providing a floating window for trajectory details. It also includes optimizations for iOS dynamic viewports and safe areas. For installation, it is recommended to add the plugin via an HTTPS tarball URL to a specified profile, manually mount it through `cordis.patch.yml`, or create a dedicated profile.

Read More
dsh-telegram-channel: Attach Telegram to Local DSH Web Sessions

dsh-telegram-channel is an MIT-licensed plugin maintained by hi-wenw, designed to provide remote control functionality for DeepSeek Harness (DSH) via the Telegram mobile app. It attaches to a locally running `dsh web` session, enabling synchronized trajectory and bidirectional visibility between the mobile device and the computer's web interface. This solves the inconvenience of viewing context or sending supplementary commands when away from the computer. The tool supports executing commands via a Telegram Bot, including `/sessions` to attach sessions, `/last` to view history, `/model` to switch models, and `/unbind` to disconnect bindings. Installation requires Node.js >=22 and a Bot Token, and it is compatible with Windows, macOS, and Linux.

Read More
dsh-mc-agent: AI Agent and Launcher Plugin for Driving Minecraft in DeepSeek Harness

`dsh-mc-agent` is a DSH plugin maintained by hellosky983, designed to drive Mineflayer bots through the LAN protocol, encapsulating Minecraft's game state and operational capabilities as `mc_*` tools for AI Agents to call. This plugin primarily addresses three major needs: first, it enables autonomous survival, mining, chat, and real-time map reading through direct LAN connection; second, it builds a visual and control loop, using DashScope Qwen-VL to recognize screenshots and simulating keyboard and mouse operations via xdotool; and third, it includes a built-in launcher supporting Microsoft login, official resource downloads, and Java process initiation. Additionally, the plugin provides dialogue tools such as crash analysis, save file queries, version suggestions, and a framework for autonomous survival goals.

Read More
dsh-pilot: Driving Local Browsers in DeepSeek Harness Chat

dsh-pilot is a plugin for the DeepSeek Harness Web GUI, designed to drive native Edge or Chrome browsers via CDP to perform browser operation tasks. It supports opening pages, reading structured text, clicking and inputting based on snapshot references, filling forms, and uploading files, all without requiring an API key or runtime dependencies. Users can observe real-time screenshots, URLs, status, and operation logs through the cockpit panel. Each agent session uses an isolated browser instance, ensuring that parallel sessions do not interfere with each other. Installation requires Node >= 22, and the plugin can be added via the `dsh plugin` command from GitHub or a local directory, followed by restarting the `dsh web` process. Key limitations include support for only headless mode, single-session single-tab functionality, and restricted interaction capabilities.

Read More
dsh-file-upload: Extending the DSH Web GUI Attachment Channel to Support Arbitrary File Uploads

dsh-file-upload is an MIT-licensed client plugin for the DSH Web GUI, designed to extend the functionality beyond supporting only image attachments to enabling uploads of arbitrary files such as PDFs, code, and archives. The plugin operates in a Node 20+ environment and automatically activates through a persistent profile. It supports file drag-and-drop from any location on the page. Its core advantages include: direct local file path referencing in Chromium browsers for zero-upload scenarios; and for cases where file paths are inaccessible, it uses an intermediary upload with a two-tier deduplication mechanism based on size, modification time, and SHA256 to ensure efficient transfer. The interface features adaptive-width blue file chips that hide the intermediary path and display only the filename, with one-click deletion support. Additionally, the plugin includes an upload directory cleanup overlay that provides redundancy removal and duplicate file cleanup.

Read More
gameswu/dsh-plugin-vscode-sidebar: Adding a VSCode-style Workbench to DSH Web

`gameswu/dsh-plugin-vscode-sidebar` is a client-side plugin for DSH Web, designed to address the issue of context fragmentation caused by multiple scattered windows during coding. This plugin integrates VSCode-style functionalities into the DSH Web interface, featuring a right sidebar and bottom panels, with support for session isolation. Core functionalities include: a file explorer with lazy loading and icon display, supporting Git status markings; a Monaco-based editor offering full language syntax highlighting, Markdown preview, and KaTeX formula support; a source code management panel with diff statistics, branch switching, and lane diagrams; a real terminal and embedded sandbox browser based on xterm.js; and a task manager for viewing Subagent topology and streaming output of background tasks. Plugin settings take effect immediately, and the interface language follows

Read More
DeepSeek Harness Plugin dsh-qa-skills: A Test Engineering Skill Framework for Agents

dsh-qa-skills is a DSH plugin maintained by fishzjp, designed to provide a unified testing engineering framework for Agents such as Claude Code, addressing the lack of process in temporary prompts. This plugin includes 10 testing Skills and a shared core knowledge base, supporting Node.js 18+ under the MIT license. Its core functionalities cover the entire testing process: orchestrating a nine-stage pipeline via `qa` with manual checkpoints; performing requirement analysis and risk decision-making; generating human-readable markmap and machine-consumable schema.yaml test cases; reviewing the coverage of existing test cases; supporting E2E/API automation conversion; and facilitating bug localization and regression scope analysis. The core library `core/` must be installed alongside the Skills.

Read More
dsh-chinese-mode: A Global Chinese Mode Plugin for DSH Web

dsh-chinese-mode is a client-side plugin for DSH Web, designed to uniformly control the Chinese language mode across replies, thinking, and tool outputs. This plugin addresses the pain point of manually maintaining Chinese system prompts across multiple presets by centralizing management through a global switch and persistent settings. Core features include: global application with persistent state; unconditional injection of language requirements into any preset (except the "complete persona") when enabled; support for splitting language control into three independent regions—reply, thinking, and tool—allowing users to customize Chinese or English settings for each region; and an independent settings page alongside a compact capsule toggle next to input fields for quick switching. The plugin is compatible with anchor behavior, which is disabled by default. When enabled, it supports combinations such as English thinking with Chinese replies and tool outputs. When the main switch is turned off, only

Read More
dsh-peer-link: Native Point-to-Point Messaging for DSH Sessions

dsh-peer-link is a DSH plugin designed to enable point-to-point communication between DSH sessions and other agent sessions (such as Claude Code) on the same machine via Unix Socket. This plugin registers the DSH process as a discoverable peer, distinguishes specific sessions through short IDs, and supports injecting received messages into DSH sessions in the form of user bubbles. Core functionalities include `peer_send` (for sending messages to a specified peer or socket path) and `peer_list` (for viewing active peers, with support for directory filtering, sorting, and interactive operations). Installation requires using the `dsh plugin` command to add the plugin repository. If communication with Claude Code is needed, Claude Co

Read More
dsh-claude-tui: A Claude Code-Style TUI for DeepSeek Harness

dsh-claude-tui is a community-maintained unofficial TUI client designed to integrate the runtime capabilities of DeepSeek Harness (DSH) into a terminal interaction experience similar to Claude Code. The project (version 0.1.5, MIT license) is independent of Anthropic and DeepSeek, does not rely on official cloud services, and directly interfaces with the DSH local runtime. Its core features include providing a high-fidelity terminal interface, supporting model selection, persistent session management, command execution, approval confirmation, tool observation, and subagent management. The interface displays real runtime information, supports multi-line editing, image pasting, history search, and keyboard shortcuts. During execution, users can view the reasoning process, tool activity, cache hit rates, To

Read More
Wanjiqi-Meme: Distilling Poorly Received Memes from Live Room 6657 into DSH Skills

wanjiqi-meme is a DSH-installable plugin that adheres to the AgentSkills standard and is licensed under MIT. Based on 22,771 authentic danmaku meme data from Wan Jiji (Live Room 6657), it aims to deliver entertaining expressions through AI Skills. Primarily serving the CS2 and DOTA communities, its core functions include generating Wan Jiji-style danmaku memes, commentary rants, player critiques, and CS×DOTA hybrid memes, with support for anime-style meme crossovers. Users can install it into a specified profile using the `dsh plugin` command. As a fan-oriented, entertainment-focused tool, it is suitable for content drafting, joke testing, or AI agent prototyping, but not for serious content production or real-life personal attacks. Please note that this project is not officially affiliated with Wan Jiji himself.

Read More