Plugin Index
August 13, 2026 · View on GitHub
97 plugins from the upstream Awesome DSH Plugin list, reclassified into the Awesome DSH taxonomy.
| Plugin | Category | Description |
|---|---|---|
| deepseek-manners | Just for Fun | Append a thank-you note after every message. Mind your manners. |
| distill | Memory & Knowledge | Automatic conversation distillation: background subagent reflection + skill create/update. |
| dsh-101 | UI & Experience | Document reading mode for DSH. |
| dsh-acp-for-bitfun | Integrations | ACP bridge between BitFun and DSH. |
| dsh-ads | Just for Fun | Parody ads in 2005-Chinese-web style: sidebar banners, in-chat feeds, corner popups, and a close button whose hit area is smaller than it looks. All fictional. |
| dsh-advisor | Workflow & Automation | Pair a second model that passively reviews each turn and injects notes. |
| dsh-agent-budget | Usage & Cost | Agent-tree token budget management. |
| dsh-agent-teams | Workflow & Automation | AgentTeams multi-agent teams. |
| dsh-annotation | UI & Experience | Select text → annotate → send with your message; replies map back to each annotation. |
| dsh-at-file | UI & Experience | Codex-style @file mentions: search workspace files in the composer and attach their contents to prompts. |
| dsh-auto-chess | Just for Fun | Auto chess: human vs AI, or AI vs AI. |
| dsh-automation | Workflow & Automation | Scheduled coding runs in fresh agent sessions with auditable history. |
| dsh-chat-import | Sessions & Messages | Import Claude Code / Codex / ChatGPT / Cursor chat histories as resumable DeepSeek Harness sessions. |
| dsh-computer-use | Vision & Computer Use | Accessibility-first macOS computer use: fresh observations, stale-state rejection, scoped permissions, and safe input. |
| dsh-context-doctor | Observability | Context injection audit: token costs of instruction chains / skill catalogs / tool schemas, duplicate and conflict detection. |
| dsh-conversation-share | Sessions & Messages | Share any excerpt of a conversation. |
| dsh-cowork | Data & Documents | Bounded, cell-addressed doc_read/doc_write for xlsx / pdf / docx / pptx / ipynb, plus an MCP server and CLI. |
| dsh-custom-tool | Tools & Capabilities | Create and manage sandboxed JavaScript tools with a Monaco editor and model-driven tool lifecycle. |
| dsh-data-agent | Data & Documents | Let the AI connect to databases and write SQL for you. |
| dsh-deep-research | Workflow & Automation | Adaptive deep-research orchestrator built on the official workflow engine. |
| dsh-deeplink | UI & Experience | Deep links: open a specific session or workspace via ?session= / ?workspace=. |
| dsh-diff-viewer | UI & Experience | PiUI-style diff viewer replacing the stock DiffBlock for write/edit tool calls. |
| dsh-douyin | Just for Fun | Short-video sidebar: native player, series navigation, precise history replay. |
| dsh-drag-and-drop | UI & Experience | Cross-platform file drag-and-drop with raw path insertion, no file copying. |
| dsh-emoji | Just for Fun | Automatically add emojis to AI replies. |
| dsh-evolve | Development & Runtime | Self-evolution: the agent hot-mounts/removes persistent plugins on itself mid-session. |
| dsh-explain | Sessions & Messages | Local-first learning mode: cross-session learning threads with per-source explanations. |
| dsh-focus-chat | UI & Experience | A "focus chat" minimal view that shows only final outputs. |
| dsh-genui | UI & Experience | Interactive UI components rendered inline in replies: layout, charts, forms, quizzes, mermaid, 3D scenes, and an action event loop back to the model. |
| dsh-git-identity | Development & Runtime | Pin Git commits to the environment's own author identity; env-var injection overrides all git config. |
| dsh-gomoku | Just for Fun | Play Gomoku against the AI, or let two AIs battle it out. |
| dsh-inspect | Workflow & Automation | Adversarial checkup → fix → review loop toolset. |
| dsh-kb-sieve | Data & Documents | Build auditable KB packs (SQLite FTS5) from md/txt/docx/pdf with deterministic retrieval and original-text reading. |
| dsh-llm-fallbacks | Development & Runtime | Role-based LLM retry & fallback strategies. |
| dsh-loop | Workflow & Automation | Recurring loops: /loop command + loop tool + activity status bar. |
| dsh-message-edit | Sessions & Messages | Branch-based message editing, reroll, retry, and a version timeline. |
| dsh-minigames | Just for Fun | Side-panel arcade: 18 offline mini-games to play while the model thinks. |
| dsh-mnemon | Memory & Knowledge | Deep Mnemon integration: local three-tier memory (Runtime Memory, retrievable Documents, supervised Memory Spaces). |
| dsh-navbar | UI & Experience | Conversation node navigation bar for quick jumps between user messages. |
| dsh-notification | Notifications | Desktop notifications for turn completions, with per-outcome controls and keyword rules. |
| dsh-open-in-vscode | Integrations | Open DSH workspace directories in VS Code directly from the web GUI. |
| dsh-openmaic | Tools & Capabilities | OpenMAIC: classrooms, slides, interactive widgets, and Socratic teaching. |
| dsh-openpencil | UI & Experience | OpenPencil design preview and editing plugin. |
| dsh-plannotator | Workflow & Automation | Plan review with anchored annotations and structured feedback back to the agent. |
| dsh-plugin-check | Development & Runtime | Plugin health checks: manifest protocol / patch format / build traps, zero-dependency and read-only. |
| dsh-plugin-d399 | Just for Fun | Pops up a mini-game menu (wordle, match-3, extensible) while the model generates. |
| dsh-plugin-mineru | Data & Documents | Expose MineRU document parsing tools to the model. |
| dsh-prompt-studio | Sessions & Messages | Edit user and built-in system-prompt sections with live preview. |
| dsh-scholar | Tools & Capabilities | Academic assistant plugin. |
| dsh-security-audit | Development & Runtime | Local security audit: config, plugin origins, sessions, network exposure — read-only redacted risk report. |
| dsh-sentinel | Workflow & Automation | Condition-driven wakeup: durable file/command/http/process/webhook watches that wake the agent. |
| dsh-session-health | Development & Runtime | Frame-level scan diagnostics for session files (torn/corrupt/empty detection). |
| dsh-session-notification | Notifications | Notifications for four session states, with browser alerts and prompts. |
| dsh-share | Sessions & Messages | Share your conversations with one click. |
| dsh-side-panel | UI & Experience | Side panel with file browser, terminal, and Git review for quick file previews. |
| dsh-sidechain | Sessions & Messages | /side persistent side sessions and /btw one-shot side questions, run in a temporary fork without touching main history. |
| dsh-spotlight | UI & Experience | Keyboard-first command palette for the DSH Web UI. |
| dsh-stickers | Just for Fun | Bidirectional sticker reactions between user and agent. |
| dsh-stock-market | Just for Fun | Fixes the bug where your account can't lose money while you code. |
| dsh-task-status | UI & Experience | Background task status bar: progress plus live output tail on the chat page. |
| dsh-tianshu-tui | UI & Experience | A terminal UI (TUI) for DeepSeek Harness. |
| dsh-tool-approval | Development & Runtime | Manual approval mode ("Manual Mode" / "Ask Mode"). |
| dsh-tool-calculator | Tools & Capabilities | Safe math expression evaluator, zero-dependency recursive-descent parser. |
| dsh-tool-csv | Data & Documents | Parse/query/aggregate/convert CSV (RFC 4180) with a zero-dependency state-machine parser. |
| dsh-tool-diff | Tools & Capabilities | Structured comparison and unified diffs for text/JSON/CSV/Markdown. |
| dsh-tool-encoding | Tools & Capabilities | base64/url/hex encoding, common hashes, and UUID generation. |
| dsh-tool-json | Tools & Capabilities | JSON queries with a JMESPath subset. |
| dsh-tool-markdown | Tools & Capabilities | HTML↔Markdown conversion, GFM table normalization, and TOC generation. |
| dsh-tool-regex | Tools & Capabilities | Test/extract/safe-replace/statically explain regexes without executing code. |
| dsh-tool-schema | Tools & Capabilities | JSON Schema validation: validate/paths/explain/normalize. |
| dsh-tool-search | Tools & Capabilities | Per-agent on-demand tool discovery and progressive schema disclosure. |
| dsh-tool-stat | Tools & Capabilities | Descriptive statistics, percentiles, frequency distributions, and correlation. |
| dsh-tool-time | Tools & Capabilities | Strict ISO 8601 parsing, IANA timezone conversion, and UTC calendar arithmetic. |
| dsh-toolkit | Tools & Capabilities | Zero-dependency toolkit: time / encoding / json / calculator / csv / regex / markdown / diff / stat / schema — ten deterministic tools in one install. |
| dsh-tps | Observability | A TPS metrics plugin. |
| dsh-trace | Development & Runtime | Telemetry backend exporting turns, model steps, and tool calls to yiTrace. |
| dsh-track | Workflow & Automation | Embedded task management engine: decision-point protocol, idea capture wall, Linear-style issue store. |
| dsh-turn-navigator | UI & Experience | Turn navigation for the DSH Web UI. |
| dsh-turn-rewind | Sessions & Messages | Rewind conversation and workspace state, powered by a persistent Change Ledger. |
| dsh-vision-toolkit | Vision & Computer Use | Vision tasks for text-only models: intent-aware image Q&A, long-screenshot OCR, UI reproduction, grounding, and pixel diff. |
| dsh-visualize | UI & Experience | In-conversation generative UI: the model renders interactive HTML cards into the chat stream, with streaming preview and sandboxed rendering. |
| dsh-web-archive | UI & Experience | Collapse noisy messages (Think, Bash, etc.) in conversations. |
| dsh-web-ui-notify | Notifications | Desktop notification reminders. |
| dsh-webbridge | Integrations | DSH meets Kimi WebBridge. |
| dsh_workflow | Workflow & Automation | UltraCode-style multi-agent orchestration: a generatable, savable, governable, observable, resumable workflow layer. |
| ex-setting | UI & Experience | Settings extensions for DSH. |
| fabric | Development & Runtime | An MC-Fabric-style hook processor. |
| nowledge-mem-deepseek-harness | Memory & Knowledge | One memory layer for every AI tool and agent: Context Bundle injection, prompt-time recall, MCP tools, and turn-end DSH thread capture. |
| plugin-template | Development & Runtime | Plugin template repo (based on the official turtle-ui repo). |
| Qwen-MM-Plugins | Vision & Computer Use | Qwen multi-modal plugin support. |
| sandbox-micro | Development & Runtime | Support for the microsandbox backend. |
| sandbox-mxc | Development & Runtime | Microsoft cross-platform sandbox support. |
| sandbox-nono | Development & Runtime | Support for the nono sandbox backend. |
| telegram | Integrations | Bridge to the Telegram Bot API: long polling, per-chat sessions, HTML formatting. |
| ui-status-label | UI & Experience | Customize the "deep diving" thinking status label to anything you like. |
| web-components | UI & Experience | Web Components support. |
| whale-girl | Just for Fun | Desktop pet (QQ-pet style): floats in the corner, draggable, feedable, playable. |