DSH Plugin Marketplace: Verified DSH Plugin Marketplace and Registry
dsh-plugin-marketplace is a DeepSeek Harness plugin marketplace maintained by YELEBAI, offering Registry scan verification, one-click installation, Agent-guided installation, and batch management of installed plugins. The marketplace scans the GitHub dsh-plugin topic every two hours, displaying only entries that pass manifest, bundle patch, and exact commit verification. The installation command is `dsh plugin --profile web add github:YELEBAI/dsh-plugin-marketplace#v0.9.2`. After starting, it can be used via Settings → Plugins → Plugin Marketplace. It supports manual command installation, self-built Registry, conflict diagnosis, and a dedicated Agent workspace.
Read Moredsh-plugin-writing-guard: DSH Paper Writing Guard, Defend While You Write
dsh-plugin-writing-guard is an academic writing guard plugin developed by maintainer xmutfyh for DeepSeek Harness, running locally with zero network and zero LLM usage. It continuously checks the paper workflow for de-AI phrasing (STYLE), evidence consistency before and after polishing (EVIDENCE), target journal writing distribution (JOURNAL), and delivery leaks (DELIVERY). It offers five tools, including writing_rules and writing_audit, supporting automatic incremental auditing for Chinese and English manuscripts. It has 21 stars on GitHub, is licensed under MIT, and can be installed via npm using: dsh plugin --profile web add dsh-plugin-writing-guard.
Read Moredsh-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 MoreUpstash/Skills: Enhancing Upstash SDK Proficiency for AI Coding Agents
Upstash/skills is a collection of Agent Skills maintained by Upstash, covering usage instructions for Upstash SDKs such as Redis, Vector, QStash, and Workflow. It can be installed in DeepSeek Harness via the command `dsh plugin --profile web add github:upstash/skills` and includes bundled MCP servers. Credentials are optional, as the skills themselves provide coding guidance without requiring login. It is designed for developers who need intelligent assistance in integrating Upstash services.
Read Moredeep-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 Moredsh-anchored-standard: DSH Preset for Two-Stage Anchor Standard
dsh-anchored-standard is a DSH workflow plugin maintained by Jungod1121, implementing a two-phase agent preset: the first phase uses a concise prompt aligned with Minimal and anchors the reasoning trajectory with a limited set of tools such as bash and read, automatically switching to the full Standard toolset after the first persistent tool call. It supports three types of task anchoring: spec, react, and weak. Benchmark evaluations show it outperforms the pure Standard approach on the V4 Pro model. The installation command is `dsh plugin --profile web add github:Jungod1121/dsh-anchored-standard`, and it is designed for DeepSeek V4 Pro engineering tasks.
Read Moredsh-full-remote: An Auditable Remote Access Gateway for DeepSeek Harness
dsh-full-remote is a DeepSeek Harness plugin maintained by JUANWANG-BUAA. It inserts a token-authenticated reverse proxy in front of the Harness Web service, rewrites the Host/Origin to loopback addresses, and prevents privileged APIs such as settings, credentials, and host.listDirectory from returning 403 errors during public network tunneling or local area network remote access. It supports device sessions, mobile QR code invitations, JSONL audit logs, and optional Cloudflare Quick Tunnel. The installation command is: dsh plugin --profile web add dsh-full-remote.
Read MoreDSH 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 Moredsh-theme-endfield: Replace the DSH Web Interface with the Industrial Editorial Style of the Endfield Official Website
dsh-theme-endfield is an open-source DSH Web theme plugin maintained by ymh0000123, inspired by the visual design of the "Arknights: Endfield" official website. It features a cream paper background, ink-black text, signal yellow accents, and a full right-angle industrial editing style applied to the interface. Implemented purely on the client side, it does not modify the application code and can be installed via the command `dsh plugin --profile web add`. The plugin provides ten localStorage-persistent switches on the settings page, allowing customization of colors, contour line backgrounds, loading animations, and entertainment effects. Licensed under MIT, it is ideal for DSH users who want to change the theme without altering the source code.
Read Moredsh-codex-subscription: Direct Access to ChatGPT/Codex Subscription via DSH
dsh-codex-subscription is the DeepSeek Harness model inference plugin maintained by WSL043. It integrates the Codex subscription model into DSH via ChatGPT OAuth, eliminating the need for an OpenAI API Key or Codex CLI. It offers genuine quota, search routing, Fast mode, and Beta image generation. The article introduces the plugin's positioning, core capabilities, official installation commands (dsh plugin / npx / Windows scripts), and activation steps, along with applicable scenarios and security considerations.
Read Moredsh-openmaic: Generating Classrooms, Rendering Slides, and Interactive Teaching Aids in DeepSeek Harness
dsh-openmaic is a DSH client plugin maintained by THU-MAIC, integrating OpenMAIC into the DeepSeek Harness. It provides four tools—openmaic_generate, openmaic_slide, openmaic_widget, openmaic_render—and an openmaic-teach skill, enabling the generation of classroom links, rendering of slides and interactive sandbox components during conversations, and supporting Socratic-style guided teaching. The installation command is `dsh plugin --profile web add git+https://github.com/THU-MAIC/dsh-openmaic.git`. It is licensed under MIT and the current version is 0.4.0.
Read Moredsh-files: DSH Session File Upload and Document Reading Plugin
dsh-files is a DeepSeek Harness dual-sided plugin maintained by taxueseek. With a single line of cordis configuration, it provides paperclip/folder/drag-and-drop uploads, session-isolated storage, and colorful file cards for dsh web. It reads text/PDF/DOCX/XLSX files via the read_document tool based on content sniffing, accompanied by LRU caching and pagination. JPEG/PNG/WebP/GIF files are processed through the harness core attachment pipeline, supporting native image viewing in vision models. Install command: dsh plugin --profile web add dsh-files. Public network deployment requires trustedHosts configuration. Licensed under MIT, version v0.4.0.
Read Moredsh-personal-center: DSH Personal Center - One-Stop for Usage Statistics and Custom Commands
dsh-personal-center is a DSH local plugin maintained by PolinniZhong. It adds a "Personal" section to the settings, providing real usage statistics, model cost estimation, global and work-area-specific layered custom instructions, and a data-driven desktop pet. Data scanning aggregates local session logs, with no internet access and no reading of chat content. Installation command: dsh plugin --profile web add github:PolinniZhong/dsh-personal-center. Current version: v0.7.0, MIT license.
Read MoreDSH Plugin Hub: Browse, Search, and Install Community Plugins within Harness
DSH Plugin Hub (npm package dsh-plugin) serves as the DeepSeek Harness community plugin marketplace. Once installed, it appears under "Settings → Plugin Hub," allowing users to browse, search, and one-click install over 5,000 community plugins (with 4,470 manually verified) directly within the application. Its catalog is sourced from dsh-plugin.org and updated daily. Features include visualized installation/upgrade/uninstallation, a notification center, custom installation options, and bilingual support (Chinese and English). Recommended command: dsh plugin --profile web add dsh-plugin. This is an independent community project under the MIT license. Please verify the source code and permissions before installing community plugins.
Read Moredsh-skill-picker: Visual Skill Selection within the DSH Web Input Box
dsh-skill-picker is a DSH Web GUI client plugin that provides a searchable skill list alongside the composer. After selecting a skill, it inserts the official /skillname gesture, which is then loaded and executed by DSH's native mechanism. Compared to the built-in prefix completion, it supports full list browsing, keyword search, and sorting by recent or frequent usage, making it ideal for scenarios with numerous skills where names are hard to remember. The installation method is via git clone + link or GitHub dependency, and it has not yet been released on npm. It is licensed under MIT, with the maintainer being a735624258.
Read Moredsh-qq2006: Revert DSH WebUI to the 2006 QQ Client Style
dsh-qq2006 is a DSH QQ2006 skin plugin maintained by LaplaceYoung. It registers the qq2006 theme, mirrors the body[data-ds-skin], and includes a global skin table along with complete assets. You can install it via npm to obtain the coral blue token skin and global styles. Full effects such as the login window, chat window chrome, list-style messages, and QQ Show right sidebar require access to the source code monorepo or applying the git patch. The skin is switchable and persistent, with the patch anchored to body[data-ds-skin='qq2006'], ensuring zero pollution when reverting to the default. The assets are sourced from the original Tencent QQ2006 and are intended for educational and exchange purposes only.
Read Moredsh-balance: View DeepSeek API Balance on DSH Settings Page and Chat Box
dsh-balance is a DeepSeek Harness client plugin maintained by crazywoola, used to view the total API balance, recharge balance, bonus balance, and available models on the settings page and below the chat box. The API key is only used by the local host, supports caching and manual refresh, and features an orange indicator light to alert users during DeepSeek's peak pricing hours. The installation command is `dsh plugin --profile web add @pinkbanana/dsh-balance@latest`, and it is licensed under MIT.
Read MoreCustom-First Control Prompt: Injecting System Segments and Reference Dialogues Before Persona
@wm-coders/dsh-custom-first-control-prompt is a DSH deployment-side prompt prefix plugin maintained by WM-CODER. It registers ordered system prompt segments before the persona through sections and prepends user/assistant reference conversations as real alternating messages to each ordinary dialogue request via history, intercepting through llm/stream with zero session log writing. The static content facilitates prefix KV cache reuse. Installation is done via `dsh plugin --profile web add`, with configuration written to `cordis.patch.yml` for targeted overrides or saved through the panel. It is suitable for scenarios requiring unified deployment rules and reference conversations; note the token duplication overhead, that it takes effect after a restart, and consider the plugin process permissions.
Read MoreDSH 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 Moredsh-lark: Directly Interact with DeepSeek Harness Agent in Feishu / Lark
@sugarforever/dsh-lark is a community-maintained DeepSeek Harness plugin for Feishu / Lark. It receives messages via WebSocket long connection, eliminating the need for public webhooks, and maps Feishu single chats, group chats, and topics to Harness Sessions, utilizing pre-configured models, tools, and Agent Presets. The article introduces the runtime requirements, Feishu app configuration, npm installation commands, Settings and patch configuration methods, as well as typical usage scenarios such as single chats, group chats, and whitelists, along with deployment considerations.
Read Moredsh-feishu: Drive DeepSeek Harness with a Panel in Feishu
dsh-feishu is a DeepSeek Harness Feishu client plugin maintained by PGZXB. Feishu chat corresponds to dsh sessions: the /panel control panel converts slash commands into buttons, agent outputs are presented as streaming cards, approvals and queries are completed within the card, and dsh-feishu-setup supports one-click configuration of the Feishu app via QR code scanning. The article introduces its core capabilities, npm installation steps, typical session flows and command tables, and notes that dsh is still in pre-release, with the plugin running under process permissions.
Read Moredsh-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 Moredsh-file-review: Review Agent-Modified Files in DSH Web
dsh-file-review is a DeepSeek Harness Web workflow plugin maintained by left0ver, which allows users to review files modified by an agent within the browser via a Diff panel. It supports Standard and PTC modes, line-level comments, partial rollbacks, and both Chinese and English interfaces. This article introduces its positioning, core features, pnpm whitelist configuration for cooldown periods, as well as installation commands such as "dsh plugin --profile web add" and typical usage workflows like Chat→Generate→Review. It also reminds users that the plugin runs with the current dsh process permissions and advises verifying the source code and MIT license before installation.
Read Moredsh-plugin-workshop: Creative Workshop-Style Plugin Browser for DSH Web UI
dsh-plugin-workshop is a DSH client plugin maintained by yyyyukari, offering a Steam Workshop-style plugin browsing experience in the Web UI sidebar. It features a zero-server architecture, with directory and search functionality powered by the GitHub API. The plugin supports Chinese search, trending rankings, bilingual translation, feature-based filtering, and one-click install/update/uninstall with pre-checks for version compatibility, as well as installed plugin management. Activatable with a single `dsh plugin add` command, it is ideal for developers who prefer discovering and managing DSH plugins within the browser.
Read Moredsh-scholar: Integrating Research Dialogues, Experiments, and Papers into a Single Project within DSH
dsh-scholar is a DSH research workspace plugin maintained by lzszq, designed for computational research such as machine learning and data science. It integrates project conversations, materials, controlled experiment runs, evidence, and TeX manuscripts into a single resumable project, offering gate-only governance, Runner Profile controlled execution, and Claim-Evidence traceability. The article introduces core capabilities, usage from building and installing from source code to typical slash commands, and explains permission and security boundaries.
Read More