dsh-llm-codex-app-server: Registering Local Codex App Server as a DSH Main Model Provider

`dsh-llm-codex-app-server` is a DeepSeek Harness LLM Provider plugin designed to integrate a locally authenticated Codex App Server into DSH's agent loop. This plugin is compatible with DSH versions `>=0.1.2-alpha.1 <0.2.0` and is an out-of-tree bundle, meaning it does not modify the core repository after installation. Its core capabilities include registering `codex-local` as the primary model Provider, reusing the local `CODEX_HOME` authentication state without storing secrets, and supporting session reuse, cold-start context recovery, tool call mapping, and exposing `harness_skill`. The plugin can integrate Codex

Read More
dsh-attachment: Adding File and Folder Attachment Capabilities to DeepSeek Harness

dsh-attachment is a plugin developed by WJZ-P under the MIT license, designed for the DeepSeek Harness (DSH) web interface. It aims to enhance the handling of regular files and folders, supporting persistence to the workspace while preserving directory structure without altering the original input area layout. Core features include supporting folder drag-and-drop with internal directory tree retention, preview and streaming download of regular files, coexistence with native image attachments, and writing attachments to specified paths for model access. The plugin integrates in a low-intrusive manner, suitable for scenarios requiring complex file structure handling, attachment history retention, and ensuring models can read data based on explicit paths. Users can easily install it into the DSH web profile via npm commands, with attachments automatically synced to the workspace after submission. Note before use: the plugin

Read More
dsh-input-plus: @ Path References and /h History Candidates for DSH Web UI Input Box

dsh-input-plus is an MIT-licensed input enhancement plugin for the DSH Web UI, maintained by WhitePlusMS. It does not replace official components but extends the official `@` and `/` trigger mechanisms, primarily offering two major features: first, typing `@` allows quick selection of file or directory paths from the current Session workspace, with only plain-text path references retained in the draft, and no file reading, directory expansion, or manifest generation occurs upon sending; second, typing `/h` opens a candidate menu of successfully submitted user prompt history from the current Session, supporting keyword filtering to reuse previous prompts. This plugin requires DSH 0.1.0-rc.6 or a compatible version, and must be installed via the official plugin process using a GitHub tag compressed package, ensuring it is built before installation.

Read More
dsh-pdf-edit: AI Editing PDF Text While Preserving Original Layout

dsh-pdf-edit is a DSH community plugin whose core functionality is to use AI to modify text in PDFs while strictly preserving layout styles such as font, font size, color, and position. This plugin is suitable for scenarios like terminology unification, typo correction, and batch replacement in contracts and reports. It supports automatic recognition of Chinese fonts and automatically adjusts font size or truncates text when it becomes longer to prevent overflow. Additionally, it provides an LLM-free feature to insert Markdown or notes as new pages at specified positions, supports reflow for various layouts such as academic papers and mobile devices, and exposes programming interfaces like `StyleLockedEditor` for deep customization. Installation can be done via `dsh plugin add` or npm, and it supports the dsh-std standard ecosystem as well as direct connection via cordis. Typical usage includes opening a document preview for editing.

Read More
dsh-desktop-min: Minimal Desktop Extension Host for DeepSeek Harness

dsh-desktop-min is a minimal, product-neutral DeepSeek Harness desktop shell based on Electron, designed to provide a secure minimal runtime environment for third-party desktop extensions. It launches a web-capable DSH profile in a secure Electron window, supporting automatic discovery or explicit loading of Native extensions via `--extension`. Native entry points can register JSON capabilities, replace Host connectors, execute Host commands, and observe the main window, with full Electron API access granted only when full-trust is explicitly declared. Regular plugins cannot directly obtain Node.js or native IPC permissions. This repository does not include Age.

Read More
dsh-quota-panel: Adding a Provider Quota/Balance Status Component to the DSH Web Interface

dsh-quota-panel is a lightweight Provider balance and quota monitoring plugin (v0.9.1-rc.1, MIT) for the DeepSeek Harness (DSH) web surface. Located at the bottom-right corner of the UI, it displays the status of configured Providers (such as DeepSeek, OpenRouter, and Coding Plan) through an auto-discovery mechanism (reading .credentials.yaml, .env, etc.), supporting both collapsed capsule and expanded card views. Core features include independent status-tier display per row, a default 60-second auto-refresh (paused when the page is hidden), personalized settings based on local localStorage (such as refresh interval, proxy configuration, and visibility), as well as support for

Read More
@wenaixi/dsh-superpower: A Complete DSH Port of obra/superpowers

`@wenaixi/dsh-superpower` is a complete port of the `obra/superpowers` plugin within the DeepSeek Harness (DSH) ecosystem, designed to transform development methodologies into callable and verifiable skills. This plugin injects 14 fully Chinese-language skills into `ctx.skills`, enforcing a workflow of "design first → plan slicing → TDD → systematic debugging → review integration," covering scenarios such as brainstorming, plan writing, sub-agent development, system debugging, and code review. The plugin is managed as a `dsh.bundle`, taking effect upon installation or removal, without polluting the user directory and supporting HMR automatic rebuilds. Installation requires Node>=20, pnpm>=9, and a dsh environment, via the `dsh plugin add` command.

Read More
dsh-ponytail: Automatically Injecting Ponytail as a DSH Plugin

wenaixi/dsh-ponytail is an implementation example of the "everything is a plugin" philosophy in the DSH plugin ecosystem. It fully ports the upstream DietrichGebert/ponytail as a DSH plugin, providing 6 Chinese Skills (such as ponytail, review, audit, etc.) that are automatically activated through systemPrompt injection without requiring new empty tools. The plugin core includes the "Ladder 7 Steps" simplification principles (such as YAGNI, reuse, minimal implementation, etc.) and three intensity modes (lite, full, ultra). Once installed, the capabilities are automatically enabled, and mode switching or help viewing is supported via the /ponytail command. Configuration priority is: environment variables > cordis config > local config.j

Read More
DSH Plugin for Jiaozhuang K12 Real Exam Retrieval, Question Selection, and Intelligent Test Assembly

weishao2/tizhuang-agent-skills is a DeepSeek Harness (DSH) plugin designed for K-12 education in primary and secondary schools. It aims to achieve real question retrieval, free question sampling, practice tests, and intelligent test assembly by invoking authentic question resources, avoiding the model generating fictitious questions out of thin air. Core features include: providing free question sampling quotas for guest and registered users; supporting multi-dimensional K-12 real question retrieval based on textbooks, chapters, knowledge points, difficulty levels, and more; generating practice pages with hidden answers and online answer tasks; and organizing conditions for intelligent test assembly such as final review based on requirements. The plugin emphasizes authenticity—all questions, answers, and explanations are sourced from the server, and any request failure results in a direct error rather than fabricated content. Installation requires running a specific DSH plugin add command and enabling it under the default profile. Typical use cases include random question sampling,

Read More
webkong/dsh-plugin-manager: Manage plugins on the DSH Web settings page

dsh-plugin-manager is a community-maintained plugin management tool for DSH Web, designed to migrate the plugin installation, enable/disable, and version inspection workflow from the command line to the Web settings page. This tool allows users to centrally view lists of built-in and third-party plugins under "Settings → Plugins → Plugin Manager", supporting status filtering, fuzzy search, and grouped display, as well as direct navigation to the plugin's GitHub repository. Its core features include parsing of multiple installation sources (supporting npm package names, GitHub repositories, local paths, and tarball URLs), intelligent candidate recommendations, plugin enable/disable operations based on `cordis.patch.yml`, and residual cleanup upon uninstallation. The tool provides both Chinese and English interfaces, supports an optional automatic restart mechanism to refresh page status, and persists configuration locally.

Read More
dsh-session-pause: Pausing the Current Round in DSH and Supporting Resume After Restart

`watericetangcw/dsh-session-pause` is a community web plugin for DSH, designed to achieve graceful suspension and resumption of sessions without terminating processes or introducing new storage formats. It allows users to pause at step boundaries during the current round of execution, fully preserving messages, tool calls, and context, and to resume later or even after a DSH restart. The plugin operates through a newly added pause button and the slash commands `/pause`, `/pause-cancel`, and `/resume`, with support for canceling pause requests. Installation requires the `dsh plugin add` command, and the environment must have Node.js version ^22.19.0 or higher; direct installation via npm is not recommended. This plugin is licensed under MIT and does not modify the DSH core code, making it suitable for scenarios requiring—

Read More
dsh-opencode-usage: Displaying OpenCode Go Package Usage in the DSH Web GUI

dsh-opencode-usage is an open-source plugin (MIT licensed) developed for the DSH web GUI, designed to monitor OpenCode Go package usage in real time. The plugin provides a persistent badge below the composer input box, displaying usage percentages and reset countdowns across three windows—rolling, weekly, and monthly—with support for automatic refresh. Clicking the badge expands a detailed card showing progress bars, real-time countdowns, and configuration options for API Key, Base URL, and refresh interval. Additionally, it offers a parameterless tool `opencode_go_usage` that allows agents to directly query package balance during conversations. The plugin is developed purely from source code with no build steps, handles requests through same-origin routing to ensure API Keys do not enter the browser, and defaults to reading from environment variables.

Read More
DSH-CommandCode-Provider: Integrating Command Code into DSH with Studio API Key

dsh-commandcode-provider is an unofficial community plugin (MIT licensed) for DeepSeek Harness (DSH), maintained by Victor-770. To address the limitation where certain Command Code plans lack Provider API access, this plugin leverages Studio authentication API keys to call the `/alpha/generate` streaming endpoint, supporting all Command Code plans, including the $1 Go plan. Core features include registering the `commandcode` provider to `ctx.llm`, model catalog discovery and offline caching, inference effort metadata management, image input handling, multi-source API key resolution, and providing

Read More
tuogusa/dsh-skill-manager: DSH Skill Manager

`tuogusa/dsh-skill-manager` is a Web GUI plugin for DeepSeek Harness (DSH), designed to centrally manage skills from projects, the DSH-Home directory, and user directories, addressing the issues of difficult path lookup and missing update entry points. The plugin provides a unified entry point under "Settings → Skills," supporting listing, searching, copying paths, and viewing skill details (such as size, file count, and usage markers). Its core functionality includes a safe deletion mechanism: deletion operations are restricted to known root directories to prevent path traversal, and a session-level recycle bin is provided, allowing one-click restoration or permanent deletion within the current session. Additionally, the plugin supports version detection and updates by reading metadata from `SKILL.md`, checking the latest Release from GitHub/Gitee and initiating automatic updates; upon failure

Read More
DSH Workspace Search: Workspace Search in the DSH Web GUI

dsh-workspace-search is a plugin for the DeepSeek Harness (dsh) Web GUI that provides VS Code-like keyword search functionality within workspaces. It supports searching by file name and content, with results grouped by file and displaying line numbers, where clicking opens the file in the built-in editor of better-sidebar. The plugin features VS Code-style search rules, including using Glob patterns to specify include/exclude files, regex query toggling, and case sensitivity options. By default, it excludes directories such as .git and node_modules, as well as hidden files, and imposes limits on file count, match count, and line length, reporting truncation status when triggered. This plugin depends on dsh-better-sidebar >=0.4.0 and Node.js.

Read More
DSH Browser Companion: Giving DSH Agents a Visible, Persistent, Human-Login Browser

dsh-browser-companion is a browser extension of DSH, designed to address issues related to login, credential security, and state retention when intelligent agents handle web page tasks. This extension provides agents with a dedicated, persistent, and visible browser environment, supporting page opening, clicking, input, scrolling, and tab management. Its core advantages include: preserving cookies, localStorage, and login states through persistent profiles, avoiding repeated logins; offering a visible window mode that allows users to observe agent operations in real time and manually take over; implementing strict security boundaries that prohibit agents from filling in passwords or accessing OAuth secrets, with all sensitive credentials handled directly by users in the visible window. Additionally, the extension provides a fast snapshot tool based on the Accessibility Tree, with an optional local view.

Read More
Resanity: Evidence Search and Load-Bearing Claim Audit Skill for Retail Investment Research

Resanity is an investment research assistant Skill for the DSH agent host, currently at official version 0.2.1, maintained by Thhoho under the MIT license. It aims to address issues in retail investment research such as insufficient evidence, vague inference boundaries, and difficulties in updating conclusions. Its core function is to decompose investment decisions into four dimensions—observations, inferable items, non-inferable items, and decision impact—strictly distinguishing facts from inferences. The tool provides a DSH plugin, an anchor check (/resanity-check), and optional Tushare data credential support, preserving verifiable judgments through a "cognitive anchor" mechanism (active/refuted/realized/archived), and executes read-only reminders only on date triggers without automatically revising user viewpoints. Resanity is explicitly not a stock recommendation or automated trading tool, and strongly emphasizes...

Read More
dsh-commit-review: Adding /commit and /review to the DSH Web GUI

dsh-commit-review is a DSH plugin maintained by the-qian, designed to enhance the git commit and review workflow through a Web GUI. The plugin adopts a pure Host-side zero-dependency architecture, requiring no build steps, and integrates via the `dsh.bundle.patch` format. It primarily provides two slash commands: `/commit` analyzes current git changes and actually creates commits, supporting the Conventional Commits standard and custom prompts, while adhering to safety conventions such as not modifying config, not forcing, and not skipping hooks, and strictly prohibiting the commit of secret files; `/review` reviews uncommitted changes, outputting Markdown reports graded by severity, with support for security, performance, style, and other aspects.

Read More
DSH-Vision: A Plugin Adding Image Recognition Capabilities to DeepSeek Harness

dsh-vision is a DeepSeek Harness (DSH) bundle plugin maintained by Terry12138qy, licensed under the MIT License. This plugin is designed to address the issue that the DSH main model lacks native image recognition capabilities. By encapsulating the image recognition workflow, it sends local image paths or network URLs to Alibaba Cloud Bailian or Zhipu multimodal models, ultimately returning Chinese text descriptions for use by agents or Code Mode. Core features include automatically reading and encoding images, prioritizing the main model `qwen3.5-omni-plus`, and automatically switching to the fallback model `glm-4.6v-flash` for retries upon failures (e.g., quota exhaustion, rate limiting). It supports invocation via `await tools.vision(...)`.

Read More
dsh-auth-gate: Adding a Login Gateway to DSH Web Instances

dsh-auth-gate is an authentication plugin for DSH web instances, designed to uniformly add login verification to pages, APIs, and WebSocket connections. The plugin is licensed under the MIT License, requires Node >=22.19.0, supports two modes—password authentication and shared token authentication—with token mode enabled by default and the key managed via the environment variable DSH_AUTH_TOKEN. In password mode, TOTP two-step verification compliant with RFC 6238 can be optionally enabled. In terms of security, the plugin hashes passwords by default, implements login rate limiting, uses Secure session cookies, and blocks access when configuration is missing to ensure safety. The plugin provides the dsh-auth CLI tool, supporting user addition, listing, disabling, and TOTP management. After installation, it must be configured through pr

Read More
dsh-macos-desktop: Overlaying a macOS-style Desktop on the DSH Web Interface

DSH macOS Desktop is a pure front-end JS plugin maintained by Taylor-Cat, designed to transform the DSH Web interface into a macOS-style desktop while preserving the native right-side conversation through the official shell.overlay slot, enabling efficient multi-task collaboration on the same screen. The plugin is compatible with Windows, macOS, and Linux, requiring no native modules or build steps. Core features include desktop experiences such as multiple windows, Dock, and Spotlight search, along with integrated file management (isolated directories, recycle bin), terminal (PowerShell/PTY), multi-tab browser, document office suites (docx/pdf/pptx), and knowledge base. In terms of AI capabilities, it supports automatic image recognition based on modlens screenshots, as well as leveraging DashS

Read More
dsh-tavily: Tavily Web Search Plugin for DeepSeek Harness

dsh-tavily is a Tavily web search plugin for DeepSeek Harness (DSH), designed to address the high cost of switching search sources. This plugin enables seamless switching between the official DeepSeek and Tavily through a settings card toggle, eliminating the need for repeated uninstallation and reinstallation. Core features include: support for a keyless mode without a Key and an account profile with a Key (Bearer authentication); a connectivity test function that can genuinely invoke Tavily to verify status; intelligent handling of timeouts and invalid results; secure storage of credentials (Key/toggle) in `credentials`, without writing to settings files; and the use of an independent namespace to avoid overriding official settings. Installation first requires adding the plugin via the `dsh plugin` command, then enabling the toggle in settings and

Read More
@swell05/dsh-whale-tank: DSH Plugin Development Sandbox and Third-Party Plugin Health Check

`@swell05/dsh-whale-tank` is a plugin development sandbox auxiliary tool within the DSH ecosystem, designed to address local development configuration pollution and security concerns regarding third-party plugins. This tool establishes an isolated sandbox by segregating `DSH_HOME`, offering plugin initialization, building, insertion/removal testing, and restoration capabilities, along with an incrementally mergeable development knowledge package. The core component, `.wttools`, is a zero-dependency single-file utility that supports state inspection, dependency management, plugin integration, and sandbox reset operations. Additionally, its `vet` feature conducts a three-phase health check on third-party npm plugins (static hazard detection, dynamic verification, and LLM review), generating security reports to aid decision-making. Users are required to install this plugin in a Node 20+ environment and initialize projects via `/whale-tank-init` or

Read More
dsh-model-router: A Thin Routing Strategy Plugin for DeepSeek Harness (DSH)

dsh-model-router is a thin routing policy plugin for DeepSeek Harness (DSH), version v0.2.2, licensed under the MIT License. It adds rule execution on top of DSH's existing model management, with core features including deterministic keyword routing, the whitelist-based model switching tool `model_route` that is disabled by default, and an isolated Beta image generation channel `image_gen`. Routing rules are executed in configuration order, stopping at the first match, while preserving the current state if no rule matches; model switching requires precise validation of provider, model, and other fields. `image_gen` uses an OpenAI-compatible endpoint, enforces HTTPS and strictly restricts result downloads, and supports integration with third-party services such as Seedream; however, video, audio, and 3D features are not included.

Read More
dsh-slack: DSH Community Plugin for Bidirectional Communication Between Agents and Slack

The DSH community plugin `dsh-slack` is designed to enable bidirectional communication between agents and Slack, providing four core tools: `slack_notify`, `slack_channels`, `slack_inbox`, and `slack_reply`. This plugin supports reading messages via Socket Mode, listing visible channels, sending Markdown notifications, and thread replies, but does not support RTM or interactive components such as buttons and modals. During installation, you need to configure the Slack bot token and app token (which can be set via the environment variables `DSH_SLACK_TOKEN` and `DSH_SLACK_APP_TOKEN` or through a configuration file), and execute `dsh plugin --profile w`

Read More