dsh-open-browser:在 dsh web 就绪后自动打开 Web UI

dsh-open-browser 是由 peach0x33a 维护的 MIT 许可证 DSH 插件,旨在解决 `dsh web` 启动后需手动打开浏览器的问题。该插件在服务就绪时自动调用系统默认浏览器访问 Web UI。其核心特点包括零运行时依赖、支持 macOS、Linux、Windows 及 WSL 等跨平台环境,且具备无头环境安全性,在无显示环境下静默跳过操作。插件时机精确,确保能获取动态端口,并通过 detached 子进程机制避免阻塞系统关停。用户可通过 `dsh plugin` 命令安装,并利用 `cordis.patch.yml` 配置文件灵活控制开启状态及延迟时间。尽管在不同平

Read More
dsh-workspace-env:从 workspace .env 注入 DSH pwsh 子进程环境变量

dsh-workspace-env 是一个 DSH 插件,旨在解决 Windows PowerShell (`pwsh`) 环境中环境变量管理的问题。它通过增强 `pwsh` executor,在每次工具调用时自动读取当前 workspace 目录下的 `.env` 文件,并将其变量注入子进程,从而实现项目间的环境隔离,避免串环境或需重启进程才能生效的问题。 该插件核心特性包括:按 workspace 自动切换环境;每次调用实时读取 `.env`,修改后即时生效;支持 `${VAR}` 变量引用及追加操作(如 PATH 前置);自动处理引号和注释;且严格忽略 `DSH_*` 前缀变量以防冲突。

Read More
dsh-launcher:用 dsh-go 启动 DeepSeek Harness 的轻量插件

dsh-launcher 是 DeepSeek Harness (DSH) 的轻量级插件,旨在实现终端一键启动 Web UI 并自动打开浏览器。该插件零依赖,体积仅约 9 KB,通过生成 `~/.local/bin/dsh-go` 命令简化操作流程,替代复杂的手动 CLI 启动步骤。它支持从 npm、GitHub 或本地路径安装,需前置安装 dsh CLI 及 pnpm >= 9。插件通过 profile patch 提供灵活配置,涵盖启动命令、URL、源码目录及浏览器自动打开行为,并遵循明确的命令解析优先级。在安全性方面,插件会备份现有文件并容错处理安装失败,确保不影响 harness 启动

Read More
dsh-whale-font:把 DSH 对话里的「我/你/I/me」显示成蓝鲸图标

dsh-whale-font 是 DeepSeek Harness (DSH) 的一款 Web 插件,由 kxSenlin 维护,采用 MIT 许可证。该插件仅在显示层进行增强,不修改消息数据、不影响模型读取或记忆,也不作用于输入框。其核心功能是将对话中的主语人称(助手消息中的“我”、用户消息中的“你”及助手消息中的英文“I/me”)替换为 DeepSeek 蓝鲸图标,以直观区分说话者。插件支持自定义替换词(目前统一显示为鲸鱼图标),中文替换通过彩色字体实现,英文通过 DOM 层单词边界匹配。引号、括号及代码块内的内容默认不替换。安装需通过 `dsh plugin` 命令添加,支持在线及离线安

Read More
DSH Plugin dsh-task-control: Adding Task Pause, Resume, and Cancel to DSH Web

`dsh-task-control` is a plugin for DSH Web, designed to enhance control over long-running tasks with support for pausing, resuming, and canceling. This plugin is compatible with DSH v0.1.1-rc.2 and is licensed under the MIT License. It offers three pause modes: `safe wait` (default, waits for natural completion), `safe stop` (pauses after tool completion), and `force` (immediate interruption), and allows users to operate via buttons next to the input box or slash commands such as `/pause`, `/resume`, and `/cancel`. When resuming, users can choose to re-execute or skip the interrupted tool, ensuring that completed work is not repeated. The paused state is persistently saved and is not lost after a restart. Additionally, the plugin provides an API for other components to query and control task status. This tool is suitable for

Read More
@jiesou/dsh-cline-free-provider: Integrating Cline Free Models into DSH

`@jiesou/dsh-cline-free-provider` is an MIT-licensed DSH plugin designed to simplify the integration of Cline free models into DSH. The plugin eliminates tedious manual configuration steps by encapsulating API key storage, Base URL, and model list synchronization. Its core advantage lies in automatically syncing and filtering all Cline free models from a remote source at startup, requiring no manual model list configuration—users only need to save `CLINE_API_KEY` (available from the Cline official website) via the DSH credentials service to directly select models on the Web Models page. The plugin supports optional configurations such as `apiKeyEnv`, `baseURL`, and token limits, but by default

Read More
dsh-web-open: Print URL after `dsh web` is ready and open the browser

`@dawsondx/dsh-web-open` is an automated tool designed for DSH plugins, aimed at resolving the tedious process of manually organizing addresses and opening a browser after `dsh web` starts. This plugin automatically prints the full GUI address and opens it in the default browser once the web service is ready, with cross-platform support for Windows, macOS, and Linux. Its core features include zero runtime dependencies, a fail-safe mechanism (only warns without errors when service retrieval fails), and support for system-assigned ports. Installation requires Node.js >=18 and specific peer dependencies, and can be added via npm or GitHub. Users can flexibly control whether to enable auto-opening through the environment variable `DSH_OPEN_BROWSER=0` or configuration files.

Read More
DSH-Vision-Sidecar: Adding Managed Visual Perception to DeepSeek Harness

`dsh-vision-sidecar` is a DeepSeek Harness (DSH) plugin maintained by `121103qwq`, designed to provide hosted visual perception capabilities for pure-text reasoning models while preserving the user's original inference configuration. This plugin processes images by calling an OpenAI-compatible vision endpoint and returns the generated descriptions as plain text to the model, thereby avoiding the GPU resource requirements and model replacement costs associated with locally deploying vision-language models. By default, the plugin uses LLM7.io's anonymous vision route, which requires no API key or local GPU, but users should be aware of its request rate and token limits. Users can also configure custom OpenAI-compatible vision providers, such as OVHcloud or OpenRo

Read More
DSH Verification Receipt: Appending Minimal Summaries to Each Execution Round of DeepSeek Harness

DSH Verification Receipt is a community-maintained, MIT-licensed passive plugin for DeepSeek Harness. It is designed to mitigate privacy risks associated with locally retaining execution traces by appending a privacy-minimized JSONL summary after each session ends, avoiding direct logging of complete sensitive logs. The plugin's core adopts a passive observation mode, registering no new tools and making no changes to model history or context, ensuring zero additional token cost without affecting the model experience. Its functionality focuses on recording tool invocation counts and identifying verification-related signals such as `test` and `lint` based on lexical matching. To safeguard privacy, it strictly excludes sensitive information including tool parameters, invocation IDs, command outputs, message text, and raw session IDs, retaining only coarse-grained statuses and categories. During installation, it must be specified.

Read More
dsh-balance: Query Balance and Estimate Current Session Cost

dsh-balance is a community plugin for DeepSeek Harness (DSH), used to query the balance of a DeepSeek Open Platform account and estimate the cost of the current session. This plugin retrieves the balance through the official API and estimates costs based on local session logs using Beijing timezone peak-valley pricing, with estimates provided for reference only and subject to the official billing statement. Core features include displaying a balance and estimated cost chip at the top of the session (supporting click-to-refresh and hover-for-details), managing the auto-refresh interval and price table in settings, providing a deepseek_balance model tool, and incorporating a pause-awareness mechanism to reduce refresh noise. Installation is performed via `dsh plugin --profile web add @lemcae/dsh-balance`, and the host environment must support specific platform requirements.

Read More
DSH SSH Ops: SSH Operations within DeepSeek Harness Conversations

`caoyiwei850/dsh-ssh-ops` is a DeepSeek Harness (DSH) SSH operations and maintenance plugin designed to combine natural language instructions with a real interactive terminal, addressing the issues of lacking resource management and manual confirmation boundaries in server operations during intelligent agent development. This plugin integrates SSH terminal, SFTP file management, port forwarding, and database management for MySQL, PostgreSQL, Redis, and MongoDB. Its core advantage lies in its security mechanisms: it enables host key verification and automatic reconnection, enforces read-only queries at the lexical level to prevent database write operations, and automatically intercepts high-risk commands such as DROP and TRUNCATE, requiring manual confirmation before execution. Additionally, the plugin provides 30 Agent tools, supports batch task execution, and safeguards sensitive information (such as private keys

Read More
oss-prompt-optimizer: Optimizing Raw Instructions in DSH into Structured Prompts

`oss-prompt-optimizer` is a prompt optimization tool within the DSH plugin ecosystem, designed to rewrite brief instructions into professional, structured prompts to address output generalization issues. The plugin operates through harness's LLM service without direct API connections or credential exposure, and it is licensed under MIT. Core functionalities include: providing the `prompt_optimize` tool for agents to support single-time optimization and iterative rewriting; offering a `ctx.promptOptimizer` programming interface for other plugins; integrating a one-click optimization feature in the composer input box; enabling automatic optimization triggered by the `/optimize` prefix (enabled by default, effective only for specific prefixes); and possessing contextual and situational awareness capabilities to automatically inject roles, tasks, and other elements.

Read More
`dsh-tool-todo-tree`: A Mutually Exclusive Alternative to DSH's Tree-Structured `todo_write`

dsh-tool-todo-tree is a tree-structured task management plugin for DeepSeek Harness (DSH), serving as a mutually exclusive alternative to the flat-list tool dsh-tool-todo. It modifies the data structure of the todo_write tool to support a parent-child hierarchical task tree, nesting nodes via the `children` field, and provides a depth-indented plan bar display on the web interface. This plugin supports full replacement writes of the task tree and replays event snapshots using a last-write-wins strategy. Core features include: support for the `allowParallelInProgress` configuration to control parallel progress states; enforcement that parent nodes can only be marked as completed after all child nodes are finished; and automatic deduplication of sibling node content at the same level with normalization of empty child nodes.

Read More
dsh-better-archive: Archived Session Management Panel for DSH Web GUI

dsh-better-archive is a client-side plugin designed for the DSH Web GUI. It addresses the issue where DSH's native archiving merely hides sessions without terminating them, by providing a centralized management interface. The plugin adds an "Archived" entry in the sidebar, supporting viewing sessions by project, keyword search, filtering, and sorting. Users can restore sessions to the normal list with a single click or perform delete operations, including deleting individual sessions, all sessions under a project, or clearing all archived sessions. For active sessions, delete operations are marked for physical deletion upon restart; undoing the archive before restart can cancel the deletion. The plugin supports real-time switching between Chinese and English text, requires Node.js 22.19+ and pnpm, and can be installed and updated via GitHub, as well as supported for local development. It provides API interfaces for querying pending deletions, undoing archiving, and various deletion operations. As a community extension, developers are advised to check the source code before installation.

Read More
deepseek-harness-tui: Adding a Terminal-Native Dialog Interface for DSH

DeepSeek-harness-tui is a MIT-licensed community plugin built on Ink, designed to provide a native terminal interactive chat interface for DeepSeek Harness (DSH). As a thin UI plugin of approximately 800 lines, it is independent of DeepSeek and TokenDance, routing models to the TokenDance gateway via cordis.patch.yml. Core features include bottom-anchored live transcription, tool call status folding and output truncation, background color adaptation based on OSC 11, Thinking process folding (Ctrl+T), Esc interruption of operations, and Markdown rendering supporting CJK/Emoji widths. Installation requires Node.j

Read More
dsh-spend: DSH Token Usage and Cost Monitoring Plugin

dsh-spend is a web plugin for DeepSeek Harness (DSH), maintained by nonewind under the MIT license. It is designed to address the fragmented monitoring of Token usage, latency, costs, and quotas across multiple providers and models. By replaying session logs from `$DSH_HOME/sessions`, it provides a floating window and detailed panel in the Web UI. Core features include: multi-dimensional statistics by provider, model, time, and session; time-series charts for today, 24 hours, 7 days, and a 52-week activity heatmap; a built-in price database covering 17 providers and 131 models with automatic recognition of Code or Token billing plans, and support for DeepSeek's peak-valley pricing. It also reads real-time data from DeepSeek, M...

Read More
dsh-compaction-instant: An Instant Context Compression Plugin for DeepSeek Harness

dsh-compaction-instant is an instant context compression plugin for the DeepSeek Harness environment, designed to replace traditional LLM summarization with deterministic text processing. This plugin avoids model calls or network requests, eliminating additional delays and rewriting risks. By preserving the original tokens and generating seq, result, or checkpoint pointers that link to persistent logs, it achieves near-lossless compression. As a drop-in replacement for dsh-compaction-basic, it maintains the same interface and semantics, offering recall and search tools along with the /recall command to support on-demand restoration of omitted content or searching of persistent logs. This solution is ideal for developers seeking to reduce model call overhead and ensure data recoverability, requiring No

Read More
novel-writer: Writing Long Novels with Multi-Agent Division of Labor

novel-writer is a DSH workflow plugin maintained by sailoumili. Upon installation, it registers a "Multi-Core Collaborative Writing Mode" preset: one lead coordinator and five specialized sub-agents, each responsible for world-building, plot planning, character management, writing, and quality review. The settings are implemented through a narrative constitution, character profiles, and chapter version files, making it suitable for creative scenarios requiring long-form continuity. Installation command: dsh plugin --profile web add github:sailoumili/novel-writer. Licensed under MIT.

Read More
dsh-openviking: Integrating OpenViking Memory and Retrieval into DeepSeek Harness

dsh-openviking is a DSH memory plugin maintained by Rxiain. It integrates OpenViking's semantic search, viking:// resource management, user/agent dual-space automatic recall, and session synchronization into the DeepSeek Harness. It provides tools such as memsearch, memread, memadd, memcommit, memlearn, as well as the /memlearn slash command, supporting procedure lane workflow experience recall and automatic submission. By default, it connects to localhost:1933 and can be configured via cordis.patch.yml. It is suitable for developers who have deployed OpenViking and need to share long-term memory across tools.

Read More
dsh-web-startup-auth: Securely Exposing the DSH Web Interface on Local Networks

dsh-web-startup-auth is a DSH networking tool plugin maintained by GDWhisper. It replaces the original web launcher, enabling `dsh web --host 0.0.0.0`, and includes login/registration pages along with session protection to ensure that API and RPC require valid sessions for remote access. The plugin takes effect automatically through bundle patches, storing credentials in `~/.dsh/web-auth.json`. It is suitable for sharing the DSH interface on trusted internal networks; for plaintext HTTP scenarios, it is recommended to use it with an HTTPS reverse proxy.

Read More
SGME: Making DSH Remember Everything You've Discussed

SGME (Memory Capture Engine) is a self-hosted memory hub maintained by freehul that captures conversations, distills structured memories, and injects them into agents based on context. The DSH plugin dsh-sgme provides tools such as memory_search, profile injection, and session archiving. This article explains its working principle, two-tier deployment steps (Python service + dsh plugin add), typical usage, and security considerations.

Read More
dsh-firecrawl: Integrating Firecrawl Web Search and Scraping for DeepSeek Harness

@firecrawl/dsh-firecrawl is a DSH networking plugin maintained by the Firecrawl team. It redirects the backend of the built-in web_search and web_fetch tools to the Firecrawl API without introducing new tool names. Compared to the locally disabled web_fetch by default, this plugin leverages the Firecrawl infrastructure to fetch pages, reducing local SSRF risks while supporting JS rendering and anti-scraping measures. It is compatible with @deepseek-ai/dsh@0.1.0-rc.6, requires configuring the FIRECRAWL_API_KEY, and can be used by installing it into the web profile and restarting the Harness.

Read More
dsh-chat-imagine: Inline Image Generation and Recognition within DSH Chat Window

dsh-chat-imagine is a DSH plugin maintained by community member corrinehu. It enables image generation and inline display in chat windows via API or local CLI (mmx / codex / agy), and can also convert images into structured JSON evidence for any model to recognize. This article introduces its dual-channel image generation, CLI image recognition, installation commands, and typical conversation examples, while explaining the scope of Web profile applicability and limitations of image persistence.

Read More
cleverer-dsh: A Plugin Suite for Enforcing Execution Discipline in DeepSeek Harness

cleverer-dsh is a DSH workflow plugin suite maintained by Classicoke, featuring 11 plugins and 6 built-in skills, with zero external dependencies and an MIT license. Addressing the lack of execution discipline in DSH by default, it provides capabilities such as failure interception, forced reflection, task planning reminders, memory deduplication, experience distillation, file search, and environment checks. It supports one-click installation via `dsh plugin add` or grouped installation through the PowerShell board. The README documents single-sample comparisons showing a reduction in time and token usage, but this has not yet been widely validated. Please review the source code before installation, as plugins run with DSH process permissions.

Read More
dsh-fail-logger: Embedding Tool Failures into Skills to Reduce Agent Errors Over Time

dsh-fail-logger is a DSH memory-class plugin maintained by Areium. It automatically listens to session/events to capture failure causes from native tools, PTC run_code, and embedded tool calls. After normalization, deduplication, counting, and anonymization, it writes the data to the skill's machine maintenance segment, with the optional injection of three-level preventive prompts. This article introduces its coverage matrix, installation commands, configuration options, smoke verification steps, applicable scenarios, and known limitations.

Read More
dsh-usage-billing: DeepSeek Harness Usage and Consumption Statistics

dsh-usage-billing is a build-free, two-sided plugin for DeepSeek Harness that automatically monitors all LLM/stream calls on the local machine. It segments billing based on pre- and post-2026-08-17 peak and off-peak pricing. The plugin provides a main interface Token card, settings page charts, budget alerts, official balance retrieval, CSV/JSON export, and a usage_billing dynamic tool. It is recommended to install via `dsh plugin --profile web add dsh-usage-billing`, with data persisted to `.dsh-usage-billing.json`.

Read More
dsh-usage-chart: Visualize Token Usage, Cost Estimation, and Account Balance in DSH Web

dsh-usage-chart is a DSH Web Cordis plugin (v1.1.2, MIT) maintained by Max-Samson. It displays token usage, cache hit rate, estimated costs in CNY/USD based on list prices, and account balance beneath the input box. Clicking it expands a zero-dependency SVG panel featuring cost charts per round, context segment stress bars, compression diagnostics, and input source attribution. Data is sourced from official adapter projections and host session logs, with balances queried via host proxy. Installation: `dsh plugin --profile web add dsh-usage-chart`. Requires DSH ≥ 0.1.0-rc.6 and Node.js ≥ 20.

Read More
Oh My DSH: Bounded and Resumable Long-Term Autonomous Development for DeepSeek Harness

Oh My DSH (DSH Autopilot, npm package dsh-autopilot) is a DSH workflow plugin maintained by LiuMengxuan04, adding persistent task graphs, bounded workers, frozen project checks, read-only completion reviews, and fault recovery on top of the native Goal. The current version is 0.1.0-alpha.3, requiring DSH 0.1.0-rc.6, Cordis 4.0.1, and Node.js ^22.19.0. This article introduces the installation commands, typical usage of /autopilot, the normal five-step process, and safety boundaries, suitable for repository development tasks that span multiple rounds and require evidence and explicit completion gates.

Read More
dsh-plugin-gather: One-Click Assembly for DSH Web Enhancement Suite

The DSH Web plugin aggregation package (v0.9.6, MIT) maintained by lilwhich allows you to install selected plugins such as dsh-at-file, right sidebar, task dashboard, and skin center with a single command. It also includes built-in features like account status bar, checkpoint snapshots, Diff Review, conversation migration, global settings, and a VSCode-style left sidebar. This package is ideal for developers looking to quickly set up a complete DSH Web environment. Before installation, please review the source code and licenses; after installation, a restart and a hard refresh of the browser are required.

Read More
dsh-record-replay: Recording macOS Desktop Operation Demos as Agent Skills

dsh-record-replay is a DSH workflow plugin maintained by humblebanana, integrating the Open Record/Replay macOS recorder into Harness. It provides the open-record-replay skill and orr_* tools. Agents can record user demonstrations, validate events.jsonl, package skill-input, and pass it to the host Skill Creator or the built-in orr_skill_create to generate a Skill. It exclusively supports macOS and requires Node.js >= 22.19 along with a local open-record-replay checkout.

Read More
dsh-browser: A Self-Contained Browser Runtime for DSH

@anweat/dsh-browser is a networking tool plugin for DeepSeek Harness, which packages Playwright (Chromium) and OpenCLI as local dependencies for the plugin. It exposes browser services and up to 21 interactive browser tools externally. dsh-web-search-pro can inject this service through "inject," eliminating the reliance on a global CLI. The plugin supports page read/write, Recipe automation, limited crawling, OpenCLI platform adaptation, and experimental reusable assets. It also implements layered control for approval and resource throttling through automationMode and usagePolicy. This article introduces installation commands, typical usage, and applicable boundaries.

Read More
dsh-agy-link: Integrating the Google Antigravity Model into DSH

dsh-agy-link is a DSH community plugin maintained by amlyczz that integrates Google Antigravity models into DeepSeek Harness via the official local agy CLI. It supports multi-account pool rotation, official 5-hour and 7-day dual bucket quota monitoring, GUI-based OAuth login without pasting, streaming output, thinking, tool cards, and token usage mapping. The installation command is `dsh plugin --profile web add dsh-agy-link`, requiring Node.js ≥ 24 and an installed agy CLI.

Read More
DSH-KRouter: An Obsidian Knowledge OS for Coding Agents

DSH-KRouter (runtime36) is a second brain in Obsidian designed for coding agents: featuring daily closure and archiving, distillation and promotion, short-term naming with dual SHA retrieval locks, and scheduled self-evolution enabled by default. It supports mounting the same vault across four platforms: Cursor, Codex, Claude Code, and DSH. The installation command is `dsh plugin --profile web add github:398894496-arch/runtime36`; it requires Python3, ripgrep (rg), and PyYAML. This tool is suitable for users who are willing to maintain the vault and alias tables with error correction as a priority, but it is not recommended for scenarios relying on vector retrieval or automatic chat injection.

Read More
dsh-liquid-glass: Wallpaper and Liquid Glass Overlay for DSH Web UI

dsh-liquid-glass is a DSH Web skin plugin maintained by xingyingyuzhui, which overlays wallpapers and optional liquid glass effects on top of the official light/dark/system-following themes. It supports presets like Glacier and Deep Water, as well as custom images, with the glass blur applied only behind the glass islands, preserving the clarity of wallpapers and official scrollable containers. The installation command is `dsh plugin --profile web add github:xingyingyuzhui/dsh-liquid-glass`, and configuration can be done in Settings → General → Liquid Glass after restarting. Licensed under MIT, current version 0.12.82.

Read More
dsh-rewind: In-place Dialog and File Rewind within Same Window

dsh-rewind (npm: dsh-rewind-plugin) is a DSH workflow plugin maintained by SiriLee, aligning with the Claude Code /rewind semantics: it allows rolling back to any user message within the current session window, optionally restoring files modified by write/edit/str_replace_editor. It achieves conversation rollback by using append-only log masking, with lightweight pre-write backups stored at ~/.dsh/rewind-snapshots/, and does not rely on git. Installation: dsh plugin --profile web add dsh-rewind-plugin. Licensed under MIT, requiring Node.js ^22.19.0 || >=24.0.0.

Read More
dsh-desktop-windowos: A Windows Desktop Shell for DSH

dsh-desktop-windowos is a DSH Windows desktop shell maintained by RAFOLIE, built on Tauri v2, React 18, and TypeScript. The application automatically launches the local DSH web service, embeds a native webchat within the window, runs in the system tray, displays system notifications upon task completion, and delivers a single portable EXE file of approximately 4.5 MB. It can be installed via `dsh plugin --profile web add dsh-desktop-plugin` or downloaded directly from GitHub Releases. Features include an environment management panel, log and diagnostic export, dual-channel automatic updates for both DSH and the shell, crash self-healing, and additional modes. It requires Node.js ^22.19 or ≥ 24 and is compatible with Windows only.

Read More
dsh-sticky-note: Real-time recording of ideas, reflections, and TODOs in the lower-left corner of DSH

dsh-sticky-note is a DSH Host plugin (v0.2.3, MIT) maintained by Meredith2328. It provides a sticky note panel in the edit box toolbar, allowing users to categorize and record ideas, thoughts, and TODOs. The plugin supports scheduled or Ctrl+S saving to ~/.dsh/sticky-notes, along with features such as checklist archiving, one-click sending to chat, Markdown preview, and automatic clearing of the recycle bin. It is compatible with DSH versions from 0.1.0-rc.7 to 0.1.1-rc.2 and can be installed via the command: dsh plugin --profile web add dsh-sticky-note.

Read More
dsh-drop-to-path: Delivering Images and Files to Text-Only Models via Workspace Path

dsh-drop-to-path is a DSH Web plugin maintained by loudMore, designed to address the issue where pure text models cannot receive image attachments and DSH rejects non-image files. It retains the native attachment UI and, during sending, uploads images along with PDF/Office/archive/video/audio files to the workspace `.drops/` directory and appends their paths, bypassing the `attachment-error` pre-check. When used in conjunction with dsh-vision-toolkit, it enables the capability to view images by pasting screenshots. It supports drag-and-drop and pasting, and can be installed using the command `dsh plugin --profile web add`.

Read More
dsh-theme-firefly: Applying the Firefly Theme to DSH Web UI

dsh-theme-firefly is a DSH Web UI theme plugin (v0.1.2) maintained by Liu-ZA-81. Inspired by Firefly from Honkai: Star Rail, it covers over 100 design tokens and provides wallpapers, a boot animation, firefly particles, background music, and typing sound effects. Install it with `dsh plugin --profile web add dsh-theme-firefly`, then restart DSH web to use it. It supports runtime imports for wallpapers and custom asset builds, and the code is released under the MIT license. Multiple themes are mutually exclusive, and it is recommended to enable only one at a time.

Read More
dsh-ai4scholar: Leveraging 38 Academic Tools in DSH for Literature Search, Full-Text Reading, and Citation Generation

dsh-ai4scholar is a DeepSeek Harness web plugin maintained by literaf, offering 38 native academic tools via ai4scholar.net. It covers Semantic Scholar, PubMed, Google Scholar, arXiv, bioRxiv/medRxiv, and DOI, supporting unified search, PDF full-text segmented reading, auto_cite for automatic citation, and sci_draw for scientific visualization. The installation command is `dsh plugin --profile web add dsh-ai4scholar`, and the AI4Scholar API Key needs to be configured in the Web settings or via environment variables; some platforms charge based on credits, while arXiv and DOI are free. Licensed under MIT, current version v0.3.3.

Read More
dsh-think-zh: Enabling Simplified Chinese for DSH Reasoning Process

The default thinking process of DeepSeek Harness is often in English, which is not conducive to Chinese users' comprehension of the reasoning chain. dsh-think-zh injects concise language instructions into the system prompt for each request: the thinking process is always in Simplified Chinese, the response follows the language of the query, and code and identifiers remain in their original language. The plugin is injected via the cordis section, with a token cost of approximately 75 characters per request. It supports disabling or customizing the instructions. Installation command: dsh plugin --profile web add github:Len7183/DSH-Think-zh. Licensed under MIT, maintained by Len7183.

Read More
dsh-plugin-background: Setting Independent Backgrounds for Various Sections of the DSH Web Interface

Maintained by gameswu, the DSH Web Wallpaper Plugin "dsh-plugin-background" allows independent configuration of image slideshows or muted video backgrounds for the conversation area, trajectory area, sidebar, and other regions. It supports importing via URLs, local files, and folders. Individual images can be adjusted for display mode, opacity, and blur, while slideshows feature preloading with crossfade transitions. Multiple areas can be merged into a single large background spanning across regions. Install via the command `dsh plugin --profile web add` and configure under Settings → Plugin → Background. Licensed under MIT, current version 0.2.1.

Read More
dsh-tool-hongtou: Two-Stage Pipeline for Generating Standardized Official Documents with Red Headers

dsh-tool-hongtou is a DeepSeek Harness workflow plugin maintained by ExElectron. It decouples the structured JSON outline of LLMs from the deterministic Word 2003 XML template rendering through the /hongtou command, generating red-header official documents that conform to standard layouts. In Phase 1, it performs schema validation and Markdown cleaning to output JSON. In Phase 2, it injects into document-skeleton.xml to deterministically generate serial numbers, fonts, line spacing, and red lines, saving the results to the output/ directory. It can be installed to the web profile via npm or GitHub and requires Node.js >= 22.19.0 to be used after restarting dsh.

Read More
dsh-cyber-particle: Adding a Dynamic Particle Network Background to the DSH Web Interface

dsh-cyber-particle is a fun costume-changing plugin for DSH maintained by AKS1st. It draws a particle network animation on the browser side using a full-screen overlay, without registering server-side routes or altering the interface color scheme. Gray scattered particles fly in from the edges and automatically connect, with pointer-events penetration to avoid interfering with operations. It includes a built-in "Settings → Particle Background" page where users can adjust the number of particles, radius, line thickness, connection distance, speed, and color, with settings persisted to localStorage. Installation: dsh plugin --profile web add github:AKS1st/dsh-cyber-particle, then dsh web to restart. MIT license, version 0.2.3.

Read More
dsh-explain: Transforming DSH Work Sessions into a Local-First Learning Cycle

dsh-explain is a DSH learning mode plugin maintained by yuezengwu, compatible with DSH 0.1.0-rc.8. It extracts concepts from completed work sessions, generates structured learning cards, writes to cross-session global learning threads, and tracks learning progress via ExplainContext. The main agent remains unaffected, with data prioritized for local storage in SQLite. It supports manual /explain, selected text explanation, learning from responses, and automatic evaluation, while providing a diagnostic settings interface and context compression.

Read More
dsh-approve-for-me: Rule-Driven Sandbox Automatic Approval

dsh-approve-for-me is a DeepSeek Harness plugin maintained by Timeance, designed for rule-driven automatic approval of privilege escalation in Shell and PowerShell sandboxes. It sequentially performs fixed high-risk checks, literal command prefix rules, and optional LLM reviews, granting only a single "allowed-once" upon approval and deferring to the Harness's native manual approval when uncertain. This article introduces the installation command, Access preset activation methods, Web/YAML configuration examples, and the security model, catering to DSH users who aim to reduce repetitive approvals without switching to Full access.

Read More
dsh-vision-opencode: Configuring Switchable Vision Models for Text-Primary Master Models

dsh-vision-opencode is a DSH Web plugin that converts chat images into text via configurable vision models, enabling pure-text main models like DeepSeek to continue reasoning without switching the primary model. It supports image recognition model selection in the input box, vision settings, the vision_read_image tool, and vision-image-analysis skill, including a 60-second timeout and failure retry fallback. Installation: dsh plugin --profile web add -w github:poiuyjie/dsh-vision-opencode. MIT license, maintained by poiuyjie.

Read More
dsh-search-boost: Enhancing Multi-Engine Search and In-Depth Research for DSH

dsh-search-boost is a bundle plugin developed by Mr-remon219 for DeepSeek Harness, enhancing the built-in web_search/web_fetch with multi-engine integrated search, X search, page fetching, and deep research capabilities. It supports both free and API dual search layers, enabling zero-configuration parallel retrieval via Bing/DDG/Yahoo/Exa-free, with optional integration for Tavily/Brave/Exa. Installation command: dsh plugin --profile web add dsh-search-boost.

Read More
dsh-token-usage: DSH Local Token Usage Ledger and Dashboard

dsh-token-usage is a DSH Web plugin maintained by LeemanCheung that passively records four types of token buckets for uncached input, output, cache read, and cache write. It provides an overview, 30-week heatmap, 7/30/90-day trends, rolling 30-day budget, and anomaly detection on the settings page. The plugin supports public rate estimation, JSON/CSV aggregated export, on-demand AI usage analysis, and per-session trajectory reports. It requires a Web profile and DSH 0.1.0-rc.6 series; MIT license.

Read More
dsh-plan-graph: Visualizing Session Tool Calls as Interactive Flowcharts

dsh-plan-graph is an out-of-tree plugin for DeepSeek Harness maintained by HR2AY (MIT, 0.3.0). It adds a Plan Graph tab to the session view, rendering tool calls and messages as a pannable and zoomable flowchart. The plugin supports coloring by state, hiding tool calls, grouping by turn, favorites (with localStorage persistence), a right-click context menu for nodes, and locating within the conversation area. Installation can be done via `dsh plugin add` from a local directory, GitHub source (requires `allowBuilds`), tarball, or npm; before starting, you can use `--dump-config` to verify layer loading. It is designed for DSH developers who need to visualize agent call chains; before installation, please review the source code, as the plugin runs with the permissions of the dsh process.

Read More
dsh-client-ui-obsidian-memory: Persistent Memory for DSH Agents Using a Local Markdown Library

dsh-client-ui-obsidian-memory is a memory plugin for DSH maintained by detongz, providing persistent memory for Agents through a local Obsidian or Markdown library (Codex directory). The plugin registers five tools: obsidian_memory_read, list, search, write, and append, and displays the library status and tool descriptions in the sidebar. It requires no external services and can be used after configuring the vaultPath. This article covers the installation command, directory preparation, cordis.patch.yml configuration, and typical read/write workflows, along with notes on permissions and version dependencies.

Read More
dsh-reminder: DSH Cross-Window Completion and Approval Reminder

dsh-reminder is a DSH web workflow plugin maintained by Aisland-SJL. When a task round ends or a tool call requires approval, it triggers a browser notification that pops up in any window, allowing users to return to the corresponding session with a click. The plugin supports approval completion toggles, auto-dismiss duration, and a brief notification sound, providing alerts without auto-approving actions. Installation is done via the command `dsh plugin --profile web add <dsh-reminder>`, requiring registration in the profile bundle followed by a restart of the web process, and notification permissions must be granted in the settings. Licensed under MIT, version 0.1.0.

Read More
dsh-md-notes: Taking notes in Markdown within DSH and syncing to Git

dsh-md-notes is a third-party DSH Web note-taking plugin maintained by XieZongChen. Notes are stored as .md files in the .dsh-notes/ directory of each workspace, providing a fullscreen manager and editor. It supports one-click extraction from conversations, context injection via @ references, and optional Git sharing or synchronization by workspace. The installation command is `dsh plugin --profile web add dsh-md-notes`, and a restart of dsh web is required for it to take effect. Current version 0.8.0, MIT license.

Read More
dsh-advisor: Mounting Independent Review Sub-Models for DSH Sessions

dsh-advisor is a DSH plugin maintained by omdsh-dev that attaches an independent review model to each session, passively observes the main transcript, and injects suggestions categorized as nit, concern, or blocker after each stepped turn. The plugin is advisory-only and does not approve or reject actions on behalf of the main model. It supports a web Settings Advisor card and the `dsh-tui /advisor` command, and can be enabled by configuring the provider and model in `settings.yaml`.

Read More
Big Fat Fish's Novel Workshop: DSH Web Novel Nine-Stage Gate Creation Plugin

The "Big Fat Fish's Novel Workshop" (dsh-novel-writer) is a DSH web novel creation plugin maintained by akira399. It provides a nine-stage gated process from topic selection to completion, world book setting injection, local book import, one-click chapter writing and paragraph-level polishing, AI-style removal and golden three-chapter diagnosis, and ensures consistency for million-word novels through a fact ledger. This article introduces its core capabilities, v0.1.7 installation commands, and typical getting-started steps.

Read More
dsh-file-mount: Incremental File Mounting and Deduplication on Repeated Reads

dsh-file-mount is a DeepSeek Harness plugin maintained by acefun29, which intercepts the results returned by read/write/edit tools to maintain a file line-level mounting ledger. It supplements only missing lines during repeated reads, performs incremental remounting based on line-level diffs when disk changes occur, and provides a Web-based "Mounted Files" dashboard to display coverage maps, freshness, and estimated token savings. This article introduces its working principles, installation commands, configuration options, and applicable scenarios.

Read More
dsh-continual-evolve: Persisting Session Trajectories into Versionable Harness States

dsh-continual-evolve is a DSH workflow plugin (v0.5.0, MIT) maintained by ZK-Andy. It distills elements such as prompt notes, memories, skills, and subagent specifications from session trajectories into a Harness state layer with versioning, auditing, and deterministic rollback capabilities. Global writes require approval, and a code-side guard filters out near-duplicates and project-scoped content; automatic rollback is triggered upon benchmark score rejection. The plugin supports the /evolve command family and model tools like evolve_list/add, with zero injected tokens for an empty store. Installation: dsh plugin add dsh-continual-evolve; restart dsh web after updating.

Read More
DSH Config Manager: One-Click Backup, Migration, and Synchronization for DSH Configurations

dsh-config-manager is an admin-security configuration management plugin for DSH, which supports exporting and importing settings, plugins, MCP, Skills, workspaces, etc., as ZIP files. It offers scheduled backups, Git/WebDAV remote synchronization, a configuration marketplace, and snapshot rollback. By default, keys are not exported, and before importing, users can preview and handle path mapping and conflicts. Installation command: dsh plugin --profile web add dsh-config-manager@latest.

Read More
comm-protocol-hub: Querying 3GPP Protocols by Dimension in DSH

comm-protocol-hub is a DSH plugin maintained by Thanksgiver233, which systematically organizes over 70 specifications from 3GPP Release 15–18 into an eight-dimensional classification structure, including TN, NTN, holography, near/far-field, and more. It offers three tools—comm_protocol_query, browse, and detail—to support keyword search, category browsing, and single-entry details, with embedded data and official links. This plugin is suitable for communication engineers and developers handling protocol-related Q&A within DSH, and it is licensed under MIT.

Read More
dsh-security-audit: DSH Native Security Audit and Data Desensitization Risk Report

dsh-security-audit is a native security audit plugin (admin-security) for DSH, maintained by omdsh-dev. It scans configuration and credential metadata, plugin sources, session structures, and network exposure surfaces in a read-only manner, outputting desensitized and reproducible JSON risk reports. It provides six actions: scan_config, scan_plugins, scan_sessions, scan_network, report, and rules. It does not perform automatic repairs, connect to the internet, or execute audited plugins. It is compatible with DSH 0.1.0-rc.8 and can be installed via `dsh plugin add` from GitHub or npm pack.

Read More
dsh-bash-terminal: Unifying PowerShell, Git Bash, and WSL Shell Tools on Windows

dsh-bash-terminal is a DSH community plugin maintained by MAXeaglet, providing additional shell and terminal tools on Windows. Users set the default terminal (PowerShell, Git Bash, or WSL) via the Web UI, which is automatically used as the backend for model command execution and cannot be switched manually. The shell starts a fresh process each time, suitable for one-off commands, while the terminal maintains the current working directory and variables across rounds, ideal for interactive CLI. The plugin integrates with DSH's official sandbox and background task mechanisms without occupying the official pwsh tool. Installation requires global npm installation and running the install.ps1 patch to set up the whitelist.

Read More
dsh-provider-model-configurator: Centralized Management of Provider Model Entries in DSH WebUI

dsh-provider-model-configurator is a DSH Web plugin maintained by LiangYin233. It provides centralized viewing, creation, editing, copying, and deletion of provider model entries on the "Model Pro" settings page, covering context windows, maximum output, input modality, reasoning tiers, and compat compatibility switches. It supports one-click form filling from llm-pi-ai presets or other configured providers, and explains the snapshot behavior of catalog providers. Installation requires the command `dsh plugin --profile web add`, with version v0.3.9 as an example, under the MIT license.

Read More
dsh-read-url: Extracting Webpage Content for DSH Agents

dsh-read-url is the URL reader plugin for DeepSeek Harness, maintained by 2672243194. It scrapes web pages, JSON, and RSS/Atom feeds, automatically identifies encodings like GBK and UTF-8, extracts and cleans the main content, and outputs it in 6000 characters by default, supporting caching and continuation reading via offset. It has zero runtime dependencies, requires no API key, and adheres to ctx.web and ctx.effect interfaces. Installation: npx @deepseek-ai/dsh plugin --profile web add github:2672243194/dsh-read-url.

Read More
dsh-routing-suite: Adding Selectable Intelligent Routing Modes for DeepSeek Harness

dsh-routing-suite is a DSH community plugin maintained by dragonbaba (v0.1.2, MIT). It adds an "Intelligent Routing Mode" to the mode menu while preserving the Standard preset persona, context, and full tool directory. It supports three strategies: auto, inspect-first, and direct, which guide tasks by checking before modifying, or implementing directly and then verifying. It does not make additional model requests, nor does it read/write files or execute commands. The guide covers desktop and CLI installation, manual preset copying, configuration options, applicable scenarios, and security boundaries.

Read More
dsh-web-tools: Integrating Multi-Source Web Search and Scraping for DeepSeek Harness

dsh-web-tools is a DSH networking tool plugin maintained by A3Boy. It integrates Exa, Tavily, Firecrawl, Parallel, Brave, You.com, Jina, SearXNG, as well as Xiaohongshu and Twitter/X into the standard web_search / web_fetch interface. By compiling query intents into native parameters for each provider through SearchHints, it supports multi-API key scheduling, automatic degradation, session-level Search Mode, and provides a native settings interface. This article introduces the plugin's positioning, core capabilities, installation commands, and typical usage.

Read More
dsh-archived-sessions: Unified Management of Local Sessions within the DSH Setup

dsh-archived-sessions is a DSH Web plugin maintained by Zephyr-vibe, offering session management in settings: dual-tab browsing for unarchived and archived conversations, support for grouping by workspace, title/ID search, batch archiving and deletion, expandable details (activity statistics and output files), and opening the records folder. Deletion does not cascade to sub-agents or files by default; after adapting to DSH 0.1.0-rc.8, the deletion entry was moved to the session title bar. It reads the official session directory with zero configuration and is licensed under MIT.

Read More
dsh-trading: Building a Trading Research Workbench for DeepSeek Harness

dsh-trading is a trading research workbench plugin bundle maintained by maddogfinance for DeepSeek Harness. It unifies data sources such as CSV and Futu OpenD via the ctx.marketData seam, provides deterministic indicators and on-chart annotations through read-only tools like market_snapshot and annotate_chart, and renders interactive K-line cards or optional chart-first persistent chart columns in dsh web. The installation command is `dsh plugin --profile trading add @dsh-trading/bundle`. The project is under MIT license, explicitly has no order placement capability, and remains in its early scaffolding stage.

Read More
oh-my-knowledge: Verifiable Knowledge Change Assessment for Prompts, RAG, and Agents

OMK (oh-my-knowledge) is a MIT-licensed CLI and DSH plugin maintained by lizhiyao, designed for knowledge maintainers working with prompts, RAG, skills, agents, and workflows. Through a closed loop of doctor, eval, and observe, it compares versions of knowledge artifacts under the same model and samples, outputting verifiable release conclusions, failed samples, and costs. It also supports viewing DSH task traces in Studio. DSH users can install it in the web profile using `dsh plugin --profile web add oh-my-knowledge` and execute `/omk eval` and `/omk observe` within a session.

Read More
dsh-sandbox-escalation-fix: Projecting Sandbox Upgrade Schema Per Session to Fix Third-Party Model Tool Invocation Loop

dsh-sandbox-escalation-fix is a DSH community plugin maintained by JUSTMONIKA2022, providing a zero-configuration fix for third-party models like GPT in All Access mode. It addresses bash, pwsh, write, and edit validation failures and retry loops caused by static sandbox schema upgrades. The plugin dynamically projects model-visible parameters based on the Session's Sandbox Mode and Approval Policy, synchronizes Native Tool Call with the Code Mode SDK, and only processes redundant upgrade requests of the same mode during execution. It supports DSH versions 0.1.0-rc.5 through rc.8, as well as 0.1.1-rc.1/rc.2, and is released under the MIT license.

Read More
dsh-deep-research: Adaptive Deep Research Plugin Based on Official Workflow

Maintained by omdsh-dev, dsh-deep-research is a DeepSeek Harness workflow-type plugin with the npm package name @dsh-external/dsh-deep-research. It is built on the official workflow engine and integrates built-in web_search and web_fetch functionalities. Utilizing control theory and information theory, it implements planning, parallel research, marginal gain stopping, and optional adversarial review, registering a deep_research tool for conversational triggering. This article introduces its core mechanisms, installation commands, tool parameters, and typical usage, while noting that profiles must include a workflows provider.

Read More
dsh-secure-audit: DSH Read-Only Security and Compliance Audit Plugin

dsh-secure-audit is a read-only security plugin (admin-security) for DeepSeek Harness maintained by PensiveFei. It provides security_scan_text for prompt injection detection, security_redact_text/security_redact_json for PII and JSON redaction, security_audit for local configuration auditing, and security-review skill. The plugin does not write to or execute the audited system; reports are redacted and include reportSha256 self-verification. Installation: dsh plugin add dsh-secure-audit; requires Node ≥20 and @deepseek-ai/dsh-tools >=0.1.0-rc.7.

Read More
dsh-clawrouter: Adding a Dangerous Tool Call Review Gate to DeepSeek Harness

dsh-clawrouter is a DSH plugin maintained by BlockRunAI that audits and forcibly intercepts dangerous tool calls before execution using a more powerful model, while also enabling access to 67 models via BlockRun routing on a pay-per-use basis with a single wallet. This article introduces the review gate, BlockRun routing, installation commands and cordis.patch.yml configuration, as well as the usage and precautions of built-in commands like /gate and /review.

Read More
dsh-codex-sync: Two-Way Synchronization Bridge Between Codex and DSH

dsh-codex-sync is a DSH workflow plugin maintained by Walvez, providing continuous bidirectional bridging between OpenAI Codex and DeepSeek Harness: project conversations can be imported, exported, and incrementally synchronized, ~/.codex/skills is mounted in real-time as DSH Skills, mcp_servers are automatically mirrored, and a reverse MCP can be installed on the Codex side to retrieve DSH plugins. The installation command is `dsh plugin --profile web add dsh-codex-sync`, licensed under MIT, requiring Node >= 20.

Read More
deep-read-summarize: Transforming Books, Papers, Videos, and Web Pages into Concise Obsidian Notes

deep-read-summarize is a DSH workflow plugin (v0.3.3, MIT) maintained by PensiveFei. It accepts books, papers, videos, or web pages as input, processes them through parser chunking, MapReduce parallel deep reading, and JSON Schema validation, and outputs Obsidian notes with YAML frontmatter. It supports npm installation and is triggered by passing JSON through the workflow tool. Configuration errors terminate the process directly, while single chunk failures are flagged without interrupting the overall workflow.

Read More
DSH Tether: Connecting to DeepSeek Harness on Development Devices Cross-Network with Your Smartphone

DSH Tether is a DSH networking tool plugin maintained by zexadev, which enables mobile phones to directly connect to DeepSeek Harness on development machines in different network environments such as 4G/5G via iroh P2P, without the need to set up a relay server. The mobile side displays the native web interface of DSH, supporting multi-machine pairing, approval notifications, and end-to-end encryption. Developers can install it by executing `dsh plugin --profile web add dsh-plugin-tether` on the development machine, and mobile users can pair and use it by downloading the app from GitHub Releases. It has been verified in dsh 0.1.0-rc.7/rc.8 and is licensed under the MIT license.

Read More
DSH Crew: Assigning Tasks to DSH Agents in Claude Code / Codex

DSH Crew is a workflow plugin for DeepSeek Harness, maintained by ZSeven-W. It enables Claude Code, Codex, Antigravity, and Grok to dispatch tasks to a genuine DSH agent while displaying native sub-agent progress within the host. It supports flash/pro tier strategies, failure-based tier escalation, dispatch guards, and a task board; the DSH Web runtime worker is visible as a first-class session. It also provides visual description and image generation bridging for pure-text DSH models. The installation command is: `dsh plugin --profile web add @zseven-w/dsh-crew@latest`.

Read More
dsh-custom-tool: Creating and Managing Sandbox JavaScript Tools in DSH

dsh-custom-tool is a DSH plugin (admin-security, MIT, v0.1.2) maintained by omdsh-dev. Users can write JavaScript tools using the Monaco editor in the setup UI, and models can self-service add or delete tools through APIs like custom_tool_create. Tools are persisted in the custom-tools namespace and hot-registered, executing within node:vm workers with global/workspace scope and permission boundaries. This article introduces installation commands, code contracts, configuration options, and security considerations.

Read More
dsh-usage-stats: DSH Usage Heatmap and Token Dashboard

dsh-usage-stats is a DSH community plugin maintained by Make0209. It aggregates usage data from persistent session logs, providing a GitHub-style 53-week heatmap, token/cache hit/account balance statistics cards, and workspace alias management. The installation command is `dsh plugin --profile web add dsh-usage-stats`, which takes effect upon refresh and automatically backfills historical data. It is ideal for developers who need to track local tokens and continuous usage by workspace.

Read More
dsh-video-lens: Equipping Pure Text DSH Agents with Video Understanding Capabilities

dsh-video-lens is a DeepSeek Harness plugin maintained by dundunhan (v0.3.1, MIT). It utilizes three tools—video_probe, video_analyze, and video_ask—to read local video metadata via ffprobe/ffmpeg, perform scene-aware frame extraction with optional ASR, and interface with OpenAI-compatible vision models, outputting structured evidence JSON with timelines. Installation requires running `pnpm add dsh-video-lens` in the DSH Profile directory and registering the bundle, along with configuring environment variables such as `VIDEO_LENS_API_KEY`. It is suitable for video review, meeting recording summaries, and time-anchored Q&A; users are advised to review the source code and permission notes before use.

Read More
picturereader: Adding Local Image Recognition Capability to the Pure Text DSH Model

picturereader is a DSH model inference plugin (v3.2.0) maintained by jing-hy. It enables pure-text models to achieve native thumbnails through a visual twin adapter, converting images into structured textual evidence using local tools such as image_scan and image_ocr. It supports three routing modes—privacy, intelligence, and rigor—and an optional external VLM. Additionally, it includes document_to_image for converting documents to images and image_edit for local image editing. It runs entirely locally by default and is licensed under MIT.

Read More
dsh-im-gateway: Integrating DSH Agent with 25+ Chat Platforms Including WeChat and Feishu

dsh-im-gateway is a DeepSeek Harness aggregated IM gateway plugin maintained by zhuiyueya, supporting over 25 channels including WeChat, Feishu, DingTalk, Telegram, and Discord. It provides unified session routing, remote approval, interactive questioning, and QR code-based access. The installation command is `dsh plugin --profile web add dsh-im-gateway`, and the configuration entry can be found in the IM Gateway section of the dsh Web settings. It is licensed under the MIT License, and the current version is 0.3.3.

Read More
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 More
dsh-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 More
meow-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 More
dsh-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 More
ui-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 More
dsh-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 More
recruiting-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 More
dsh-free-search: Providing API Key-Free Multi-Engine Online Search for DeepSeek Harness

dsh-free-search is a DeepSeek Harness web search plugin maintained by DDDMUC. It implements the WebSearchProvider interface and includes 10 built-in search engines such as Bing, DuckDuckGo, and SearXNG, with a unified fallback chain. By default, Bing is available without requiring an API key. The plugin provides a web settings page, a /free-search-engine shortcut for quick engine switching, advanced_search for time-based filtering, platform_search for platform-specific searches, and web_fetch for web page retrieval. Installation requires cloning the repository via git clone and running `dsh plugin --profile web add`. Configuration is stored in `~/.dsh/settings.yaml`.

Read More
dsh-notifier: DSH Unified Notification Push Plugin

dsh-notifier is a DSH networking tool plugin maintained by THEWOLFWALKER, providing a unified notify() API with 27 outbound channel adapters. It supports automatic push for session events (turn/end, approval/asked, agent/error) and dual triggers from model notify tools, with six inbound channels enabling remote approval and session management. Starting from v0.5, it includes long-task heartbeat and in-notification stop functionality, and from v0.7, it supports identity pairing and a web management console. Installation command: `dsh plugin add dsh-notifier --profile <profile-name>`, requires Node.js 22+, and is licensed under MIT.

Read More
dsh-AuthInOne: Complete Provider Login, Model Switching, and Usage Statistics within DSH

dsh-AuthInOne is a DeepSeek Harness community plugin (MIT, v0.2.0-alpha.4) maintained by Stormycry-cryp. It integrates Provider/account login, API Key and custom OpenAI-compatible configurations, future session default models, visual fallback for pure-text models, and cross-session token and cost statistics into the native Models and Usage settings. OpenAI Codex serves as the stable pathway, while Kimi Code, xAI, Anthropic, and others are experimentally compatible. A single command via `pnpm dlx` enables web installation on the same port without modifying the DSH core. It is suitable for developers who need to manage authentication, models, and usage uniformly within DSH. Before installation, please review the source code, as the plugin runs with the DSH process permissions.

Read More
dsh-evolve-modes: Composable Workflow Control and Self-Evolution of Manual Review

dsh-evolve-modes is a DeepSeek Harness Web plugin maintained by GraySilver, offering a four-dimensional combination in the input area covering work status, thinking strategy, quality gate, and self-evolution, without modifying the DSH core. It supports plan mode, first-principles reasoning, adversarial/acceptance review, as well as isolated learning, human-confirmed global rule consolidation. This article introduces installation commands, typical combinations, the /evolve-mode command, and usage notes.

Read More
DSH Workflow: Upgrading One-off Multi-Agent Scheduling into a Governable Workflow Layer

omdsh-dev/dsh_workflow (@dsh-external/workflow) is the official DSH bundle-format workflow plugin, offering naming, discovery, generation, reuse, pause/resume, rerun/continue, persistent evidence, and cost governance on top of native one-shot parallel scheduling. The plugin references the KodaX workflow design, supports capsules, six standard patterns, and two built-in workflows, with run data persisted to .dsh/workflow-runs/. Installation requires Node.js >=22.19 and a compatible DSH snapshot; after integration via `dsh plugin add`, it is accessed through the `/workflow` command and three model tools.

Read More
dsh-chat-import: Importing External Agent Sessions into DSH for Continuation

dsh-chat-import is a memory plugin for DSH maintained by Nwflower. It read-only imports sessions from over 17 external agent sources such as Claude Code, Codex, Cursor, and Gemini, generating fully faithful and resumable DSH sessions. It also supports export and write-back, bidirectional synchronization, and interchange bundle backups. The plugin requires Node.js ≥ 22.13 and dsh 0.1.x, and can be installed via `dsh plugin --profile web add dsh-chat-import`.

Read More
《Cursor Docs》-Plugins
2026-08-26 35 views Cursor Docs Cursor Plugin

Plugins package rules, skills, agents, commands, MCP servers, and hooks into distributable bundles.

Read More
Polish Prompts in DeepSeek Harness Input Box with dsh-prompt-polish

`dsh-prompt-polish` is a DeepSeek Harness interface enhancement plugin maintained by JoukoPuro, which adds a pure-icon polish button to the Web input box toolbar. After clicking, users can choose four styles: balanced, concise, detailed, or code-oriented. It reuses the accessed large models to rewrite draft prompts into more professional and agent-friendly versions, and replaces them in the input box in-place, allowing review before sending. The installation command for the catalog page is `dsh plugin add github:joukopuro/dsh-prompt-polish`. It is licensed under MIT, and requires a running web profile and a configured model adapter.

Read More
Add a Dynamic Island status bar to the DeepSeek Harness web interface using dsh-dynamic-island

**dsh-dynamic-island** is a DeepSeek Harness interface enhancement plugin maintained by ylifeonlyonce, which integrates Agent's thinking, tool calling, approval and closing processes into a Liquid Glass-style Dynamic Island on the edge of the Web GUI. The installation command on the catalog page is `dsh plugin add github:ylifeonlyonce/dsh-dynamic-island`. The repository also provides a Vite demo and the npm package version 0.3.5; the author noted that it is still a high-fidelity design prototype, and the real GUI joint debugging has not been completed. The license is MIT.

Read More
# Add a Sidebar Chat with Transferable Results to DeepSeek Harness Main Session via dsh-side-chat

`dsh-side-chat` is a DeepSeek Harness web session plugin maintained by heartmove (MIT, TypeScript, version 0.2.0). It provides independent chats isolated by main sessions on the right sidebar, inheriting the toolset, models and permissions. Users can select text to ask questions, and replies can be brought back to the draft/expanded prompt line in original text or summarized form; when a question pop-up appears in the main session, users can also conduct analysis on the sidebar first before replying. The directory installation command is `dsh plugin add github:heartmove/dsh-side-chat`. The plugin runs with the permissions of the current dsh process, and the source code and license should be verified before installation.

Read More
Integrate DeepSeek Harness with Multica via dsh-multica-runtime

`dsh-multica-runtime` is an external bridge layer between Multica and DeepSeek Harness: without modifying the DSH ontology, it is built based on the `@deepseek-ai/dsh-base` combination, and exposes a version 1 JSONL protocol via stdio. The maintainer of its catalog page is forrestchang, and the repository is now under the ownership of multica-ai. This article checks the catalog page, GitHub source code and Multica documentation to explain the installation to the multica profile, probe detection, model list and precautions. The license is UNLICENSED, and the plugin runs with the permissions of the current dsh process.

Read More
Add a Token Usage Dashboard to the DeepSeek Harness Sidebar with dsh-token-monitor

### 正式翻译(符合海外开源项目文档风格): The `dsh-token-monitor` is a DeepSeek Harness Web extension maintained by zhangzheng25, released under the MIT License. In its current 0.6.0 version, it features a "Today's Usage" card in the sidebar. Clicking the card will display the total token consumption for today, 7 days and 30 days, a 30-day stacked chart of token usage grouped by model, a top 4 usage ranking, and the number of top-tier sessions. All data is idempotently backfilled solely from session logs and persisted locally. The community catalog page still mentions the settings page and 90-day contribution chart, please refer to the repository source code for the latest information.

Read More
Manage Archived Conversations in DeepSeek Harness Settings Page with dsh-archived-conversations

`dsh-archived-conversations` is a DeepSeek Harness community plugin maintained by hxyz486 (MIT license, package version 0.1.2, with 6 stars on both the catalog page and GitHub). It provides an "Archived Conversations" entry on the Web settings page: users can view archived conversations grouped by workspaces, support expanding full text, one-click recovery, clearing archived records, permanently deleting grouped entries and local logs. The installation shall refer to the catalog page: `dsh plugin add github:hxyz486/dsh-archived-conversations`. The plugin runs with the current dsh process permissions, and the log deletion path relies on PowerShell.

Read More
Unified Management of AI Skills on DeepSeek Harness Settings Page with dsh-skill-manager

# 翻译结果: dsh-skill-manager is maintained by sulfide2085 under the MIT License. It adds a skill management section to the DSH Web settings page, merges skills from the DSH / Agents / Codex / Claude directories, enables or disables skills dynamically via SKILL.md and .disabled files, and supports installation via local ZIP packages (≤64 MiB) and GitHub repository archives. This article verifies the installation command, default repository, restrictions and security considerations based on the directory page, README and source code.

Read More
Using dsh-compaction-instant to transform the context compression of DeepSeek Harness into near-lossless compilation

`dsh-compaction-instant` is a DeepSeek Harness session plugin maintained by KitDoesIt, which replaces the built-in summary engine `compaction-basic` with a deterministic compilation method that does not rely on LLMs. This article checks against the catalog page and GitHub README, covering near-lossless checkpoints, seq readback, three installation methods, as well as the compression ratio and precautions on tool-intensive sessions.

Read More
Manage local sessions uniformly in DeepSeek Harness settings via dsh-archived-sessions

`dsh-archived-sessions` is a DeepSeek Harness Web plugin maintained by Zephyr-vibe. It provides session management in the "Settings" page, featuring archived/unarchived dual tabs, grouping by workspaces, searching by title or ID, supporting archive recovery, non-cascading secure deletion, and opening the session record directory. It is licensed under MIT, with the current version being 0.1.2. This article verifies the installation commands and capability boundaries based on the plugin directory page and GitHub README.

Read More
Use dsh-status-rotator to carousel round status copy for DeepSeek Harness web interface

dsh-status-rotator is a web interface enhancement plugin for DeepSeek Harness maintained by 01Virex (MIT License, JavaScript). It replaces the fixed "Deep diving..." text at the bottom round runtime with custom copy from JSON, which switches in three stages: thinking, running and long. It supports typewriter effect, closable flowing gradient effect and timed rotation, without altering the runtime duration clock. The directory installation command is `dsh plugin add github:01Virex/dsh-status-rotator`, and you can refresh the page after modifying config.json to take effect. The plugin runs with the permissions of the current dsh process. You should check the source code and license before installation.

Read More
Tracking Balance and Recording Expenses in DeepSeek Harness: deepseek-harness-wallet

The DeepSeek Harness Web plugin maintained by feibi-mochi is licensed under MIT. Next to the input box, it displays the official balance, the current session's expenditure, and the token count; for third-party services, only the token count is counted. The recharge jump link is hardcoded as `platform.deepseek.com/top_up`. The npm version is 0.1.4, and the installation identifier remains `deepseek-harness-wallet`. The directory command is: `dsh plugin add github:feibi-mochi/deepseek-harness-wallet`. The plugin runs with the permissions of the current dsh process; the source code and license should be checked before installation.

Read More
Call the Command Code model in DeepSeek Harness with dsh-commandcode-provider

Unofficial DSH plugin dsh-commandcode-provider maintained by Mars-Sea connects Command Code subscriptions to DeepSeek Harness, featuring real-time model catalog, reasoning-effort, package filtering and usage cards. This article verifies the installation commands, key configuration and restrictions against the community directory and GitHub README. The current npm version is 0.4.0, with MIT license.

Read More
Replace the default Diff rendering of DeepSeek Harness with dsh-diff-viewer

DSH-Diff-Viewer is a web interface enhancement plugin for DeepSeek Harness maintained by lehhair. It takes over the write/edit tool bar via the keyed slot of ui-tool, and replaces the default DiffBlock with a PiUI-style DiffViewer. This article verifies its mechanism, functions and installation method by cross-checking with the community directory page and GitHub repository: please use the Release tarball to install into the web profile, do not directly install the source code from GitHub; uninstallation will restore the official toolbar. The plugin runs with the current DSH process permissions, and the source code and BSD-3-Clause license statement should be checked before installation.

Read More
Inject Suffix into Each Round of Messages for DeepSeek Harness Using deepseek-manners

# DeepSeek-Manners Plugin Maintained by Moeblack, DeepSeek-Manners is a community plugin for DeepSeek Harness, categorized under **Tools and Capabilities**. It appends a configuration text to the bottom of the payload during the first model request of each conversation turn. The default text is *"Thank you, Master Whale"*, and this configuration only takes effect for the current turn. The old suffix will be recycled based on the length of the most recent assistant reply; if the payload is too long, the suffix can be skipped to protect the prompt cache. There is a heart-shaped toggle switch next to the web input box. Users can modify the text into multi-line instructions, but template variables are not supported. Please refer to the directory page for installation instructions: `dsh plugin add github:Moeblack/deepseek-manners`. The plugin runs with the permissions of the current DSH process. Currently, there is no license attached to the repository, so please review the source code before installing it.

Read More
Conduct a read-only security audit of the local DeepSeek Harness using dsh-security-audit

`dsh-security-audit` is a native security audit plugin for DeepSeek Harness maintained by omdsh-dev. It performs read-only scans of configurations, credential metadata, plugin sources, session structures and network attack surfaces, and outputs desensitized and reproducible risk reports. This article verifies the installation commands, six actions, rule boundaries and precautions against the community directory page and GitHub README.

Read More
Use dsh-deep-research to complement the adaptive deep research closed-loop for DeepSeek Harness

`dsh-deep-research` is a DeepSeek Harness workflow plugin maintained by `omdsh-dev`, which turns deep research into an adaptive closed loop: planning first defines the answer space, research stops based on information gain, synthesis retains uncertainty, and review is optional. This article checks the installation commands, tool parameters and precautions against the community directory page, GitHub README and source code.

Read More
Add One-click Draft Polish to DeepSeek Harness Input Box with dsh-composer-polish

`dsh-composer-polish` is a DeepSeek Harness Web UI plugin maintained by tianji-qingtian. It adds a ✨ Polish button to the input box toolbar, uses deepseek-v4-flash to rewrite drafts without any prefix, and fills the rewritten content back into the input box without sending messages or moving images. The installation command on the directory page is `dsh plugin add github:tianji-qingtian/dsh-composer-polish`. It is recommended to pin the v0.1.3 version of the repository, add it to the web profile and restart the service. The plugin runs with the permissions of the current dsh process, so you should check the source code and the MIT license before installation.

Read More
Use dsh-plugin-session-delete to permanently delete sessions in DeepSeek Harness

`dsh-plugin-session-delete` is a DeepSeek Harness session and message plugin maintained by lsz-asd. It adds a header trash button and a sidebar "Delete Session" menu to the web interface, and deletes session logs, projection caches and workspace bookkeeping after confirming the risk. The running session will be stopped first before deletion, and the `workbench_session_delete` tool is provided. The installation command is `dsh plugin add github:lsz-asd/dsh-plugin-session-delete`, and the current version is 0.3.1. The plugin runs with the permissions of the current dsh process, and the source code and license should be checked before installation.

Read More
Add a file explorer to DeepSeek Harness web session with dsh-file-explorer

### (官方正式译法,适配海外开发者社区语境) DSH File Explorer is a DeepSeek Harness web plugin maintained by joejojoking-cloud. It provides a resizable file tree on the right side of chat sessions, with support for Markdown rendering, syntax highlighting, in-panel editing that writes changes back to disk, and one-click opening of the workspace with VS Code. It is categorized under "Tools and Capabilities", with the current version being 0.1.3. Installation instructions shall prevail as per the directory page command. It is recommended to add `--profile web` to the command for web usage and restart the program. Files larger than 1 MB cannot be previewed. The plugin runs with the permissions of the current DSH process, so please check the source code and license before installation.

Read More
Install Ten Zero-Dependency Deterministic Tools for DeepSeek Harness with dsh-toolkit at Once

### 译文1(正式学术/技术文档风格) The dsh-toolkit is a collection of DeepSeek Harness tools maintained by omdsh-dev. It packages ten zero-dependency deterministic utilities—including time, encoding, json, calculator, csv, regex, markdown, diff, stat, and schema—into an independently installable bundle. This article verifies its positioning, installation commands, two mounting models, typical usage scenarios, and permission precautions based on the community directory page and GitHub README. ### 译文2(更贴合国内开源项目文档的自然译法) Developed and maintained by omdsh-dev, dsh-toolkit is a curated set of DeepSeek Harness tools. It bundles 10 zero-dependency, deterministic utilities—time, encoding, json, calculator, csv, regex, markdown, diff, stat and schema—into a standalone installable package. This article confirms its positioning, installation commands, two deployment models, common use cases and permission-related notes by cross-referencing the community directory page and GitHub README.

Read More
Use deepseek-harness-skin to restyle DeepSeek Harness

deepseek-harness-skin is a DeepSeek Harness skin customization system maintained by HeiGeAi: it comes with 21 built-in skins, plus the ability to generate a full color scheme with a single image. It derives guaranteed contrast based on four color categories, verifies readability during construction, restricts its scope to the `body` attribute, and allows users to switch back to the native interface at any time. The community directory provides the `dsh plugin add` command, but the repository README specifies that it must be installed into the 0.1.0-rc.5 source code checkout and rebuilt, and the npx method is not available. The code is licensed under MIT, and visual materials have separate usage right boundaries.

Read More
Using dsh-context to See What's Inside the DeepSeek Harness Context Window

`dsh-context` is a DSH session and messaging plugin maintained by bowenliang123. It provides a Context tab in the Web UI and the `/context` command, which displays six types of context components, requests by history, cropped and pruned events, and currently visible messages for the model. The directory installation command is `dsh plugin add github:bowenliang123/dsh-context`, and the README also provides the command `dsh plugin --profile web add dsh-context`. Licensed under Apache-2.0, it is oriented towards the web profile. The plugin runs with the permissions of the current dsh process, and you should check the source code and license before installation.

Read More
One-click open VS Code workspace from DeepSeek Harness webpage with dsh-open-in-vscode

`dsh-open-in-vscode` is an MIT-licensed interface enhancement plugin maintained by omdsh-dev, which adds an "Open in VSCode" option to the DSH web sidebar workspace menu. This article verifies the 0.1.6 installation command, the versioned tarball of the web profile, the method of opening directories via Typert Remote, as well as its capability boundaries: it does not expose tools to models and does not read or write files.

Read More
Add Model and Inference Strength Sliders to DeepSeek Harness Using dsh-reasoning-effort

# 修正:原文中“大肥鱼滑块”应为“大模型推理强度滑块”,以下是准确翻译: HanaAyane-maintained dsh-reasoning-effort brings Codex-style models and reasoning effort sliders to the DeepSeek Harness Web interface, with the gear positions reading model directories and syncing with `/model`. This article verifies the installation commands, the read-only YAML guidelines for custom providers, as well as the notes on the large model reasoning effort slider, permissions and licenses based on the directory page, GitHub README and v0.6.0 version.

Read More
Using dsh-web-ui to turn DeepSeek Harness web interface into a workbench

dsh-web-ui is a collection of DeepSeek Harness Web UI plugins and skins maintained by zhu1090093659, which is open-sourced under the Apache-2.0 license. This article checks against the community directory page, GitHub README and npm aggregate package to explain how the task board, Git graph, right panel, mobile remote, SSH, image understanding and skin center work; the difference between the directory installation command and @linxin666/dsh-web-ui-all; as well as restrictions such as permissions, cron scheduling and pnpm access control.

Read More