Back to home

jqueryscript

awesome-dsh-plugins

Verified, star-ranked community plugins for DeepSeek Harness (dsh).

Stars
1
Language
Python
Created
Aug 15, 2026
Updated
Aug 15, 2026

Introduction

Awesome DeepSeek Harness Plugins Awesome

A verified, star-ranked list of community plugins for DeepSeek Harness.

Quality Update Stars

Last verified: 2026-08-15 | Minimum at admission: 100 stars | Plugins: 16

Contents

What qualifies

Every listed project has at least 100 GitHub Stars at admission and a public repository with an identifiable dsh.bundle manifest, bundle patch, plugin entry, and documented installation path. Multi-platform projects qualify only when they ship a separate DSH bundle.

The dsh-plugin GitHub topic is a discovery signal, not proof. This list excludes topic-only repositories, generic Skills, standalone clients without a bundle, MCP servers without a DSH package, API wrappers, presets, tutorials, Awesome lists, archived repositories, and minimally changed forks.

Ranked plugins

Entries are sorted by exact live GitHub Stars. The displayed count is shortened only after sorting.

  • Mirage DSH - 3.4k stars | Files & Runtime | Apache-2.0. A DSH filesystem and shell provider that mounts remote and local resources inside one virtual workspace.
    • Install: dsh plugin --profile web add @struktoai/mirage-dsh
  • DSH Web UI - 2.1k stars | UI & Interfaces | Apache-2.0. A Web UI bundle with a task board, Git graph, remote access, live statistics, pets, skins, and image tools.
    • Install: dsh plugin --profile web add @linxin666/dsh-web-ui-all
  • Modlens - 1.4k stars | Vision | MIT. A vision plugin that returns structured OCR, layout, and semantic evidence to text-only DSH models.
    • Install: dsh plugin --profile web add @liustack/modlens@3.16.6
  • DSH TUI - 966 stars | UI & Interfaces | MIT. A full-screen terminal interface with streaming output, a status line, rollback controls, and context usage indicators.
    • Install: dsh plugin --profile dsh-tui add @deepseek-harness-tui/dsh-tui
  • DSH Better Sidebar - 840 stars | UI & Interfaces | MIT. A Web UI workbench with file editing, terminal access, Git tools, subagent views, and extension tabs.
    • Install: dsh plugin --profile web add dsh-better-sidebar
  • DSH Deep Whale - 662 stars | Themes & Appearance | CC-BY-NC-SA-4.0. A maid-atelier whale character skin for the DSH Web interface.
    • Install: git clone https://github.com/Small-tailqwq/dsh-deep-whale.git && dsh plugin --profile web add ./dsh-deep-whale/maid-atelier
  • SandBase Harness - 579 stars | Files & Runtime | Apache-2.0. A DSH bundle that connects the managed-agents runtime through the official stdio MCP client.
    • Install: npm ci && npm run build:runtime && npm link && dsh plugin --profile web add managed-agents
  • Mnemon - 440 stars | Memory & Knowledge | Apache-2.0. A persistent memory plugin that supplies graph-based recall and cross-session knowledge to DSH agents.
    • Install: dsh plugin --profile web add dsh-mnemon
  • DSH Vision Toolkit - 362 stars | Vision | MIT. A native vision bundle for image questions, long-screenshot OCR, UI reconstruction, grounding, and pixel comparison.
    • Install: dsh plugin --profile web add @anionex/dsh-vision-toolkit
  • DSH Ads - 358 stars | Themes & Appearance | BSD-3-Clause. A parody Web UI plugin that adds fake banner ads, popups, and small games styled after early portal sites.
    • Install: dsh plugin --profile web add github:Nagi-ovo/dsh-ads
  • DSH Agent Teams - 265 stars | Workflow & Automation | MIT. A team orchestration plugin that adds tools for creating agent groups, assigning work, and tracking shared state.
    • Install: dsh plugin --profile web add @nanmicoder/dsh-agent-teams
  • DSH At File - 147 stars | Input & Navigation | MIT. A composer extension for searching workspace paths with at-file mentions and attaching file contents to prompts.
    • Install: dsh plugin --profile web add https://github.com/omdsh-dev/dsh-at-file/archive/refs/tags/v0.6.0.tar.gz
  • Whale Girl - 142 stars | Themes & Appearance | MIT. A draggable Web UI desktop pet with interaction, feeding, progress, and persistent state.
    • Install: dsh plugin --profile web add github:vlln/whale-girl#main
  • DSH Notes - 141 stars | Memory & Knowledge | MIT. A DSH tool plugin that exports agent output into a self-hosted Notes service.
    • Install: dsh plugin --profile web add @zhaoolee/dsh-notes
  • DSH Tianshu TUI - 139 stars | UI & Interfaces | Apache-2.0. A terminal interface that adds Tianshu workflows, evidence gates, TDD controls, and optional vision modules.
    • Install: dsh plugin --profile tui add @huiliyi37/dsh-tianshu-tui
  • DSH Browser - 101 stars | UI & Interfaces | MIT. A Chrome side-panel integration with a DSH bridge for reading pages and operating supported browser content.
    • Install: curl -fsSL https://raw.githubusercontent.com/Lum1104/dsh-browser/refs/heads/main/scripts/install.sh | bash

Install plugins carefully

DSH plugins run third-party code with your account permissions. A plugin can read files, access environment variables, start processes, and use the network. Inclusion confirms the repository shape and installation evidence; it is not a security audit. Read the source and install unfamiliar plugins in an isolated workspace without production credentials.

Related resources

Contributing

Read the contribution guidelines before opening a pull request. Additions must provide code-level DSH evidence and meet the admission threshold.