DSH Wiki DSH Wiki
PLUGINS

DSH Plugins

12 plugins worth installing — each with install commands, usage notes, and real word of mouth.

How to install a dsh plugin

A native dsh plugin goes into your profile with one command; restart dsh web for it to take effect:
dsh plugin --profile web add <plugin>
Copy
Plenty of entries below are not native dsh plugins at all — they are standalone tools: npm packages, Python packages, desktop apps, or presets you copy into a folder. Each installs differently; open a plugin's page for the full commands, split by operating system.
dsh-anchored-standard 3,423 star

Minimal first, full firepower second.

A two-stage preset: it opens in minimal mode to cut the noise, then switches to the full standard toolset mid-session. Community controlled experiments lifted the benchmark score from 91 to 98. Note: the author has stopped active development.
Install takes more than one line — open the plugin page for the full commands →
open-design 88,304 star

Turn dsh into your design engine.

An open-source take on Claude Design, built as a local-first desktop app. Hook it up to dsh and text edits render into visuals in real time. The biggest project in the ecosystem.
od agent setup deepseek-harness
Copy
DeepSeek-Reasonix 34,683 star

The DeepSeek-native terminal coding agent.

Designed around prefix-cache stability, so it can grind through long-running tasks unattended. The npm TypeScript line is now legacy; main development has moved to Go.
npm i -g reasonix
Copy
OpenViking 28,891 star

Volcengine's context database for agents.

Memory, knowledge RAG, and Skills managed under one roof, with L0/L1/L2 tiered retrieval to save tokens — and big-company backing.
pip install openviking --upgrade
Copy
colleague-skill 23,139 star

Your departed coworker, digitally rehired.

Turns a predecessor's docs, coding style, and pet phrases into a Skill that works the way they did — 'digital life 1.0', and the most talked-about project in the whole ecosystem.
Install takes more than one line — open the plugin page for the full commands →
EverOS 12,081 star

One memory, usable everywhere.

A portable memory layer: local-first, Markdown-native, one self-evolving memory shared across agent apps.
uv pip install everos
Copy
awesome-dsh-plugin 7,572 star

Plugin hunting starts here.

A curated plugin directory with hand-verified source code — roughly 800+ plugins across 20 categories, plus dshmarket, its companion plugin marketplace.
Install takes more than one line — open the plugin page for the full commands →
dsh-web-ui 4,097 star

Give dsh a face.

The full Web UI plugin bundle: task boards, Git graphs, mobile remote control, a theme hub — if you want a GUI, install this.
dsh plugin --profile web add @linxin666/dsh-web-ui-all
Copy
smooth-stream 21 star

A streaming-output plugin from the Chinese community.

Three presets tunable via cordis.patch.yml. The star count is modest; the buzz in Chinese-speaking circles is not.
pnpm dsh plugin --profile web add dsh-smooth-stream
Copy
token-anxiety 0 star

Cost anxiety, relieved on the spot.

Real-time cost tracking, an Explain command that accounts for every token spent, and a price table you can sync with a single curl.
dsh plugin --profile web add dsh-token-anxiety
Copy
modlens 2,789 star

Eyes for text-only models.

The first vision plugin for dsh: paste in an image and get structured JSON evidence back, with failover across 10 engines.
npx -y @deepseek-ai/dsh plugin --profile web add @liustack/modlens@3.18.3
Copy
EchoBird 3,063 star

One-click installer and model switcher.

Manages installing and switching between Claude Code, Codex, dsh, and other CLIs in one place — the go-to for non-programmers.
curl -fsSL https://echobird.ai/install.sh | sh
Copy
DSH Wiki · The DSH Intel Hub · By ai798 Lab
DeepSeek Harness site GitHub
Live-scraped data