DeepSeek Harness plugins are installable packages that extend DSH beyond its default coding-agent setup.
They can add browser and terminal interfaces, visual tools, memory, search, runtime services, themes, and new ways to work with files or agents.
The best 25 DSH plugins below have at least 100 GitHub Stars and are ranked by their Star counts. Let’s get started.
Last updated: August 16, 2026.
How to install DeepSeek Harness plugins
Copy the command shown under a plugin and run it in your terminal. The command targets the correct DSH profile, which you should restart once installation finishes.
The 25 Best DeepSeek Harness Plugins
1. iPolloWork Design Studio
Create and edit canvas-based visual documents in a native Design view inside the DSH conversation. iPolloWork keeps the canvas alongside the chat in Harness.
dsh plugin --profile web add deepseek-idesignGitHub: https://github.com/Devin-AXIS/iPolloWork
2. Mirage DSH
Mount local directories, memory-backed storage, and remote resources under one path tree. Mirage replaces the standard DSH filesystem and shell providers with this virtual workspace.
dsh plugin --profile web add @struktoai/mirage-dshGitHub: https://github.com/strukto-ai/mirage
3. DSH Web UI
The complete DSH Web UI package brings a task board, Git graph, remote access, token statistics, SSH and image tools, pets, skins, and settings pages to the Web profile.
dsh plugin --profile web add @linxin666/dsh-web-ui-allGitHub: https://github.com/zhu1090093659/dsh-web-ui
4. Modlens
Screenshots, diagrams, documents, and UI images are processed into OCR text, layout details, and visual evidence. Modlens passes that structured result to text-only DSH models.
dsh plugin --profile web add @liustack/[email protected]GitHub: https://github.com/liustack/modlens
5. DSH TUI
Run Harness sessions in a full-screen terminal with streaming output, model activity, context usage, token speed, keyboard controls, and rollback actions. DSH TUI keeps these controls in one view.
dsh plugin --profile dsh-tui add @deepseek-harness-tui/dsh-tuiGitHub: https://github.com/ccch1mneyyy/dsh-TUI
6. DSH Better Sidebar
A workbench beside the Web conversation brings files, terminal access, Git changes, and subagent activity into one sidebar. Other plugins can register their own tabs there.
dsh plugin --profile web add dsh-better-sidebarGitHub: https://github.com/omdsh-dev/DSH-better-sidebar
7. DSH Deep Whale
The Maid Atelier whale character skin restyles DSH Web with a themed character presentation. Deep Whale leaves the agent loop and coding tools unchanged.
git clone https://github.com/Small-tailqwq/dsh-deep-whale.git
dsh plugin --profile web add ./dsh-deep-whale/maid-atelierGitHub: https://github.com/Small-tailqwq/dsh-deep-whale
8. Working Activity
Model activity, active tools, elapsed time, and turn summaries appear in a live status line. Working Activity supports both DSH Web and terminal sessions.
dsh plugin --profile web add dsh-working-activityGitHub: https://github.com/ccch1mneyyy/working-activity
9. SandBase Harness
Connect DSH to the managed-agents runtime through the official stdio MCP client. SandBase Harness launches the local MCP process and reads the service URL and API key from environment variables.
npm ci
npm run build:runtime
npm link
dsh plugin --profile web add managed-agentsGitHub: https://github.com/sandbaseai/sandbase-harness
10. Graph Memory
Keep reusable knowledge across DSH sessions in a graph. Graph Memory supports relationship-based recall, PageRank, community detection, and vector search after a conversation closes.
npx @deepseek-ai/dsh plugin --profile web add /absolute/path/to/graph-memory-1.6.0-beta.1.tgzGitHub: https://github.com/adoresever/graph-memory
11. Mnemon
Persistent graph memory carries project knowledge from one session to the next. Mnemon retrieves facts connected to earlier decisions, conventions, or investigations.
dsh plugin --profile web add dsh-mnemonGitHub: https://github.com/mnemon-dev/mnemon
12. DSH Vision Toolkit
The toolkit handles image questions, long screenshot OCR, UI reconstruction, visual grounding, artifact inspection, and pixel comparison. Its Web components display the results inside Harness.
dsh plugin --profile web add @anionex/dsh-vision-toolkitGitHub: https://github.com/Anionex/dsh-vision-toolkit
13. Treg DSH
The Treg tool registry runs inside Harness through this bundle. A packaged Skill ships with it, and a TREG_TOKEN activates the MCP connector.
dsh plugin --profile web add github:superdesigndev/tregGitHub: https://github.com/superdesigndev/treg
14. DSH Ads
Retro banners, popups, and small games recreate an early 2000s portal inside Harness Web. DSH Ads deliberately fills the screen with period-appropriate page clutter.
dsh plugin --profile web add github:Nagi-ovo/dsh-adsGitHub: https://github.com/Nagi-ovo/dsh-ads
15. DSH Agent Teams
Create agent groups, assign tasks, send messages, and read shared state from the Harness toolset. DSH Agent Teams coordinates several specialized agents in the same project.
dsh plugin --profile web add @nanmicoder/dsh-agent-teamsGitHub: https://github.com/NanmiCoder/dsh-agent-teams
16. DSH At File
Type @ in the Web composer to search workspace paths and attach a selected file to the next prompt. DSH At File handles the path lookup and file mention.
dsh plugin --profile web add https://github.com/omdsh-dev/dsh-at-file/archive/refs/tags/v0.6.0.tar.gzGitHub: https://github.com/omdsh-dev/dsh-at-file
17. Whale Girl
Feed, play with, and move a desktop pet around DSH Web. Whale Girl tracks progress and keeps the character state across browser sessions.
dsh plugin --profile web add github:vlln/whale-girl#mainGitHub: https://github.com/vlln/whale-girl
18. DSH Tianshu TUI
TDD controls, evidence gates, visual modules, and opinionated engineering workflows share one full-screen terminal in DSH Tianshu TUI. Its renderer is built directly for Harness.
dsh plugin --profile tui add @huiliyi37/dsh-tianshu-tuiGitHub: https://github.com/huiliyi37/dsh-tianshu-tui
19. DSH Browser
Read supported Chrome pages and interact with browser content through a native Harness bridge. DSH Browser pairs that bridge with a Chrome side-panel extension and does not depend on screenshot analysis.
curl -fsSL https://raw.githubusercontent.com/Lum1104/dsh-browser/refs/heads/main/scripts/install.sh | bashGitHub: https://github.com/Lum1104/dsh-browser
20. Engramory
Long-term DSH memory stays in human-readable, versioned files with deterministic size limits. Engramory lets you inspect the retained notes directly.
dsh plugin --profile web add dsh-engramoryGitHub: https://github.com/tinqiao-oss/engramory
21. DSH Notes
Save research, drafts, instructions, and other agent output in a self-hosted Notes service. DSH Notes sends selected Harness responses outside the original session.
dsh plugin --profile web add @zhaoolee/dsh-notesGitHub: https://github.com/zhaoolee/notes
22. DSH Vision Router
Image questions, visual grounding, crops, pixel comparison, OCR, and screenshots route through configured providers. DSH Vision Router displays each result in the Web profile.
npx @deepseek-ai/dsh plugin --profile web add dsh-vision-routerGitHub: https://github.com/ysr666/dsh-vision-router
23. DSH Visualize
Interactive HTML output appears as sandboxed cards inside the conversation. DSH Visualize also packages the Skill that teaches the model how to format content for its renderer.
dsh plugin --profile web add github:Nagi-ovo/dsh-visualizeGitHub: https://github.com/Nagi-ovo/dsh-visualize
24. DSH GenUI
dsh-ui code fences render as interactive components inside the Web conversation. DSH GenUI supports charts, forms, quizzes, Mermaid diagrams, interface controls, and 3D scenes.
dsh plugin --profile web add git+https://github.com/omdsh-dev/dsh-genui.gitGitHub: https://github.com/omdsh-dev/dsh-genui
25. ModSearch
Search the Web, X, or a specific page from inside DSH. ModSearch keeps Harness citation cards and places its tools beside the built-in search route.
npx -y @deepseek-ai/dsh plugin --profile web add @liustack/modsearch@latestGitHub: https://github.com/liustack/modsearch
FAQs
Are DeepSeek Harness plugins the same as Agent Skills?
No. Agent Skills contain instructions and optional helper scripts that guide an agent through a task. DSH plugins run inside the Harness plugin system and can add skills, tools, interface components, runtime services, memory, filesystems, models, and session behavior.
Does a high Star count make a community plugin safe?
No. Stars show public interest, while the package still runs with your user permissions. Inspect its source and installation scripts before granting access to important files, environment variables, subprocesses, or network credentials.
Why does this article use a 100-Star minimum?
The 100-Star minimum keeps this article short enough to scan. The public Awesome repository tracks the larger list of community plugins with 50 or more Stars every week.
How do I update or remove a DSH plugin?
Use the same profile that owns the installed package:
dsh plugin --profile web update package-name
dsh plugin --profile web remove package-nameRelated Resources
- Awesome DeepSeek Harness Plugins
- DeepSeek Timeline: Model Release Dates and Key Milestones
- Reasonix: Free DeepSeek Coding Agent with Cache-First Cost Control
- How to use DeepSeek V4 Pro or Flash in Codex and cut API costs
- Open-Source Browser Automation & AI Assistant – DeepSeek Cowork
- Most Popular Agent Skills on GitHub for Coding Agents










