Harness-lark: Providing Feishu/Lark Channel Support for DeepSeek Harness

harness-lark is a Lark/Feishu channel plugin for DeepSeek Harness (MIT licensed, repository: https://github.com/huoxue1/harness-lark), used to integrate dsh's capabilities—such as conversations, streaming replies, approval requests, and cloud documents/spreadsheets/calendars/tasks—into the Feishu/Lark messaging channel. Core features include: WebSocket-based IM message sending/receiving with reconnection and deduplication, streaming interactive cards supporting thinking processes and final results (with collapsible panels, latency/token statistics), media upload/download/sending for images/files/audio, cloud document/Wiki/Drive creation and read/write, multi-dimensional table/spreadsheet/calendar/task operations, and RFC 8628 device-code-based user-level

Read More
dsh-store: DeepSeek Harness Plugin Directory and One-Click Installation Entry

dsh-store is a plugin store for DSH (DeepSeek Harness), used to aggregate catalogs, verify quality, install/uninstall, and manage plugins. It handles installation targets through the official `dsh plugin add/remove` command, supports background validation of whether `package.json` contains a `dsh` field to filter out noise, and ensures plugins align with the current profile. Core features include: 1. **Catalog aggregation and filtering**: Integrates sources such as the npm registry, curated awesome lists, automatic radar, and GitHub stars, supporting search, categorization, and sorting by stars/latest/name, with README summaries displayed. 2. **Installation and uninstallation**: Prioritizes official commands, falling back to pnpm when they fail.

Read More
dsh-plugin-notify: Notification Egress Plugin for DSH

dsh-plugin-notify is a DeepSeek Harness plugin designed for the Windows environment, aimed at addressing the issue where users cannot receive timely updates on the Agent's status when away from the computer. It enables the Agent to invoke the `notify_user` tool by injecting system prompts, supporting proactive notifications upon completion of long-running tasks, errors, or when confirmation is required. The plugin provides an automatic fallback mechanism, including automatic alerts on session errors, desktop notifications at the end of turns, and Chinese voice calls when there is no interaction within a timeout period. Notification channels cover desktop pop-ups (toast), Chinese speech announcements (speak), and system alert sounds (sound), and support four synthetic sound effects such as "explosive" and "victory." Users can manually send notifications via the `/notify` command and adjust settings through environment variables or the configuration panel.

Read More
dsh-her-eyes: Adding VLM Image Analysis Capabilities to DeepSeek Harness

dsh-her-eyes is a VLM plugin for DeepSeek Harness (dsh) web sessions, maintained by huashenglian, and licensed under MIT. This plugin addresses two core issues: providing a globally available analyze_image image analysis tool within sessions, and supporting automatic failover between primary and backup OpenAI-compatible vision model endpoints to prevent service interruptions due to primary endpoint failures. The plugin is installed via a Bundle method, eliminating the need for manual modification of profile patch files and preventing duplicate loading errors. Configuration is handled through an auto-saved settings page, with support for fetching model lists and featuring Chinese-English internationalization. Primary and backup endpoint configurations are stored in ~/.dsh/vlm-vision.jso.

Read More
dsh-session-categories: Adding Manageable Session Categorization to DeepSeek Harness

dsh-session-categories is a DSH plugin developed by ht719, designed to address the issue of chaotic web session management. It provides an independent, user-manageable category tree for each Workspace, supporting the creation, renaming, moving, and archiving of categories and sessions, and allows for hierarchical adjustment through drag-and-drop operations. This plugin is suitable for unmodified DSH installations and requires the current pre-release plugin API. During installation, regular users can enable it by running `dsh plugin --profile web add dsh-session-categories`. Typical usage includes creating top-level or subcategories in the sidebar, assigning new or existing sessions to corresponding categories, thereby organizing sessions hierarchically. It should be noted that this plugin targets the pre-release API, and

Read More
dsh-zotero: Zotero Literature Library Plugin for DeepSeek Harness

dsh-zotero is a Zotero tool plugin for DeepSeek Harness (DSH), maintained by Hongcheng-LI (MIT license). This plugin enables intelligent agents to directly access the local literature library through the Zotero local API (default address 127.0.0.1:23119), without requiring an API Key. Core features include: searching literature (with filters for keywords, categories, publication years, etc.), retrieving item metadata and abstracts, listing PDF attachment paths, parsing and caching full PDF text, and handling note retrieval. Before installation, ensure that Zotero 7+ is running locally and that local communication permissions are enabled. Install using the `dsh plugin --profile web add dsh-zotero` command and restart to complete the setup.

Read More
DSH-Vision-Bridge: Adding Image Understanding to DeepSeek Harness's Text-First Model

DSH-Vision-Bridge is an MIT-licensed plugin for DeepSeek Harness, designed to provide image understanding capabilities to text-first models. This plugin bridges image requests to external vision APIs (supporting Gemini, OpenAI, and Anthropic-compatible interfaces) and returns only the analysis results in text form, preventing image blocks from being directly forwarded to upstream models. Its core advantage lies in preserving the original model list and selection experience, with independent management of vision bridge preferences through the "glasses" control next to models, without interfering with model selection logic. The plugin supports configuring multiple isolated vision providers in settings, strictly limiting usage to HTTPS endpoints, and keeping sensitive information such as API keys on the Host side. Installation requires compatibility with Harness 0.1.x and Node.js 2.

Read More
gitlearnos: Connecting Learners' Git Learning Memory to DeepSeek Harness

gitlearnos is an open-source (MIT licensed) plugin maintained by Guojiz, positioned as an "evidence-driven learning memory and automation" tool for Git-native intelligent agents. It is not an official DeepSeek application, but rather provides a native bundle of the official DeepSeek Harness Developer Preview, exclusive to GitLearnOS. The core of this plugin lies in transforming real learning inputs into traceable evidence and updating learning status, rather than simply generating notes. Its main capabilities include: preserving learner-owned learning memories in a private local Git repository; providing bounded read-only observations of `learning_status` and `learning_route`; and supporting configuration through `gitlearnos.yml`.

Read More
dsh-element-source: Click Elements in DSH to Locate Vue / React / Svelte / Angular Source Code

dsh-element-source is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to address the issue of tracing page elements back to their source code locations in frontend development. It supports universal location for Vue, React, Svelte, Angular, and other frameworks. Users can enter local preview through the DSH sidebar or the plugin's built-in panel, highlight and click on page elements, and the plugin parses the corresponding source file path and line number (e.g., `src/components/App.vue:12`). This information is automatically filled into the chat draft in the format `[Element Location]`, but is not sent automatically; it is sent only after user confirmation and supplementary modification requests. The Agent then reads the file and displays the code, awaiting modification instructions, thereby reducing manual steps of searching and copying context. Installation

Read More
DSH Conversation Navigator: A Session Navigation Panel for the DSH Web Client

dsh-conversation-navigator is a pure JavaScript browser plugin for the DSH Web interface, designed to address the difficulty of locating and navigating within long conversations. The plugin provides a collapsible conversation outline panel organized by turns, supporting keyword filtering, step-level detail expansion, hover-to-view full text, and four interface form switches. Core features include click-to-smooth-scroll positioning, automatic highlighting of the current reading position during manual scrolling, lazy loading of historical data for backfill, and panel position memory. The plugin requires zero build setup and zero npm dependencies, adopts a color scheme consistent with the built-in trace view, adapts to light and dark themes, and automatically follows conversation switches. Installation requires execution via the official DSH CLI command, depends on a pnpm environment, and takes effect after restarting DSH Web; alternatively, files can be manually placed and configuration modified. Plugin state is partially persisted in l

Read More
dsh-pref-kit: Merging Adjacent Text Increments at the Source of DSH Streaming Output

`dsh-pref-kit` is a DSH performance optimization plugin designed to address high resource consumption and stuttering caused by the massive number of small events generated by streaming output under long conversations and multi-agent concurrency. The plugin merges adjacent `text`/`reasoning` increments within the same text block at the data stream source before writing them to logs and pushing, thereby significantly reducing the volume of session events while remaining fully compatible with existing interfaces and protocols without altering the underlying structure. Core features include streaming merging enabled by default (controlled by the `windowMs` parameter, default 30ms), as well as a configurable "full passthrough" mode (when `windowMs = 0`, it passes through token-by-token to ensure minimal latency). Additionally, the plugin provides a settings card for users to adjust configurations in real time, and includes several experimental features disabled by default, such as replacing the trace view.

Read More
dsh-plugin-llm-balance: Persistent Display of API Balance and Quota in DSH Web GUI

`dsh-plugin-llm-balance` is a plugin for the DSH (DeepSeek Harness) Web GUI, designed to centrally display the balances and quotas of multiple providers including DeepSeek, Moonshot, Kimi For Coding, OpenAI Codex, and OpenCode Go. The plugin provides a draggable floating card in the upper-right corner of the page, which automatically shows data from the three most recently used providers. It supports the visualization of monetary balances and package quotas (including 5-hour windows, weekly windows, and reset times), and adjusts colors in tiers based on thresholds to indicate resource status. The plugin features auto-refresh (default 60 seconds), position memory, and the DeepSeek peak/off-peak electricity price badge. Its core security feature lies in strict credential isolation: API keys and OAut

Read More
dsh-plugin-deepeye: A Cordis Plugin Providing Visual Capabilities for DSH

`dsh-plugin-deepeye` is a native Cordis vision plugin designed for DeepSeek Harness (DSH), aimed at resolving the tedious issue of manually invoking external vision services. Developed by Favio8 under the MIT license, it supports Node >=22.19.0 environments. Its core features include tool-based invocation capabilities such as image description, OCR extraction, visual question answering, UI layout analysis, and clipboard screenshot analysis. The plugin supports multiple backends, including OpenAI, Google Gemini, and custom OpenAI-compatible services, and offers functionalities like LRU result caching, automatic image scaling preprocessing to save tokens, and non-blocking asynchronous reading of the system clipboard. Additionally, it supports use in plain-text sessions through

Read More
DeepSeek Harness Web UI Status Desktop Pet Plugin for dsh-deepseek-girl-pet

dsh-deepseek-girl-pet is an open-source Cordis desktop pet plugin based on DSH's "everything is a plugin" philosophy, specifically designed for the DeepSeek Harness Web UI. The plugin intuitively displays the current Session status through an animated character in the lower-right corner of the interface: it shows a standby animation holding a board when idle, switches to a working animation when executing tasks, and switches to a waiting animation when awaiting interaction. Additionally, it supports 16-direction mouse tracking, automatically returns to standby after the mouse stops for 1.1 seconds, allows size switching on click, and is compatible with prefers-reduced-motion. As an unofficial community project (MIT License), the plugin does not modify core source code, does not read or write conversation data, and does not rely on external CDNs, ensuring lightness and safety. Installation methods include installing via dsh.

Read More
dsh-outdoor-theme: A Wilderness Guide Skin and Trail Sign Panel for the DSH Web Interface

dsh-outdoor-theme is a DSH plugin maintained by Estellalee, positioned as an outdoor hiking-style reskin solution. Without altering the DSH interface logic, it achieves visual upgrades through pure CSS and JavaScript, primarily offering three features: reskinning the web interface into a mountain-wilderness style, providing a settings panel entry for switching skins, and adding a right-side "Trail Sign · Work Progress" panel. The plugin comes with two built-in color schemes—the light "Morning Meadow" and the dark "Dusk Forest"—and supports one-click switching back to the default style. Before installation, ensure that pnpm is available, then install via the `dsh plugin --profile web add` command from GitHub or a local directory. After installation, refresh the page for the changes to take effect, and users can switch in the settings

Read More
dsh-whale-pet: Whale Maiden Desktop Pet Plugin for DeepSeek Harness Web UI

dsh-whale-pet is a lightweight desktop pet plugin for the DeepSeek Harness Web UI, developed by Er1c0v0 and released under the MIT License. It injects the UI through the official shell.overlay slot without modifying core code or scraping text, providing users with non-intrusive status notifications. The plugin mirrors the five Harness states—idle, working, needs input, complete, and blocked—and enters sleep mode after 40 seconds of inactivity. It supports dragging, keyboard movement, collapse and restore, as well as bilingual display in Chinese and English. Its distinctive feature is reading privacy-safe activity summaries from metadata and displaying them in a bubble, avoiding occlusion of the view. Installation requires Node.js 22.19+ or 24+ and

Read More
dsh-moyan: Displaying a Quote in the DeepSeek Harness WebUI Sidebar

dsh-moyan is a lightweight plugin for the DeepSeek Harness WebUI, released under the MIT license, designed to display famous quotes, classical poetry, or iconic lines with minimal interference in the sidebar, positioned above the "Settings" button. The plugin does not alter the core workflow and primarily provides a maintainable quote slot with refresh controls. Core features include: automatic line wrapping to display sentences and their sources, support for refresh frequencies of "every open" or "daily" (with automatic quote changes across midnight); manual quote switching and the ability to roll back up to the last 5 entries, while the 10 most recently displayed quotes are not repeated in random selection. The corpus is stored externally in `corpus.txt`, supporting real-time editing that takes effect without requiring a service restart. The interface automatically adapts to light/dark modes by following the Harness theme variables, and it automatically hides when the sidebar is collapsed. Installation requires Node.js ≥ 18 and pnpm.

Read More
Eligahyu/dsh-sentinel-scanner: Read-Only Security Scanning for DSH Plugins

Eligahyu/dsh-sentinel-scanner is a read-only static security scanning tool for DeepSeek Harness (DSH) plugins, designed to perform supply chain and security risk assessment before code execution. The tool detects risks such as command execution, credential access, data exfiltration, and obfuscation through 51 AST-based heuristic rules, outputting a risk score from 0 to 100 along with a security verdict, but never executes the scanned code. It offers multiple integration methods: as a DSH Agent Tool plugin, a standalone CLI (`dsh-sentinel`), a GitHub Action, or a JavaScript API. Core features include three scanning modes—source code, package artifacts, and profiles—with support for pre-publishing npm packages.

Read More
DSH-AgentMemory: A Local Memory Plugin for Integrating AgentMemory into DSH

dsh-agentmemory is a DSH memory plugin (MIT licensed) maintained by elementor-i, designed to integrate a locally running agentmemory REST service into the DSH framework. This plugin does not require an MCP bridge and directly depends on a local service (default localhost:3111), providing agents with a stable memory backend for reusing session records and injecting recalled context. Core capabilities include providing 54 `memory_*` tools (including 8 core tools) and a `memory_http` escape hatch; automatically capturing sessions, prompts, tool calls, and other activities in the background; and supporting optional context injection. The default configuration emphasizes security, including credential redaction, timeout control, and non-blocking observation, with destructive tools disabled by default. Installation can be performed via

Read More
DSH-LLM-Vision-Bridge: Integrating Image Understanding into DeepSeek Text Models in the DSH Web GUI

dsh-llm-vision-bridge is a DSH plugin licensed under MIT, designed to address the issue of text models being unable to directly process images. This plugin registers the `deepseek-vision` provider in DSH's `LlmAdapter`. When a request includes images, it automatically routes them to a configured vision model (such as pi-ai or a local llama.cpp) to generate text descriptions, which are then used by the DeepSeek text model to continue the conversation based on the descriptions. If no images are present, the request is directly passed through to a fallback provider for zero-overhead operation. Key features include an LRU cache to avoid duplicate descriptions, automatic retries for 503/429 errors and timeouts, and configurable failure policies (placeholder or error). After installation, the web service must be restarted, and configuration is required in the settings.

Read More
dsh-mcp-bridge: Providing a Set of Validated MCP Servers for DeepSeek Harness

dsh-mcp-bridge is an MCP server plugin package designed for DeepSeek Harness (DSH), aiming to streamline the process of integrating agents with MCP tools. This plugin bundles multiple servers, including demo, memory, filesystem, GitHub, Playwright, and remote HTTP, and leverages built-in client support for stdio and streamable-http transports, automatic reconnection, and hot updates. Developers can ensure server status through connectivity verification scripts before delegating calls to models. Installation only requires configuring dsh and pnpm in the PATH, executing the `dsh plugin` command to add the plugin, and restarting. The plugin provides a default demo server that requires no API key, while other servers

Read More
dsh-go-rotator: OpenCode Go Subscription Key Rotation for DeepSeek Harness

dsh-go-rotator is an open-source plugin designed for DeepSeek Harness (dsh), aimed at addressing the management challenges of multiple OpenCode Go subscription keys. It provides load balancing, automatic rotation, and quota management features, resolving active keys at request time via `apiKeyEnv` to distribute load. When encountering rate limiting, quota exhaustion, or authentication errors, the plugin automatically cools down the current key and switches to other available keys to ensure service continuity. Additionally, the plugin supports cost estimation based on tokens, records rolling window and long-term ledger data, and allows monitoring of status through a web interface or local API. Its built-in quota watchdog can fetch real-time data from the Dashboard and automatically disable keys when thresholds are breached. The plugin stores self-contained data in a local `data/` directory, ensuring key security without writing to logs.

Read More
DeepSeekEyes: Auditable Vision and Computer Use Plugin for DeepSeek Harness

DeepSeekEyes is a DeepSeek Harness (DSH) plugin developed by dttxorg under the MIT license, designed to address the issues that image pixels cannot be directly used as model input in agent tasks and the lack of evidence traceability. This plugin constructs an auditable visual and cross-platform Computer Use runtime, with core features including: supporting multimodal models to read raw pixels to provide unscaled, traceable visual evidence; offering native desktop control and browser automation operations on Windows/macOS; and integrating an MCP application layer to restrict, hash, and audit tool invocation results. Additionally, it provides health checks, failover, strict evidence validation, and token usage visualization capabilities. By default, automation and MCP features are disabled and require manual configuration to enable.

Read More
dsh-lineage: Lineage Evidence Plugin for DeepSeek Harness

dsh-lineage is an MIT-licensed plugin (v0.2.0, requiring Node.js 22+) developed by dongsheng123132, designed to build a locally verifiable object graph for artifacts, verified-fact records, actions, and reports in DSH workflows. It resolves references within the workspace and computes SHA-256 hashes to validate node states (verified/missing/stale), detect dangling references, cycles, and invalid relationships, ensuring upstream and downstream evidence integrity without silently promoting missing objects to facts. Core features include object graph validation and an append-only ledger, supporting idempotent replay and strict path boundaries, while rejecting

Read More
DSH-Capability-Receipt: DeepSeek Harness Skill Loading Receipt

`dsh-capability-receipt` is an MIT-licensed DSH plugin (v0.3.0, requires Node.js 22+), designed to verify whether the skills actually loaded by the DeepSeek Harness (DSH) runtime are consistent with trusted sources by generating content-addressed receipts. The plugin only observes target capabilities without executing their logic; its core mechanism hashes the valid instruction body and compares it against trusted fixed hashes or evidence inputs from the pack-agent lock. The plugin provides three DSH tools and two MCP proof tools, supporting receipt generation from standard sources or the pack-agent lock. It is recommended to install it in an isolated DSH profile for specific compatibility.

Read More