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
DSH-RSS: RSS/Atom Feed Tool Plugin for DSH

dsh-rss is an RSS/Atom subscription tool plugin within the DSH ecosystem, designed to streamline the process by which models obtain external information. This plugin encapsulates crawling, parsing, and subscription management into standardized tools, addressing the complex and inconsistent issues associated with manual handling of HTTP requests, XML parsing, and date formatting. Core features include: subscription CRUD operations (`rss_list`, `rss_add`, etc.), entry fetching and parsing (`rss_fetch`), cross-source keyword search (`rss_search`), and OPML format import/export. The plugin provides output normalization capabilities, such as converting dates to ISO 8601, transforming relative links to absolute links, and text cleaning. Additionally, it enforces security boundaries, limiting response size to 5MB and not parsing DTD/external entities. Subscription lists are persistently stored in setti

Read More
dsh-remotion: Registering Remotion Video Creation Skills for DSH

dsh-remotion is a DSH video creation skill plugin designed to register the official Remotion ported skill directly into DSH, enabling users to trigger React-based programmatic video workflows through natural language instructions (e.g., "make a video with Remotion"). The plugin supports a variety of visual tasks including animation, audio, subtitles, 3D, charts, and fonts, with 38 built-in rule files to cover different scenarios. It follows the cordis composite package patch model, adopts the open Agent Skills (SKILL.md) format, and does not depend on DSH internal modules, thus offering excellent cross-platform compatibility. The skill directory can be directly reused in tools such as Claude Code, Cursor, Gemini CLI, and OpenAI Codex. Installation is performed via

Read More
dsh-ffmpeg: Seven ffmpeg Video Processing Tools for DSH

dsh-ffmpeg is a video processing tool plugin designed for DSH, providing seven categories of functionality based on the local ffmpeg/ffprobe: probing, clipping, concatenation, transcoding, subtitle burning, audio extraction, and GIF generation. The plugin is licensed under MIT, has zero runtime dependencies, and requires Node.js >= 22 as well as a locally installed ffmpeg. Its core advantage lies in encapsulating common video operations into standardized tools, solving complex issues in ad-hoc scripts such as command assembly, parameter boundaries, process timeouts, and output overwriting. The plugin enforces strict security constraints: parameters are passed via separate arrays to prevent shell injection, processes are managed by the official service, the timeout mechanism supports tree-level termination, and overwriting files with the same name or where output matches input is prohibited by default. The timeout for a single operation is limited to 10 seconds to 2 hours, with probing operations subject to an additional restriction.

Read More
dsh-codex-tools: Adding Codex Search, Image Generation, and Image Recognition Tools to DeepSeek Harness

`dsh-codex-tools` is a plugin for DeepSeek Harness (DSH), maintained by SPYQWER1, providing three tools: `codex_web_search`, `image_gen`, and `image_vision`, which respectively enable public web search summarization, bitmap generation, and local image understanding. This plugin reuses existing ChatGPT/Codex login sessions and does not offer standalone login or LLM services. Search supports customizing the number of sources and freshness; image generation supports multiple sizes and formats, with output paths restricted to the DSH session workspace, prohibiting absolute paths, parent directories, and symbolic links, and not overwriting existing files; image vision recognition only accepts local files within the workspace that meet specific format and size constraints. Installation requires Node>=22 environment, supports adding via Git or npm, and after installation

Read More
DS-Vision-Plugin: A Web Image-to-Text Plugin for DeepSeek Harness

ds-vision-plugin is an open-source plugin designed for DeepSeek Harness, aimed at addressing the issue that text-based models cannot directly process image inputs. The plugin automatically converts pasted or dragged images into text within the web interface for DeepSeek models to continue reasoning, eliminating the need for users to manually switch tools or models. Its core features include support for a four-model racing mechanism (such as the agnes and glm series) to achieve fast and reliable first valid responses; routing support for Baidu OCR or local Tesseract, with fallback to a vision-language model when unavailable; and the ability to integrate custom OpenAI-compatible models or local runtimes (Ollama/LM Studio). Additionally, the plugin offers comprehensive diagnostic tools and YAML hot-reload functionality.

Read More
DSH Node Navigation: A Conversation Node Navigation Plugin for the DSH Web GUI

dsh-node-nav is a client-side plugin for the DSH Web GUI, designed to optimize navigation and input experiences during long sessions. The plugin is implemented in pure handwritten JavaScript with zero dependencies and is released under the MIT license. Its core features include a vertical node chain on the right side of the chat area, supporting message text preview on hover or keyboard focus, smooth scrolling and highlighting of corresponding positions when clicking a node, with the active state automatically following the reading progress. Additionally, the plugin supports input history backtracking: when the input field is empty, users can quickly refill or browse historical inputs using the up and down arrow keys. It features dark mode, auto-hide, reduced-motion support, and avoidance of details panels, and can cover unloaded session logs via the full history node endpoint. Installation involves adding a GitHub repository or local directory through the dsh command, followed by a restart.

Read More
dsh-youmind-plugin: Integrating YouMind OpenAPI Tools and Skills into DeepSeek Harness

dsh-youmind-plugin is a community adapter plugin for DeepSeek Harness (DSH), maintained by seamas0825-lab, licensed under MIT, requiring Node.js >=20. Following DSH's "everything is a plugin" philosophy, this plugin integrates the YouMind OpenAPI workflow into DSH, registering the `youmind` Skill and five core model tools: searching available APIs, reading API documentation, invoking confirmed interfaces, searching personal knowledge bases or specified Boards, and conducting public internet searches via YouMind. In terms of configuration, the plugin leverages DSH's native `credentials` service to dynamically read API Keys, eliminating the need for restart after modifying credentials.

Read More
dsh-log-memory: Guarding Session Logs with Popups When Opening DSH Web

`dsh-log-memory` is an MIT-licensed DSH plugin (v1.3.0) designed to address recovery challenges caused by accidental deletion or format migration of session logs. Upon opening the DSH web interface, the plugin immediately displays a guardian panel prompting users to back up log files under `~/.dsh/sessions`, and allows adjusting the reminder interval (10 minutes to 3 hours) and selecting a backup folder within the popup. Core features include mute reminders based on Beijing time natural days, incremental backups supporting both fish-version (original `.zstd`) and human-readable (readable `.txt`) formats, each maintaining an independent index. The plugin configuration is persisted in local files, and the backup process involves purely local file copying—no network connectivity or data reporting, with HTTP routes accepting only same-origin POST requests. It supports installation via the `dsh plugin` command, source code, or manual methods, and is tested for compatibility with D

Read More
dsh-prompt-manager: A Local Prompt Library for DeepSeek Harness Web

`dsh-prompt-manager` is a local bilingual prompt management plugin developed specifically for DeepSeek Harness Web (DSH), designed to address the inconvenience of reusing prompts across sessions and the pain point of repetitive input. This plugin allows users to centrally create, edit, and search frequently used prompts in the settings, supporting favorites and sorting by usage frequency. In the chat interface, users can quickly search and select multiple prompts via the `/prompt` command or the toolbar button, which are then injected into the current session as system instructions, and newly created branch sessions automatically inherit the prompt collection from the ancestor session. The plugin features JSON backup import/export functionality, supporting data merging or replacement. Data is stored solely in the local browser's localStorage and local mirror files, ensuring privacy and security without any network upload. Installation supports npm.

Read More
dsh-boot-guard: A Standalone Rescue Console for DSH Web UI Startup Failures

dsh-boot-guard is a rescue plugin for the DeepSeek Harness (DSH) Web UI, designed to address the issue where the interface fails to start due to plugin loading failures. It operates independently of the normal plugin loading chain, providing an emergency entry point when a "Failed to load plugins" error occurs, allowing users to identify suspected faulty plugins, temporarily skip them, and refresh to retry without restarting the DSH process. This plugin only writes disabled entries with specific markers to the configuration file, and during recovery, it processes only its own markers without deleting plugins or interfering with other configurations. Core features include automatic fault plugin localization, batch skipping and recovery, diagnostic information copying, and bilingual interface support in Chinese and English. Installation is primarily executed via GitHub commands, with compatibility for Node.js 22.19.0 and above. In terms of security, it strictly limits

Read More
DSH Plugin dsh-deeplink: Open a Specific Session or Project Directly from a URL

dsh-deeplink is a lightweight plugin for the DSH WebUI, designed to address the pain point of manually searching for conversation sessions. It allows users to directly open a specific conversation within a designated project or workspace via URL query parameters (`?session=<id>` or `?workspace=<id>`), with a session-first strategy. The plugin features "deep link redirection" and "address bar following," where the latter updates the address bar in real time with the current session ID without polluting browser history. Additionally, it registers model prompts on the backend, enabling the AI to automatically attach real, existing deep link IDs when referencing other sessions or projects. Installation is straightforward, deployable via the `dsh plugin` command without requiring a build step. This plugin is suitable for DSH users who need to share, bookmark session links, or wish to implement intelligent deep link references.

Read More
dsh-client-ui-pet: Adding a Q Desktop Pet Overlay to the DSH Web Interface

dsh-client-ui-pet is an MIT-licensed DSH Web GUI plugin maintained by qweqwe12382, designed to visually display session activity status through a chibi desktop pet overlay in the bottom-right corner of the page. The plugin maps the current session state to the character's expressions, actions, and dialogue bubbles, covering states such as idle, thinking, reading, editing, working, task completion, and error, each accompanied by rotating text and built-in sprite sheet frame animations. The plugin architecture is divided into host and browser components, with core functionality residing on the browser side, leveraging React and DSH runtime dependencies to inline images as base64, eliminating the need for static file routing. Users can install it via the `dsh plugin` command, and display preferences are stored in the browser's localStorage. This plugin is intended solely for display purposes.

Read More
qwe225380/dsh-omni-router: Task-Level Reliability Plugin for DeepSeek Harness

dsh-omni-router is a proxy reliability kernel specifically designed for DeepSeek Harness (DSH), aimed at enhancing the reliability of task execution through a three-step methodology—Decide, Prepare, and Verify—rather than replacing DSH's execution capabilities. The core functionalities of this plugin include intelligent task intervention, context preparation based on task contracts, capability sufficiency auditing, evidence verification, and failure recovery mechanisms. Its design principles prioritize the reuse of DSH's existing Tools, Skills, and Plugins, only suggesting the installation of missing capabilities when blockers exist, with user approval required by default. Additionally, it supports automatic detection and composition of Router Standards, and provides OmniBench benchmark testing to monitor performance. The current version is 3.0.0-rc.27 (RC status).

Read More