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
dsh-codex-oauth: Accessing DSH's GPT, Image Generation, and Web Search via ChatGPT/Codex Subscription

@wnjxyk/dsh-codex-oauth is a DeepSeek Harness Web plugin maintained by WNJXYK. It binds ChatGPT/Codex subscriptions via OAuth, enabling the openai-codex model, generate_image for image creation, and web_search for internet searches, while displaying subscription quotas in the interface. It supports browser and device code login, requiring no configuration by default. Optional settings include a custom Cordis credential path and port. Verified on DSH 0.1.0-rc.6 under the MIT license. Installation: `dsh plugin --profile web add -w @wnjxyk/dsh-codex-oauth@latest`. Note: This relies on non-public Codex interfaces, so users should independently assess potential risks from protocol changes or account issues.

Read More
dsh-plugin-development: Cross-Host Portable DSH Plugin Development and Audit Skills

dsh-plugin-development is an MIT-licensed Agent Skill (v0.2.0-beta.1) maintained by w2112515, designed for the creation, implementation, packaging, review, and diagnostics of DeepSeek Harness plugins. The same canonical directory can be shared across Codex, Claude Code, and DSH, with optional bundle adapters supporting profile-level installation and reversible uninstallation. The skill distinguishes between three modes—dynamic Cordis, workspace packages, and installable bundles—and provides corresponding acceptance evidence, along with a check-artifact helper script. Example for installing a bundle: `dsh plugin --profile web add` with an official release TGZ or `github:w2112515/dsh-plugin-development#v0.2.0-beta.1`. This is a community Beta project; please review the source code and license before installation.

Read More
dsh-outline: Real-time session outline for DSH Web GUI

dsh-outline is a DSH client plugin maintained by urzeye, offering a real-time outline tree on the Web GUI session page. It uses user questions as primary nodes and Markdown headings from assistant responses as sub-nodes, updating synchronously during streaming generation and allowing navigation to the corresponding content upon clicking. The plugin supports level control, search and favorites, a floating panel, and theme internationalization. The installation command is `dsh plugin --profile web add dsh-outline@latest`, and a restart of dsh web is required after installation. Licensed under MIT, its interactive design is ported from Ophel.

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-nested-followups: Using Branching Follow-ups in DeepSeek Harness to Keep Main Conversations Clean

dsh-nested-followups is a DSH workflow plugin (v0.2.2, MIT) maintained by sluminositys. It provides a Tree View interface on the web: for any historical answer, you can initiate an Ask follow-up to pose follow-up questions in a separate read-only branch, keeping the main conversation context uncontaminated. Branches are created via official forks and can be nested infinitely, with the large tree supporting collapsing and searching. The installation command is dsh plugin --profile web add dsh-nested-followups, requiring DSH 0.1.x and Node.js ≥22.19.

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
gongwen-skill: DSH Skills for Full-Workflow Official Documents Based on GB/T 9704

gongwen-skill is a comprehensive Chinese official document processing tool maintained by linhut, built on the GB/T 9704 national standard. It offers capabilities such as format checking and repair, optimization of native Word revision content, template generation, conversion from Markdown to official documents, and injection of headers, footers, and page numbers. The project natively integrates DeepSeek Harness and can be mounted as a filesystem Skill or Cordis plugin, allowing agents to process .docx files via the command chain `python -m gongwen`. This article introduces its core features, DSH installation methods, and typical command examples, while also explaining font dependencies and security considerations.

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-file-upload: DSH File Upload and Document Reading Plugin

dsh-file-upload is a DSH Web file messaging plugin maintained by HongMing-Huang. It supports pin-based, drag-and-drop, and multi-file uploads, with attachments referenced in messages using Codex-style @path syntax. It includes markitdown-node to convert 20+ document formats into Markdown on demand, and the agent can read documents page by page via read_document. Under plain text models, it automatically follows a vision discovery chain to generate image descriptions. Installation: dsh plugin --profile web add dsh-file-upload. MIT licensed and zero-configuration ready for use.

Read More
dsh-vision-proxy: DeepSeek Plain Text Models Can Also Recognize Images in GUIs

dsh-vision-proxy is a model inference plugin (v0.4.1, MIT) developed by Flyvhidbwo for DeepSeek Harness. It registers the deepseek-vision route, translating GUI-attached images into text via a VLM before passing them to DeepSeek for responses, enabling pure text models like V4-Pro to recognize images. By default, it can use the official deepseek-v4-flash-vision-exp, and it also supports Bailian, Zhipu, OpenRouter, and automatic detection of local Ollama. The installation command is dsh plugin --profile web add dsh-vision-proxy; after selection, choose DeepSeek + automatic image recognition, and you can paste images for conversation.

Read More
dsh-plugin-healthcheck: Install Plugin, Verify First, Then Go Live

dsh-plugin-healthcheck is a DSH plugin health check tool maintained by chenw2759-wq, categorized under admin-security. It provides a "Plugin Inspection" feature in the web settings panel, integrating L0 static checks (file integrity, dependency declarations, high-risk duplicates, cordis usage, etc.), L1 configuration combinations, L2 isolated trial runs (complete boot of child processes without restarting the backend), and C8 pure static trojan scanning. When issues are detected, it supports one-click fixes, automatic rollback (writing home patch to disable lines, HMR hot-reload), or copying predefined prompts for agent use. The ironclad rule for fixes restricts modifications to plugin code and configuration layers only, strictly prohibiting changes to harness source code. Licensed under MIT, with 14 stars on GitHub.

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-hdc-bridge: DSH Native HarmonyOS Development Assistant

dsh-hdc-bridge is a DSH client plugin maintained by 1na-ko, which reuses the local hdc binary to implement device-closed-loop debugging (screenshots, UI operations, package installation, and logs). It integrates the official client-style device panel and provides an offline Tier-1 official knowledge base (28 articles) along with an optional DevEco CLI build/sign/simulator channel. It has zero npm dependencies and is MIT licensed. Installation: dsh plugin --profile <name> add dsh-hdc-bridge.

Read More
dsh-git-graph: Embedding Git Repository Graph within the DSH Conversation Interface

dsh-git-graph is a client-side plugin for the DeepSeek Harness Web GUI. It provides a commit history graph, branch filtering, file diffs, and VSCode-style uncommitted change management within the "Git Graph" tab on the session page. It supports following the conversation workspace, opening any local repository, switching between multiple repositories, pulling, pushing, and generating commit messages with AI assistance. To install, add a file dependency in the profile's package.json, mount the bundle in cordis.patch.yml, run pnpm install, and restart the dsh web service to start using it.

Read More
dsh_plugin_swift_cycle: DSH Adapter for Swift Cycle Governance Skill

dsh_plugin_swift_cycle is the DeepSeek Harness adapter for Swift Cycle v1.2.0, maintained by Solismuchengxue and categorized under admin-security. It registers governance capabilities such as Knowledge Promotion, State Separation, and Governance Baseline as Skills (/swift-cycle) that are only explicitly invoked by users, with modelInvocable set to false. The adapter version is 0.1.1, supporting installation via npm or pinned GitHub commits, and payloads can be verified offline. It is suitable for project teams that require version reproducibility and clear governance boundaries; please check the source code and MIT license before installation.

Read More
dsh-better-edit: Anchoring DSH File Read/Write and Editing with Content Hash

dsh-better-edit is a client-side plugin for DeepSeek Harness, maintained by Rianico. It replaces line numbers and str_replace with content-based hashing (3 characters per line), providing read, edit, and undo_last_edit functionalities. Editing transmits only the start/end hashes and new text, with pre-write validation of the model's read range; expired lines are rejected and new anchors are returned. Available on npm as version 0.4.0 under the MIT license. Installation: npx @deepseek-ai/dsh plugin --profile web add dsh-better-edit. Suitable for structural edits in long conversations, with limited benefits for single-line changes. Benchmark reports indicate approximately 31% output token savings relative to str_replace, with 23/23 correctness achieved on a 12-edit corpus.

Read More
dsh-gomoku: Playing Gomoku with AI in DSH

omdsh-dev/dsh-gomoku is the Gomoku plugin for DeepSeek Harness, offering a 15×15 unrestricted board in the sidebar with support for human vs. AI and AI vs. AI matches. Both black and white players can independently select models, set thinking levels, and edit system prompts, with their thought processes displayed on either side of the board. Closing the popup does not interrupt the game, and invalid moves are rejected by the server. The installation command is `dsh plugin --profile demo add @yejiming/dsh-gomoku`, requiring dsh ≥ 0.1.0-rc.6.

Read More
dsh_kline: Interactive K-line Analysis with Natural Language in DeepSeek Harness

dsh_kline is an interactive K-line analysis plugin developed by FTShare-Lab for DeepSeek Harness. It supports real-time data queries for Hong Kong, U.S., and A-shares, providing daily, weekly, monthly, and minute-level K-lines, along with technical indicators such as MA, MACD, and RSI. It also features support/resistance level annotations and interval statistics, with news and fundamental data accessible in the sidebar. Integrated via MCP tools like analyze_kline, users can retrieve charts using natural language and continue interacting directly within the native sidebar.

Read More
dsh-any-background: Customizing Theme Colors, Wallpapers, and Interface Transparency for DeepSeek Harness Web

dsh-any-background is a DeepSeek Harness appearance plugin maintained by Tkingxiao (v0.2.1, MIT license). It supports PS-style color wheels, image/video wallpapers, region-specific transparency, and frosted glass blur effects. Configuration is stored locally at ~/.dsh/.dsh-any-background-data/ and can be exported as dsh-any-theme.json. This article introduces its core capabilities, installation command (dsh plugin --profile web add github:Tkingxiao/dsh-any-background), typical usage scenarios, and important considerations.

Read More
dsh-llm-fallbacks: Configuring Backup Model Chains for DSH Agents When LLM Fails

dsh-llm-fallbacks is a DSH model inference plugin maintained by omdsh-dev. When an agent's LLM request fails due to retry exhaustion, authentication, quota, or rate limiting, it automatically switches according to the current role's provider/model fallback chain and continues the current step on the target model. It supports 24-hour rootChain, time-based rotation, and sub-agent role rules, with a shared fallbacks configuration for both the web interface and dsh-tui. Installation: dsh plugin --profile web|dsh-tui add dsh-llm-fallbacks. It must be explicitly enabled with enabled: true, and the chain must end with the official V4 Default model.

Read More
dsh-media-skills: Enhancing DeepSeek Harness with Free Image Recognition and Generation

dsh-media-skills is a DSH plugin maintained by MJorgin (MIT, v0.3.0), supporting rc.7/rc.8/v0.1.1-rc.x. It offers automatic captioning for stickers, vision-review for image reading, and media-tools for image generation. The vision routing includes GLM-4V-Flash and DeepSeek-V4-Flash-Vision-Exp, while image generation utilizes SenseNova U1 Fast and Kolors. API keys are not stored in the repository, and the installation command is `dsh plugin --profile <name> add github:MJorgin/dsh-media-skills`.

Read More