AI Agent Hub
Back to plugins
🖥️

dsh-plugins

Client Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install leonardoxr/dsh-plugins

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install leonardoxr/dsh-plugins in the DeepSeek Harness terminal to install this plugin collection; see https://github.com/leonardoxr/dsh-plugins for more details

About this plugin

Extending DeepSeek Harness on the Web has long lacked a unified discovery and distribution point: plugins live in separate repositories with independent versioning, and assembling them by hand is both tedious and error-prone. dsh-plugins brings a dozen-plus plugins together under one master repository using Git submodules, so each plugin keeps its own history, branches, and CI without any cross-contamination. The repo also ships a dsh-all-in-one aggregate bundle that installs every Web plugin in a single step while still allowing per-plugin opt-out, and profile-patch overrides keep working seamlessly when migrating from standalone installs.

The collection is broad: semantic and configurable chat titles, a sidebar workbench with an extension API, LSP and ast-grep powered coding tools, Claude and Codex usage dashboards, a conversation statistics row, inline image previews with clipboard copying, complexity-routed subagent delegation, workspace Git integration, a native desktop and mobile shell, a read-only workspace and session API with notifications, one-click update detection for Claude Code and Codex CLI, and a full plugin and profile configuration manager. Together they form a practical extension ecosystem for day-to-day DSH use.

If you already run DSH and want to meaningfully extend its Web surface — whether that means auto-generating chat titles, building a custom workbench in the sidebar, wiring up LSP-aware code editing, or wrapping DSH in a native desktop shell — this repository is the most direct starting point.

Use Cases

  • Install and manage a dozen-plus DSH Web plugins from a single entry point
  • Deploy the all-in-one bundle to avoid manual configuration and version conflicts
  • Build a sidebar workbench, wire up LSP coding tools, or wrap DSH in a native desktop shell

Best For

  • Developers extending DSH's Web surface with multiple plugins
  • Teams managing DSH plugin versions and configurations at scale
  • Users who want to explore the DSH plugin ecosystem without hunting repo by repo