DSH Spotlight: A Keyboard-First Command Palette for DeepSeek Harness Web
dsh-spotlight is a DSH Web client plugin maintained by 0xsline. It opens a unified command palette using ⌘K/Ctrl+K or /spotlight, allowing users to search native slash commands, recent sessions, page UI operations, and plugin settings. This article introduces its positioning, core capabilities, installation methods via npm and Git, typical usage, and explains the necessity of DOM discovery dependencies and reviewing source code before installation.
Read Moredsh-prompt-persona: Editing DSH System Prompt on Settings Page
@xilin3/dsh-prompt-persona is a DSH client plugin maintained by Xilin3, taking over the editing and persistence of deployment:persona on the web settings page. It supports three injection modes: replace, append, and off, along with real-time preview of the complete system prompt, optimistic concurrency saving based on revision, and template variables such as {{model}}, {{cwd}}, and {{provider}}. After installation, simply restart the DSH web to adjust the agent's role settings directly on the settings page, without modifying the Harness itself or manually writing a cordis.patch.yml file.
Read Moredsh-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 Moredsh-router-flash: Distributing the "God Mode" Agent Preset for DeepSeek V4 Flash
dsh-router-flash is a DSH bundle plugin maintained by xiaoxianyu-office. After installation, it automatically synchronizes the router-flash agent preset to ~/.dsh/.agent-presets. Based on the Flash w7 persona and deep-thinking anchors from dsh-router-standard, it adapts to deepseek-v4-flash from opencode-go, addressing the issues of shallow thinking and poor delivery quality in the default "ghost mode." This article covers the installation commands, settings.yaml configuration, upgrade and uninstallation steps, and key points for adapting to dsh rc.6.
Read Moredsh-opencode-go-usage: OpenCode Go Usage and Cost Floating Dashboard
dsh-opencode-go-usage is a DSH client plugin that offers a draggable floating panel in the desktop bottom-right corner, summarizing OpenCode Go official usage.list account details, rolling/weekly/monthly quotas, and DSH session cost analysis. It supports multi-key quota pools, model ranking, 7/14/30-day trends, and CSV export, with data processed locally. Installation is available via bundle or dynamic loading; initial setup requires manual configuration of the auth Cookie and workspaceId.
Read Moredsh-message-rail: DSH Web Left-Side Message Navigation Rail
dsh-message-rail is a DSH Web client plugin maintained by wx-yss, providing a Codex-style message navigation rail on the left side of the conversation view. Equal-distance tick marks indicate each user message, with hover previews displaying sequence numbers and timestamps, and click actions jumping to historical questions. The plugin establishes an index through an independent history API, supporting virtual scrolling and on-demand pagination loading. The installation command is `dsh plugin --profile web add dsh-message-rail`, requiring DSH 0.1.0-rc.6+ and Node.js 22+, licensed under MIT.
Read Moredsh-codex-auth: Reusing Codex CLI Login to Integrate GPT Auth and Codex Capabilities into DSH
dsh-codex-auth is a DSH client plugin (v0.3.0) maintained by suntianc. It leverages the local Codex CLI's ChatGPT login state to provide openai-codex LLM routing, global web search, image generation, and a native GPT Auth settings interface. Installation is recommended via `dsh plugin --profile web add dsh-codex-auth`. The plugin uses an unofficial backend API and is intended solely for personal development. Please review the source code and license before installation.
Read Moregodot-bridge: Driving Godot 4.x Games with Native DSH Tools
godot-bridge is a DeepSeek Harness workflow plugin maintained by Smalldy. It bypasses MCP, spawns Godot 4.x within the harness, and communicates with McpInteractionServer via 127.0.0.1:9090. It provides sixteen tools, including godot_run_project, godot_command, and godot_headless_op, covering runtime game control and headless project editing. Installation: dsh plugin --profile web add github:Smalldy/godot-bridge, effective after restart. Suitable for DSH intelligent agent Godot development scenarios where the godot-mcp intermediary is removed while retaining the existing TCP protocol.
Read MoreProject Blueprint: Establishing an AI Programming Standard System in One Sentence
Project Blueprint is a DSH workflow plugin (v1.7.1, MIT) maintained by shuguang1994. It scans project files and dependencies to dynamically generate AGENTS.md, documentation skeletons, CI/CD pipelines, and testing strategies from a knowledge base of 70+ components, supporting incremental updates and multi-IDE adaptation. This article introduces its autonomous discovery engine, generated artifact manifest, DSH installation commands, and typical usage scenarios.
Read Moredsh-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 Moredsh-opencode-palette: 34 Classic opencode Color Themes for One-Click DSH Customization
dsh-opencode-palette is a DSH Web multi-theme plugin maintained by FeatherHunter. It brings the 34 official color schemes from opencode v1.18.12 into DeepSeek Harness. After installation, users can instantly switch themes such as tokyonight, dracula, and gruvbox via the settings panel, with the background, status colors, and code highlighting updating synchronously. Typography (font size, monospace/proportional fonts, and code fonts) remains independent of the theme, and user selections are locally persisted in the browser. It adopts the DSH bundle mechanism, enabling zero-configuration setup with a single `dsh plugin` command, and is released under the MIT license.
Read Moredsh-surfing-plugin: Integrating Self-Hosted SearXNG and Crawl4AI for DSH
dsh-surfing-plugin, maintained by cyijun, registers two providers, surfing-searxng and surfing-crawl4ai, with DeepSeek Harness's ctx.web, interfacing with self-hosted SearXNG search and Crawl4AI crawling, respectively. The native web_search and web_fetch tools retain their original names, parameters, and timeout behaviors. It requires Node.js ^22.19.0 or >=24.0.0, DSH >=0.1.0-rc.6, and configuration of endpoints and authentication via environment variables or cordis.patch.yml. This plugin is ideal for DSH developers seeking full control over their networking backend.
Read MoreBig 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 Moredsh-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 Moredsh-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 MoreDSH 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 Moredsh-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 Moredsh-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 Moredsh-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 Morecomm-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 Moredsh-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 Moredsh-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 Moredsh-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 Moregongwen-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 Moredsh-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