Plugin Index

August 13, 2026 · View on GitHub

97 plugins from the upstream Awesome DSH Plugin list, reclassified into the Awesome DSH taxonomy.

PluginCategoryDescription
deepseek-mannersJust for FunAppend a thank-you note after every message. Mind your manners.
distillMemory & KnowledgeAutomatic conversation distillation: background subagent reflection + skill create/update.
dsh-101UI & ExperienceDocument reading mode for DSH.
dsh-acp-for-bitfunIntegrationsACP bridge between BitFun and DSH.
dsh-adsJust for FunParody 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-advisorWorkflow & AutomationPair a second model that passively reviews each turn and injects notes.
dsh-agent-budgetUsage & CostAgent-tree token budget management.
dsh-agent-teamsWorkflow & AutomationAgentTeams multi-agent teams.
dsh-annotationUI & ExperienceSelect text → annotate → send with your message; replies map back to each annotation.
dsh-at-fileUI & ExperienceCodex-style @file mentions: search workspace files in the composer and attach their contents to prompts.
dsh-auto-chessJust for FunAuto chess: human vs AI, or AI vs AI.
dsh-automationWorkflow & AutomationScheduled coding runs in fresh agent sessions with auditable history.
dsh-chat-importSessions & MessagesImport Claude Code / Codex / ChatGPT / Cursor chat histories as resumable DeepSeek Harness sessions.
dsh-computer-useVision & Computer UseAccessibility-first macOS computer use: fresh observations, stale-state rejection, scoped permissions, and safe input.
dsh-context-doctorObservabilityContext injection audit: token costs of instruction chains / skill catalogs / tool schemas, duplicate and conflict detection.
dsh-conversation-shareSessions & MessagesShare any excerpt of a conversation.
dsh-coworkData & DocumentsBounded, cell-addressed doc_read/doc_write for xlsx / pdf / docx / pptx / ipynb, plus an MCP server and CLI.
dsh-custom-toolTools & CapabilitiesCreate and manage sandboxed JavaScript tools with a Monaco editor and model-driven tool lifecycle.
dsh-data-agentData & DocumentsLet the AI connect to databases and write SQL for you.
dsh-deep-researchWorkflow & AutomationAdaptive deep-research orchestrator built on the official workflow engine.
dsh-deeplinkUI & ExperienceDeep links: open a specific session or workspace via ?session= / ?workspace=.
dsh-diff-viewerUI & ExperiencePiUI-style diff viewer replacing the stock DiffBlock for write/edit tool calls.
dsh-douyinJust for FunShort-video sidebar: native player, series navigation, precise history replay.
dsh-drag-and-dropUI & ExperienceCross-platform file drag-and-drop with raw path insertion, no file copying.
dsh-emojiJust for FunAutomatically add emojis to AI replies.
dsh-evolveDevelopment & RuntimeSelf-evolution: the agent hot-mounts/removes persistent plugins on itself mid-session.
dsh-explainSessions & MessagesLocal-first learning mode: cross-session learning threads with per-source explanations.
dsh-focus-chatUI & ExperienceA "focus chat" minimal view that shows only final outputs.
dsh-genuiUI & ExperienceInteractive UI components rendered inline in replies: layout, charts, forms, quizzes, mermaid, 3D scenes, and an action event loop back to the model.
dsh-git-identityDevelopment & RuntimePin Git commits to the environment's own author identity; env-var injection overrides all git config.
dsh-gomokuJust for FunPlay Gomoku against the AI, or let two AIs battle it out.
dsh-inspectWorkflow & AutomationAdversarial checkup → fix → review loop toolset.
dsh-kb-sieveData & DocumentsBuild auditable KB packs (SQLite FTS5) from md/txt/docx/pdf with deterministic retrieval and original-text reading.
dsh-llm-fallbacksDevelopment & RuntimeRole-based LLM retry & fallback strategies.
dsh-loopWorkflow & AutomationRecurring loops: /loop command + loop tool + activity status bar.
dsh-message-editSessions & MessagesBranch-based message editing, reroll, retry, and a version timeline.
dsh-minigamesJust for FunSide-panel arcade: 18 offline mini-games to play while the model thinks.
dsh-mnemonMemory & KnowledgeDeep Mnemon integration: local three-tier memory (Runtime Memory, retrievable Documents, supervised Memory Spaces).
dsh-navbarUI & ExperienceConversation node navigation bar for quick jumps between user messages.
dsh-notificationNotificationsDesktop notifications for turn completions, with per-outcome controls and keyword rules.
dsh-open-in-vscodeIntegrationsOpen DSH workspace directories in VS Code directly from the web GUI.
dsh-openmaicTools & CapabilitiesOpenMAIC: classrooms, slides, interactive widgets, and Socratic teaching.
dsh-openpencilUI & ExperienceOpenPencil design preview and editing plugin.
dsh-plannotatorWorkflow & AutomationPlan review with anchored annotations and structured feedback back to the agent.
dsh-plugin-checkDevelopment & RuntimePlugin health checks: manifest protocol / patch format / build traps, zero-dependency and read-only.
dsh-plugin-d399Just for FunPops up a mini-game menu (wordle, match-3, extensible) while the model generates.
dsh-plugin-mineruData & DocumentsExpose MineRU document parsing tools to the model.
dsh-prompt-studioSessions & MessagesEdit user and built-in system-prompt sections with live preview.
dsh-scholarTools & CapabilitiesAcademic assistant plugin.
dsh-security-auditDevelopment & RuntimeLocal security audit: config, plugin origins, sessions, network exposure — read-only redacted risk report.
dsh-sentinelWorkflow & AutomationCondition-driven wakeup: durable file/command/http/process/webhook watches that wake the agent.
dsh-session-healthDevelopment & RuntimeFrame-level scan diagnostics for session files (torn/corrupt/empty detection).
dsh-session-notificationNotificationsNotifications for four session states, with browser alerts and prompts.
dsh-shareSessions & MessagesShare your conversations with one click.
dsh-side-panelUI & ExperienceSide panel with file browser, terminal, and Git review for quick file previews.
dsh-sidechainSessions & Messages/side persistent side sessions and /btw one-shot side questions, run in a temporary fork without touching main history.
dsh-spotlightUI & ExperienceKeyboard-first command palette for the DSH Web UI.
dsh-stickersJust for FunBidirectional sticker reactions between user and agent.
dsh-stock-marketJust for FunFixes the bug where your account can't lose money while you code.
dsh-task-statusUI & ExperienceBackground task status bar: progress plus live output tail on the chat page.
dsh-tianshu-tuiUI & ExperienceA terminal UI (TUI) for DeepSeek Harness.
dsh-tool-approvalDevelopment & RuntimeManual approval mode ("Manual Mode" / "Ask Mode").
dsh-tool-calculatorTools & CapabilitiesSafe math expression evaluator, zero-dependency recursive-descent parser.
dsh-tool-csvData & DocumentsParse/query/aggregate/convert CSV (RFC 4180) with a zero-dependency state-machine parser.
dsh-tool-diffTools & CapabilitiesStructured comparison and unified diffs for text/JSON/CSV/Markdown.
dsh-tool-encodingTools & Capabilitiesbase64/url/hex encoding, common hashes, and UUID generation.
dsh-tool-jsonTools & CapabilitiesJSON queries with a JMESPath subset.
dsh-tool-markdownTools & CapabilitiesHTML↔Markdown conversion, GFM table normalization, and TOC generation.
dsh-tool-regexTools & CapabilitiesTest/extract/safe-replace/statically explain regexes without executing code.
dsh-tool-schemaTools & CapabilitiesJSON Schema validation: validate/paths/explain/normalize.
dsh-tool-searchTools & CapabilitiesPer-agent on-demand tool discovery and progressive schema disclosure.
dsh-tool-statTools & CapabilitiesDescriptive statistics, percentiles, frequency distributions, and correlation.
dsh-tool-timeTools & CapabilitiesStrict ISO 8601 parsing, IANA timezone conversion, and UTC calendar arithmetic.
dsh-toolkitTools & CapabilitiesZero-dependency toolkit: time / encoding / json / calculator / csv / regex / markdown / diff / stat / schema — ten deterministic tools in one install.
dsh-tpsObservabilityA TPS metrics plugin.
dsh-traceDevelopment & RuntimeTelemetry backend exporting turns, model steps, and tool calls to yiTrace.
dsh-trackWorkflow & AutomationEmbedded task management engine: decision-point protocol, idea capture wall, Linear-style issue store.
dsh-turn-navigatorUI & ExperienceTurn navigation for the DSH Web UI.
dsh-turn-rewindSessions & MessagesRewind conversation and workspace state, powered by a persistent Change Ledger.
dsh-vision-toolkitVision & Computer UseVision tasks for text-only models: intent-aware image Q&A, long-screenshot OCR, UI reproduction, grounding, and pixel diff.
dsh-visualizeUI & ExperienceIn-conversation generative UI: the model renders interactive HTML cards into the chat stream, with streaming preview and sandboxed rendering.
dsh-web-archiveUI & ExperienceCollapse noisy messages (Think, Bash, etc.) in conversations.
dsh-web-ui-notifyNotificationsDesktop notification reminders.
dsh-webbridgeIntegrationsDSH meets Kimi WebBridge.
dsh_workflowWorkflow & AutomationUltraCode-style multi-agent orchestration: a generatable, savable, governable, observable, resumable workflow layer.
ex-settingUI & ExperienceSettings extensions for DSH.
fabricDevelopment & RuntimeAn MC-Fabric-style hook processor.
nowledge-mem-deepseek-harnessMemory & KnowledgeOne memory layer for every AI tool and agent: Context Bundle injection, prompt-time recall, MCP tools, and turn-end DSH thread capture.
plugin-templateDevelopment & RuntimePlugin template repo (based on the official turtle-ui repo).
Qwen-MM-PluginsVision & Computer UseQwen multi-modal plugin support.
sandbox-microDevelopment & RuntimeSupport for the microsandbox backend.
sandbox-mxcDevelopment & RuntimeMicrosoft cross-platform sandbox support.
sandbox-nonoDevelopment & RuntimeSupport for the nono sandbox backend.
telegramIntegrationsBridge to the Telegram Bot API: long polling, per-chat sessions, HTML formatting.
ui-status-labelUI & ExperienceCustomize the "deep diving" thinking status label to anything you like.
web-componentsUI & ExperienceWeb Components support.
whale-girlJust for FunDesktop pet (QQ-pet style): floats in the corner, draggable, feedable, playable.