[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-94723":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":16,"stars30d":17,"stars90d":15,"forks30d":15,"starsTrendScore":15,"compositeScore":18,"rankGlobal":9,"rankLanguage":9,"license":19,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":20,"hasPages":20,"topics":22,"createdAt":9,"pushedAt":9,"updatedAt":41,"readmeContent":42,"aiSummary":43,"trendingCount":15,"starSnapshotCount":15,"syncStatus":13,"lastSyncTime":44,"discoverSource":45},94723,"awesome-deepseek-harness","0xsline\u002Fawesome-deepseek-harness","0xsline","DeepSeek Harness (DSH) ecosystem: curated plugins, tools, and infrastructure from dsh-external\u002Fhub and the public dsh-plugin topic.",null,"Python",667,235,2,3,0,80,285,81.12,"Creative Commons Zero v1.0 Universal",false,"main",[23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40],"agent","ai","ai-agents","ai-tools","awesome","awesome-list","coding-assistant","curated-list","deepseek","deepseek-harness","developer-tools","dsh","dsh-plugin","dsh-plugins","harness","llm","mcp","plugins","2026-08-24 04:01:22","\u003Cp align=\"center\">\n\t\u003Ca href=\"README.md\">English\u003C\u002Fa>&nbsp;&nbsp;|&nbsp;&nbsp;\n\t\u003Ca href=\"README.zh-CN.md\">简体中文\u003C\u002Fa>\n\u003C\u002Fp>\n\n\u003Cbr>\n\n\u003Cdiv align=\"center\">\n\t\u003Cimg width=\"640\" src=\"assets\u002Fbanner.jpg\" alt=\"Awesome DeepSeek Harness\">\n\u003C\u002Fdiv>\n\n# Awesome DeepSeek Harness [![Awesome](https:\u002F\u002Fawesome.re\u002Fbadge.svg)](https:\u002F\u002Fawesome.re)\n\n\u003C!-- BANNER: luminous DeepSeek whale with agent-orchestration harness (1280×480) -->\n\n\u003Cp align=\"center\">\n\t\u003Ca href=\"#install\">Install\u003C\u002Fa>&nbsp;&nbsp;&nbsp;\n\t\u003Ca href=\"contributing.md\">Contribution guide\u003C\u002Fa>&nbsp;&nbsp;&nbsp;\n\t\u003Ca href=\"https:\u002F\u002Fdeepseekdocs.com\u002F\">DeepSeek Docs\u003C\u002Fa>&nbsp;&nbsp;&nbsp;\n\t\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Ftopics\u002Fdsh-plugin\">Public plugin topic\u003C\u002Fa>&nbsp;&nbsp;&nbsp;\n\t\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fissues\">Issues\u003C\u002Fa>&nbsp;&nbsp;&nbsp;\n\t\u003Ca href=\"CATALOG.md\">完整目录\u003C\u002Fa>&nbsp;&nbsp;&nbsp;\n\u003C\u002Fp>\n\n\u003Cbr>\n\n\u003Cp align=\"center\">\n\t\u003Cb>Curated DeepSeek Harness (DSH) ecosystem: plugins, tools &amp; infrastructure. Sources: dsh-external\u002Fhub catalog and the public GitHub dsh-plugin topic.\u003C\u002Fb>\u003Cbr>\n\u003C\u002Fp>\n\n\u003Cbr>\n> Note: the GitHub [`dsh-plugin` topic](https:\u002F\u002Fgithub.com\u002Ftopics\u002Fdsh-plugin) is public; some `dsh-external` repository links may still require org access.\n\n## Contents\n\n- [Install](#install)\n- [Core](#core)\n- [Agents & Orchestration](#agents--orchestration)\n- [Context & Search](#context--search)\n- [Input & Editing](#input--editing)\n- [UI & Experience](#ui--experience)\n- [IDE & Clients](#ide--clients)\n- [Browser & Remote](#browser--remote)\n- [Models & Inference](#models--inference)\n- [Git & Engineering](#git--engineering)\n- [Output & Deliverables](#output--deliverables)\n- [Notifications & Channels](#notifications--channels)\n- [Fun & Lifestyle](#fun--lifestyle)\n- [Infrastructure & Development](#infrastructure--development)\n- [Data & Market](#data--market)\n- [Science & Research](#science--research)\n- [Related](#related)\n- [Thanks](#thanks)\n\n## Install\n\nInstall the official runtime with Node.js:\n\n```sh\nnpx @deepseek-ai\u002Fdsh web\n```\n\nInstall an external profile bundle with pnpm on your `PATH`:\n\n```sh\ndsh plugin --profile web add \"github:owner\u002Frepo#ref\"\n```\n\n`dsh plugin` forwards package operations to pnpm, so npm, Git\u002FGitHub, local path, `file:` and `link:` package specs are supported. Only packages declaring `dsh.bundle.patch` become active profile layers; plain dependencies remain installed but inactive. Restart `dsh --profile web` after installing or updating a bundle.\n\nThe former `&path:` sub-path and Repository Plugin installation forms are not part of the current official bundle flow; use an installable package that declares `dsh.bundle.patch`.\n\nManagement panel: Settings → Plugins.\n\n## Core\n\n- [dsh-deepresearch](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-deepresearch) - DeepResearch plugin (cordis).\n- [dsh-plan-execute](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-plan-execute) - Dual-model plan\u002Fexecute routing: planner model thinks, executor model acts.\n- [dsh-toolkit](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-toolkit) - Zero-dependency tool suite (calculator\u002Fcsv\u002Fdiff\u002Fencoding\u002Fjson\u002Fmarkdown\u002Fregex\u002Ftime).\n- [dsh-deep-research](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-deep-research) - Adaptive deep-research orchestrator (workflow engine).\n- [dsh-101](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-101) - DSH documentation reading mode.\n- [dsh-client-ui-plan-execute](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-client-ui-plan-execute) - Web Settings row for plan\u002Fexecute model routing.\n\n- [dsh_workflow](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh_workflow) - Dynamic workflow for DSH (placeholder).\n- [dsh-equip-engine](https:\u002F\u002Fgithub.com\u002Fwuykjl\u002Fdsh-equip-engine) - Task-driven plugin equip engine: dual retrieval (curated rules + LLM semantic), combo scoring (synergy\u002Fconflict\u002Fcost\u002Ftrust), conflict detection and install-command export.\n\n\n## Agents & Orchestration\n\n- [xiehuan123\u002Fcoding-coach](https:\u002F\u002Fgithub.com\u002Fxiehuan123\u002Fcoding-coach) - Coding Coach: 35-skill bundle plus a full agent preset for non-developers (8-stage idea-to-launch pipeline; engineering\u002Fproduct\u002FUI skills).\n- [dsh-collaboration](https:\u002F\u002Fgithub.com\u002FSocialist-Sister\u002Fdsh-collaboration) - Multi-agent collaboration suite: user-configured specialist roster, persistent on-demand dispatch (team_call\u002Fteam_message\u002Fteam_status\u002Fteam_close), clone instances, star-topology relay, model comparison and a multimodal vision bridge.\n- [dsh-plans](https:\u002F\u002Fgithub.com\u002FOptim-Agent\u002Fdsh-plans) - Planning-first agent preset: research repository changes into traceable Markdown plans, refine them through reviewer\u002Fcriticizer subagent rounds, then execute as a DSH goal with a verifier checklist.\n- [dsh-agent-team-gui](https:\u002F\u002Fgithub.com\u002Ftoolclub\u002Fdsh-agent-team-gui) - Global persistent agent squads with per-agent model\u002Ftool policies: manage them in Settings, select and toggle one per conversation, then collaborate on normal sends in a fixed or model-planned order.\n\n## Context & Search\n\n- [xiehuan123\u002Fdsh-deepread](https:\u002F\u002Fgithub.com\u002Fxiehuan123\u002Fdsh-deepread) - DeepRead: deep-reading assistant with five modes (quick\u002Fdeep\u002Fknowledge-map\u002FFeynman reading\u002Fbook), WeChat links, local PDF (pure-JS extractor), optional MD\u002FFreeMind\u002FHTML export.\n- [dsh-context](https:\u002F\u002Fgithub.com\u002Fbowenliang123\u002Fdsh-context) - Context insight panel: see what the model's context window is made of and how it evolves — composition vs. window size, per-request history, compression\u002Finjection events, and per-message token stats.\n- [dsh-bookmarks](https:\u002F\u002Fgithub.com\u002Fpenguin-oo\u002Fdsh-bookmarks) - Bookmark finalized assistant replies with notes and tags; a cross-session center with search, tag filter, session jump and one-click Markdown export (Alt+B toggles the panel).\n- [billion-context-dsh](https:\u002F\u002Fgithub.com\u002FTyan66666\u002Fbillion-context-dsh) - Model-driven context compression (ACP) for DeepSeek Harness, ported from billion-context-pi; the model decides when and what to compress.\n- [context-vista](https:\u002F\u002Fgithub.com\u002FGooodWei\u002Fcontext-vista) - A right-side floating panel and \u002Fcontext command for DeepSeek Harness — a live donut chart of context token usage, allocation, and estimated cost.\n- [dsh-context-doctor](https:\u002F\u002Fgithub.com\u002FZhenyu98\u002Fdsh-context-doctor) - See exactly what every request carries: token cost of the AGENTS.md chain, skill catalog and tool schemas, with duplicate\u002Fconflict detection and actionable pruning tips (Web UI gauge + context_audit tool).\n- [dsh-mcp-lens](https:\u002F\u002Fgithub.com\u002Flabmimors\u002Fdsh-mcp-lens) - Progressive-disclosure MCP gateway that searches large remote tool catalogs through two stable interfaces, then calls selected tools with exact schemas, lazy connections and bounded caches.\n- [dsh-cot-summary](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-cot-summary) - External Summary-CoT plugin workspace.\n- [dsh-explain](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-explain) - Learning mode that explains each agent step (WIP).\n- [dsh-file-mount](https:\u002F\u002Fgithub.com\u002Facefun29\u002Fdsh-file-mount) - Incremental file mounting with read dedupe: mounted line ranges are never re-sent to the model, on-disk changes invalidate and remount, with a Mounted Files tab and token-savings accounting.\n- [dsh-learn-everything](https:\u002F\u002Fgithub.com\u002Fcendaifeng\u002Fdsh-learn-everything) - Feynman learning-mode plugin: teach → teach-back → judge → re-explain loop rendered as rich HTML lesson cards (mermaid diagrams + shiki code highlighting).\n- [dsh-memory-vault](https:\u002F\u002Fgithub.com\u002Fflymysql\u002Fdsh-memory) - Cross-session memory vault: memory_remember \u002F memory_recall \u002F memory_forget tools, latest entries injected into system-prompt assembly, Settings page (记忆库 \u002F Memory).\n- [dsh-session-search](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-session-search) - Index-free read-only search across dsh\u002FCodex\u002FClaude Code\u002Fpi\u002FOpenCode sessions.\n- [cross-harness-cite](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fcross-harness-cite) - Cite past conversations across harnesses.\n- [task-passport](https:\u002F\u002Fgithub.com\u002Fdongsheng123132\u002Ftask-passport) - Carry durable task state across DeepSeek Harness, WorkBuddy, Claude Code and Codex with machine-readable checkpoints and optimistic locking.\n- [dsh-session-cluster](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-session-cluster) - Session clustering.\n- [session-chatlog](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fsession-chatlog) - Session chat logs.\n- [dsh-memoria](https:\u002F\u002Fgithub.com\u002Fjiayan-xu\u002Fdsh-memoria) - Memoria memory backend for dsh: 4 tools (observe\u002Fremember\u002Fsearch\u002Frecall) into a vector+graph memory layer (memoria) with namespace isolation, auto-write (turn-end observe + positive-feedback -> importance-5 remember) and hot-reload settings.\n- [dsh-memory-evolve](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-memory-evolve) - Cross-session long-term memory + background self-evolution (5-track memory\u002Fgit-branch awareness\u002Fskill evolution).\n- [dsh-memory-gate](https:\u002F\u002Fgithub.com\u002FGIT121995\u002Fdsh-memory-gate) - Bounded local long-term memory with CBDC (Claim→Belief→Decision→Consumption) authority gating: SQLite + FTS5 claims, scoped dual-channel recall, \u002Fmemory management commands, ≤3-claim\u002F1200-char injection per call, no extra model call.\n- [dsh-engram-relay](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-engram-relay) - Built-in \u003C1B model for 100k-equivalent long memory with causal-graph wake-up.\n- [dsh-mneme](https:\u002F\u002Fgithub.com\u002Fmodusensus\u002Fdsh-mneme) - Cross-session memory with memory sovereignty: SQLite + human-editable Markdown mirror, autoDream consolidation with self-correction (update decisions), failure tracking, and fully-offline semantic search (local embedding \u002F rerank \u002F clustering), 233 tests.\n- [dsh-mnemon](https:\u002F\u002Fgithub.com\u002Fomdsh-dev\u002Fdsh-mnemon) - Mnemon-powered local memory system: three-tier memory (runtime hot memory \u002F project Documents \u002F long-term Memory Spaces) with supervised writeback, retrieval tools, and Web UI.\n- [zotero-harvest](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fzotero-harvest) - Zotero library integration.\n- [url-manager](https:\u002F\u002Fgithub.com\u002FPiccolo123\u002Furl-manager) - Agent-first URL collection & knowledge management: save links from any platform, auto-categorize\u002Ftag, full-text search, shared categories, and deliver results as magic-link cards. Zero setup — agents auto-register on first use.\n- [url-manager-mcp](https:\u002F\u002Fgithub.com\u002FPiccolo123\u002Furl-manager-mcp) - MCP server companion for url-manager: 21 tools (mcp__url_manager__*) for save\u002Fsearch\u002Fcategorize\u002Fshare and magic-link delivery. Stdio or streamable-http.\n- [zotero-wave-rag](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fzotero-wave-rag) - Zotero RAG retrieval.\n- [dsh-data-agent](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-data-agent) - Let the model connect to databases and write SQL.\n- [dsh-easy-ctx-manager](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-easy-ctx-manager) - Context management: context saving and more (cordis).\n- [dsh-kb-sieve](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-kb-sieve) - Knowledge-base plugin: build auditable KB packages (references + SQL).\n- [dsh-payload-capture](https:\u002F\u002Fgithub.com\u002Fmoeblack\u002Fdsh-payload-capture) - Capture every upstream model API payload to JSON (debug & observability).\n- [dsh-memento](https:\u002F\u002Fgithub.com\u002FPerryLink\u002Fdsh-memento) - Bounded, layered, approval-gated, auditable cross-session memory: typed ctx.memory seam, zero-dependency SQLite provider, memory tool and frozen snapshot injection.\n- [dsh-news-plugin](https:\u002F\u002Fgithub.com\u002Fcanghai666x\u002Fdsh-news-plugin) - RSS news fetch tool: grabs 10+ CN\u002FEN feeds into structured items (title\u002Flink\u002Fsource\u002Fdate\u002Fsummary) with per-source timeout, ready for model-side scoring and briefing (cordis).\n- [dsh-news-briefing](https:\u002F\u002Fgithub.com\u002Fcanghai666x\u002Fdsh-news-briefing) - News briefing skill: 5-dimension scoring (story\u002Ftimeliness\u002Fdepth\u002Ffun\u002Funiqueness), anti-clickbait writing rules, Tier-based content preference, de-AI-style Chinese writing guide.\n- [dsh-web-novel-research](https:\u002F\u002Fgithub.com\u002Fcanghai666x\u002Fdsh-web-novel-research) - Chinese web-novel plot lookup skill: free mirror-site workflow (GBK decoding, cross-volume duplicate chapter disambiguation, multi-source completion check) without paid sources.\n- [dsh-web-search-exa](https:\u002F\u002Fgithub.com\u002FTonyDua\u002Fdsh-web-search-exa) - Zero-config Exa web search provider: keyless anonymous MCP fallback (mcp.exa.ai\u002Fmcp) plus keyed REST search, for the ctx.web seam.\n- [dsh-web-search-pro](https:\u002F\u002Fgithub.com\u002Fanweat\u002Fdsh-web-search-pro) - Persistent enhanced web search for DSH: multi-engine routing (DeepSeek\u002FExa\u002FDDG\u002FBing\u002FJina + GitHub\u002FBilibili\u002FYouTube\u002FV2EX\u002FXiaohongshu\u002FTwitter\u002FReddit\u002FRSS), SQLite+LRU cache, userscript-style extraction, Playwright rendering.\n- [dsh-session-archive](https:\u002F\u002Fgithub.com\u002Flbh1nb\u002Fdsh-plugins\u002Ftree\u002Fmain\u002Fpackages\u002Fdsh-session-archive) - Settings section to view archived sessions and permanently delete dead conversations (two-step confirm, running sessions locked).\n- [dsh-engramory](https:\u002F\u002Fgithub.com\u002Ftinqiao-oss\u002Fengramory\u002Ftree\u002Fmaster\u002Fadapters\u002Fdsh) - File-based curated memory: a line\u002Fbyte-capped `MEMORY.md` index plus one markdown file per fact, versioned with git and readable without a tool. The cap is enforced through `ctx.tools.guard()` rather than asked for in a prompt, and the protocol is registered as a runtime skill; the same store is also read by Claude Code, Codex, Kiro, and OpenClaw.\n- [plur-ai\u002Fdsh-plugin](https:\u002F\u002Fgithub.com\u002Fplur-ai\u002Fdsh-plugin) - PLUR persistent memory: engrams are rendered into the system prompt on each assembly rather than sitting behind a tool call, so recall needs no round trip and the block never accumulates in context; fully local search (BM25 + BGE), plain YAML storage you can edit, per-workspace scoping, and a \u002Fplur-memory viewer.\n\n\n- [moguiyu\u002Fdsh-tavily](https:\u002F\u002Fgithub.com\u002Fmoguiyu\u002Fdsh-tavily) - Tavily search with multiple API keys, key rotation\u002Ffailover, usage gauge, and a settings card for DSH.\n- [dsh-continual-evolve](https:\u002F\u002Fgithub.com\u002FZK-Andy\u002Fdsh-continual-evolve) - Continual self-evolution: versioned, auditable, rollback-safe harness state (prompt notes, memories, skills, subagent specs) refined from session trajectories.\n\n## Input & Editing\n\n- [dsh-better-sidebar-plugin-office](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-better-sidebar-plugin-office) - Office integration for DSH-better-sidebar.\n- [dsh-message-edit](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-message-edit) - Branch-based message editing \u002F reroll \u002F retry \u002F version timeline.\n- [dsh-prompt-studio](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-prompt-studio) - Edit system-prompt sections with live preview.\n- [dsh-paste-input](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-paste-input) - Ctrl+V paste files \u002F drag & drop \u002F picker.\n- [dsh-drag-and-drop](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-drag-and-drop) - Cross-platform drag & drop with original path insertion.\n- [dsh-file-uploads](https:\u002F\u002Fgithub.com\u002Fl541402398\u002Fdsh-file-uploads) - Upload arbitrary local files from the Web composer, show pending cards, and manage stored files in Settings.\n- [dsh-input-history](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-input-history) - Input history.\n- [dsh-multimedia-webui-input](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-multimedia-webui-input) - Multimedia file\u002Ffolder input.\n- [dsh-office](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-office) - Office file read\u002Fwrite bundle: model edits Office files, docx\u002Fpdf preview in web client.\n- [dsh-chat-import](https:\u002F\u002Fgithub.com\u002FNwflower\u002Fdsh-chat-import) - Import full-fidelity conversation histories from 13 coding agents (Claude Code \u002F Codex \u002F ChatGPT \u002F Cursor \u002F Gemini \u002F Reasonix \u002F opencode \u002F ZCode \u002F Grok Build \u002F OpenClaw \u002F Pi \u002F Hermes \u002F Kimi) as resumable DeepSeek Harness sessions, with reverse export\u002Fsync back to Claude Code.\n- [dsh-file-claim](https:\u002F\u002Fgithub.com\u002FNwflower\u002Fdsh-file-claim) - File claim\u002Frelease protection for parallel DSH sessions on the same workspace (heartbeat stale takeover, pending 3-way merge area).\n- [dsh-sticky-note](https:\u002F\u002Fgithub.com\u002FMeredith2328\u002Fdsh-sticky-note) - Quick sticky notes in the composer: ideas\u002Ffeelings\u002FTODO with Markdown preview, auto-save, one-click send to chat.\n- [dsh-plugin-quote-reply](https:\u002F\u002Fgithub.com\u002FyangYzc\u002Fdsh-plugin-quote-reply) - Select text in a conversation, then quote it into the composer or reply in a new window.\n- [dsh-pathlink](https:\u002F\u002Fgithub.com\u002Fpenguin-oo\u002Fdsh-pathlink) - Ctrl+click file paths and links in chat: paths open their folder in the OS file manager (with the file selected), links open in a new browser tab.\n- [@picgo\u002Fdsh-plugin](https:\u002F\u002Fgithub.com\u002FPicGo\u002Fdsh-plugin) - Official PicGo plugin: upload local files to your image host and get public URLs, reusing the hosts and uploader plugins already configured in PicGo.\n\n- [dsh-suggested-replies](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-suggested-replies) - Suggested replies above the DSH Web composer.\n- [dsh-wordbox](https:\u002F\u002Fgithub.com\u002Farcmosin\u002Fdsh-wordbox) - Persistent common-word\u002Fphrase panel beside the composer input with global\u002Fcurrent-project buckets and one-click insert.\n- [dsh-voice-webspeech](https:\u002F\u002Fgithub.com\u002Fanweat\u002Fdsh-voice-webspeech) - Browser Web Speech API voice input for DSH: zero server, zero keys, zero model downloads (Edge=Azure, Chrome=Google speech).\n- [dsh-plugin-anydoc](https:\u002F\u002Fgithub.com\u002Fbeancookie\u002Fdsh-plugin-anydoc) - This plugin exports a reusable function that takes a file path or a Buffer, extracts the content via @firecrawl\u002Fanydoc, and returns GitHub‑Flavored Markdown (GFM). It also includes configuration options and an example usage.\n- [dsh-attachment-upload](https:\u002F\u002Fgithub.com\u002Flbh1nb\u002Fdsh-plugins\u002Ftree\u002Fmain\u002Fpackages\u002Fdsh-attachment-upload) - Composer attach button: uploads files into the workspace's .dsh-attachments directory and inserts the path into the draft.\n- [dsh-steer-button](https:\u002F\u002Fgithub.com\u002Flbh1nb\u002Fdsh-plugins\u002Ftree\u002Fmain\u002Fpackages\u002Fdsh-steer-button) - Always-visible steer button in the composer: one click injects the draft into the running turn (equals Ctrl\u002FCmd+Enter).\n- [Boliban\u002Fdsh-enter-customizer](https:\u002F\u002Fgithub.com\u002FBoliban\u002Fdsh-enter-customizer) - Take over the system input shortcuts for the chat input box and configure behavior independently for each shortcut.\n\n\n- [PerryLink\u002Fdsh-composer-history](https:\u002F\u002Fgithub.com\u002FPerryLink\u002Fdsh-composer-history) - Terminal-style input history for the web composer: edge-first arrow-key recall with exact draft\u002Fcaret restore, browser-local persisted history, Ctrl+R reverse search, and sliding-context awareness (compaction summaries join recall and search).\n\n## UI & Experience\n\n- [dsh-token-pet](https:\u002F\u002Fgithub.com\u002Fpk7j7sqryy-ops\u002Fdsh-token-pet) - Cute token-usage pet in the session header: live context occupancy, per-session usage and breakdown, plus date\u002Fweekday, weather, 3-day forecast and severe-weather alerts, all theme-aware.\n- [dsh-office](https:\u002F\u002Fgithub.com\u002FFayelin12\u002Fdsh-office) - Office workspace & session dashboard: a floating 6-column sprite panel visualizing workspaces, sessions, token usage and subagents.\n- [dsh-spotlight](https:\u002F\u002Fgithub.com\u002F0xsline\u002Fdsh-spotlight) - Keyboard-first command palette for DeepSeek Harness Web.\n- [dsh-sticky-disclosure](https:\u002F\u002Fgithub.com\u002FHan-1413141\u002Fdsh-sticky-disclosure) - Pins off-screen expanded Think\u002Ftool\u002Fcommand labels to the top of the DSH Web conversation and collapses every expanded section in one click (custom hotkey).\n- [dsh-better-model-selector](https:\u002F\u002Fgithub.com\u002FKhellendros97\u002Fdsh-better-model-selector) - Splits the composer model selector into a searchable, favorite-marking dropdown and a reasoning-effort slider, with Ctrl+P \u002F Ctrl+T quick-switch shortcuts.\n- [dsh-catppuccin](https:\u002F\u002Fgithub.com\u002Fzhijun-dai\u002FCatppuccin-dsh-theme) - Catppuccin theme plugin: Latte \u002F Frappé \u002F Macchiato \u002F Mocha skins for the DSH Web theme runtime.\n- [solarized-dsh-theme](https:\u002F\u002Fgithub.com\u002Fzhijun-dai\u002FSolarized-dsh-theme) - Solarized + Selenized theme plugin: four faithful palettes registered into the DSH Web theme runtime.\n- [arcana](https:\u002F\u002Fgithub.com\u002FGooodWei\u002Farcana) - A floating command deck that lists every slash command in DeepSeek Harness as runnable buttons, sorted by usage.\n- [dsh-aigc-canvas](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-aigc-canvas) - AIGC canvas plugin (cordis).\n- [dsh-deepcel](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-deepcel) - Deepcel spreadsheet skin and standalone distribution.\n- [dsh-deepseek-quota](https:\u002F\u002Fgithub.com\u002Fyingjunnan\u002Fdsh-deepseek-quota) - DeepSeek API balance in a bottom-right floating card on the DSH Web page (auto-refresh + manual refresh).\n- [dsh-diff-viewer](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-diff-viewer) - PiUI-style Web diff viewer replacing the default diff view.\n- [dsh-mobile](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-mobile) - Mobile client plugin (cordis + dsh.plugin.json).\n- [dsh-openpencil](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-openpencil) - OpenPencil design preview and editing plugin.\n- [dsh-design-studio](https:\u002F\u002Fgithub.com\u002FSal7one\u002FDSH-Design-Studio) - Design Studio tab: design briefs become html\u002Fcss\u002Fjs mockups with live preview, element picker, design-agent chat with vision review, identity presets and zip export.\n- [dsh-pin-recall](https:\u002F\u002Fgithub.com\u002Fkerwin2046\u002Fdsh-pin-recall) - Pin assistant replies from the Web action strip and recall them into the next model turn (`\u002Fpin` `\u002Frecall`, with optional wake).\n- [dsh-turn-navigator](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-turn-navigator) - DSH Web turn navigation plugin.\n- [dsh-usage-panel](https:\u002F\u002Fgithub.com\u002FAlfredChaos\u002Fdsh-usage-panel) - Token usage statistics as a Settings page: cumulative KPIs, a six-month activity heatmap, stacked per-model daily bars and a model donut, rescanned read-only from session logs.\n- [dsh-ultra-ui](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-ultra-ui) - Ultra UI plugin (cordis).\n- [dsh-web-billing](https:\u002F\u002Fgithub.com\u002Fbpc-oss\u002Fdsh-web-billing) - RMB\u002FUSD token billing for the DSH web: official-policy auto pricing (incl. peak\u002Foff-peak hours), per-message cost ledger, account balance, locale-driven currency display.\n- [dsh-balance-meter](https:\u002F\u002Fgithub.com\u002FGhost011118\u002Fdsh-balance-meter) - DeepSeek account balance and session cost in the DSH Web composer dock (auto-fetched official pricing, peak\u002Foff-peak support).\n- [dsh-cost-meter](https:\u002F\u002Fgithub.com\u002FHan-1413141\u002Fdsh-cost-meter) - Per-session and daily API cost, budget with usage %, official balance, history dashboard, and one-click official price sync with peak\u002Foff-peak pricing.\n- [dsh-cost-meter](https:\u002F\u002Fgithub.com\u002FSttrevens\u002Fdsh-cost-meter) - Per-turn USD cost in the Web UI: session total in the header and per-turn cost in each message footer, with a hover breakdown (token usage × configurable pricing table).\n- [dsh-plugin-cost](https:\u002F\u002Fgithub.com\u002Fyweilai77-dev\u002Fdsh-plugin-cost) - Session cost estimate in the DSH Web composer dock (tokenUsage × configurable price table, one-click official-price refresh).\n- [dsh-balance-tide](https:\u002F\u002Fgithub.com\u002FhuanyuLv\u002Fdsh-balance-tide) - DeepSeek account balance and session cost under the composer, with a live peak\u002Foff-peak pricing badge (Beijing time), a countdown to the next pricing switch, and hover price tables with usage advice.\n- [dsh-spend](https:\u002F\u002Fgithub.com\u002Fnonewind\u002Fdsh-spend) - Token usage and estimated spend for the DSH web UI: floating panel with per-model \u002F per-day \u002F per-session stats and auto-detected billing plans.\n- [dsh-live-stats](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-live-stats) - Live token estimates and generation TPS.\n- [dsh-view-modes](https:\u002F\u002Fgithub.com\u002FNigelYao\u002Fdsh-view-modes) - DSH Web output modes with Verbose, Normal, and Summary views, semantic grouping for tool calls and thinking, and live execution status.\n- [dsh-tps](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-tps) - TPS meter.\n- [dsh-plugin-workshop](https:\u002F\u002Fgithub.com\u002Fyyyyukari\u002Fdsh-plugin-workshop) - Steam Workshop-style in-app plugin browser: search, hot\u002Fnewest\u002Ftrending windows, Chinese keyword mapping, bilingual translation, plugin-signature filtering, and smart one-click install\u002Fupdate\u002Funinstall with an installed-plugins manager.\n- [dsh-cc-tui](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-cc-tui) - Claude Code-style fullscreen TUI (streaming expand \u002F double-Esc rollback).\n- [dsh-grok-tui](https:\u002F\u002Fgithub.com\u002Fchen-001\u002Fdsh-grok-tui) - TUI built with grok-build.\n- [dsh-pi-tui](https:\u002F\u002Fgithub.com\u002Flqhl\u002Fdsh-pi-tui) - Pi TUI (differential-rendering terminal framework) front end: streaming markdown, thinking collapse, tool cards, slash commands, approval\u002Fquestion overlays, shared dsh session store.\n- [deepseek-harness-tui](https:\u002F\u002Fgithub.com\u002Fopenma-ai\u002Fdeepseek-harness-tui) - Rust\u002Fratatui terminal client that speaks the DSH SDK JSON-RPC protocol directly and runs standalone or as a profile bundle.\n- [DSH-better-sidebar](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002FDSH-better-sidebar) - Sidebar: file rendering\u002Fterminal\u002FGit\u002Fsubagents\u002Fcustom APIs.\n- [dsh-web-panel](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-web-panel) - Embedded terminal dock + Git Review + file view.\n- [dsh-web-review](https:\u002F\u002Fgithub.com\u002FCanglongCl\u002Fdsh-web-review) - Isolated web page previews with element annotations and visual adjustments that guide source edits.\n- [dsh-markdown-preview](https:\u002F\u002Fgithub.com\u002FGitHubJiKe\u002Fdsh-markdown-preview) - In-chat preview for produced files: click a produced-file chip to render Markdown (markdown-it + highlight.js), images, or plain text in the conversation, with system-app open kept one click away.\n- [dsh-mobileweb-adapter](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-mobileweb-adapter) - Mobile\u002FPWA layout adaptation + LAN WebSocket fix.\n- [dsh-subagent-tree](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-subagent-tree) - Subagent tree visualization.\n- [dsh-web-workflow-visualizer](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-web-workflow-visualizer) - Workflow visualization.\n- [dsh-split-panes](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-split-panes) - Split panes.\n- [dsh-ui-progress](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-ui-progress) - Progress indicators.\n- [dsh-skins](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-skins) - Web UI skins.\n- [dsh-skin](https:\u002F\u002Fgithub.com\u002FKinGao294\u002Fdsh-skin) - Codex-style skin switcher + custom wallpaper for the Web UI: curated --dsw-alias-* palettes and a translucent wallpaper layer with opacity\u002Fblur controls.\n- [dsh-chat-thumb](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-chat-thumb) - Chat thumbnails (cordis).\n- [show-bash-command](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fshow-bash-command) - Show actual command content instead of descriptions.\n- [turtle-ui](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fturtle-ui) - Official UI plugin reference implementation.\n- [@zhaoolee\u002Fdsh-notes](https:\u002F\u002Fgithub.com\u002Fzhaoolee\u002Fnotes) - Export DSH conversations as Smartisan Notes-style PNGs, or create and update Markdown notes in a configured account-scoped workspace.\n- [deepseek-harness-desktop](https:\u002F\u002Fgithub.com\u002Fchyra-moon\u002Fdeepseek-harness-desktop) - Native Windows desktop shell: 1:1 official web UI with embedded server hosting, tray and auto-recovery.\n- [Harness Desktop](https:\u002F\u002Fgithub.com\u002Fbaiyuscc13724-max\u002Fdeepseek-harness-desktop) - Windows desktop app for the official DSH Web UI with a Chinese installer and portable build, quick themes, an in-app plugin marketplace, separate main\u002Fsubagent model selection, and verified updates.\n- [dsh-desktop](https:\u002F\u002Fgithub.com\u002Ffoolgry\u002Fdsh-desktop) - Download-and-run Electron desktop build (macOS\u002FWindows installers): no Node.js or terminal needed, tracks upstream `@deepseek-ai\u002Fdsh` releases automatically, with built-in web UI and auto-update.\n- [deepseek-harness-desktop](https:\u002F\u002Fgithub.com\u002Ffendouai\u002Fdeepseek-harness-desktop) - Tauri 2 desktop distribution of DeepSeek Harness with the complete Web UI, a supervised local sidecar, and a bundled Node.js 24 runtime (macOS\u002FLinux\u002FWindows).\n- [DeepSeek Harness Desktop](https:\u002F\u002Fgithub.com\u002Fchokwinlee\u002Fdeepseek-harness-desktop) - Self-contained macOS\u002FWindows desktop host for the official DSH Web UI; macOS uses Tauri\u002FWKWebView and ships sub-90 MB DMGs with the Harness runtime bundled.\n- [dsh-milestone](https:\u002F\u002Fgithub.com\u002FSnowCrescenter-tech\u002Fdsh-milestone) - Right-side dot-timeline rail to jump between user messages.\n- [dsh-turn-index](https:\u002F\u002Fgithub.com\u002FSimon314620\u002Fdsh-turn-index) - Turn-index sidebar: one entry per user turn, click to jump, scroll-spy highlighting.\n- [dsh-outline](https:\u002F\u002Fgithub.com\u002Furzeye\u002Fdsh-outline) - Real-time conversation outline panel for the DSH Web session page: a tree of user questions and Markdown headings (H1-H6) that updates live while streaming, with click-to-jump highlight, expand-depth control, search, and per-session favorites.\n- [dsh-web-attention-badge](https:\u002F\u002Fgithub.com\u002FLuaphes\u002Fdsh-web-attention-badge) - Attention reminders: frame badge, tab-title count and whale-favicon recolor for sessions waiting for input or finished unopened.\n- [dsh-plugin-description](https:\u002F\u002Fgithub.com\u002FMysaDC\u002Fdsh-plugin-description) - Adds bilingual (zh\u002Fen) descriptions to every plugin card on the Web Settings plugin list; publishes a `pluginDescriptions` service for other plugins to register their own.\n- [dsh-builtin-toggles](https:\u002F\u002Fgithub.com\u002FStarfie1d1272\u002Fdsh-builtin-toggles) - Human-readable catalog for official DSH Web built-ins with status explanations and an audited set of safe UI toggles.\n- [dsh-hud](https:\u002F\u002Fgithub.com\u002Fa903067276-rgb\u002Fdsh-hud) - HUD status panel: git status, MCP servers, skills, model and token usage in a floating side panel.\n- [dsh-file-mentions](https:\u002F\u002Fgithub.com\u002Fa903067276-rgb\u002Fdsh-file-mentions) - Clickable file paths in DSH replies: Codex-style inline open, 📂 reveal in file manager, and a mentioned-files chip list at the turn tail.\n- [dsh-auto-continue](https:\u002F\u002Fgithub.com\u002FHsiangNianian\u002Fdsh-auto-continue) - Auto-resumes interrupted DSH Web requests: sends a queued 「继续」 after network\u002Ftimeout\u002Fhost-crash failures, with error classification, adaptive backoff, templated continue text and browser notifications; everything configurable from the plugin settings card.\n- [dsh-trajectory-debug](https:\u002F\u002Fgithub.com\u002Fdevmom\u002Fdsh-trajectory-debug) - Trajectory waterfall, deterministic replay, breakpoints, edit-and-rerun, fork compare and performance analytics for DeepSeek Harness.\n- [dsh-plugin-colorscheme](https:\u002F\u002Fgithub.com\u002FCivitasv\u002Fdsh-plugin-colorscheme) - Web UI colorscheme plugin: switch and persist themes from Settings, with 8 built-in open-source presets plus custom themes.\n- [dsh-plugin-setting-mcp](https:\u002F\u002Fgithub.com\u002FCeelog\u002Fdsh-plugins\u002Ftree\u002Fmain\u002Fsrc\u002Fplugins\u002Fdsh-plugin-setting-mcp) - Manage MCP servers from the Web settings panel, with add, edit, remove, enable\u002Fdisable and hot reload on save.\n- [dsh-theme-plugin](https:\u002F\u002Fgithub.com\u002FBeiZi6\u002Fdsh-theme-plugin) - Theme studio for the DSH Web GUI: five built-in presets plus fully customizable light\u002Fdark palettes (accent, background, foreground, UI and code fonts, translucent sidebar, contrast), hot-swapped instantly and persisted in localStorage.\n- [dsh-opencodego-usage](https:\u002F\u002Fgithub.com\u002FBeiZi6\u002Fdsh-opencodego-usage) - OpenCodeGo quota monitor for the DSH Web GUI: a breathing indicator at the input's bottom-right (green\u002Fyellow\u002Fred by remaining share), a liquid-glass panel with rolling\u002Fweekly\u002Fmonthly usage windows and reset times, auto-refreshing every 30 s; API key read from DSH credentials.\n- [dsh-smooth-stream](https:\u002F\u002Fgithub.com\u002FSpookySandwich\u002Fdsh-smooth-stream) - Better streaming text animation for DeepSeek Harness.\n- [dsh-whale-switch](https:\u002F\u002Fgithub.com\u002Fbowen507\u002Fdsh-whale-switch) - Minimal on\u002Foff loop: a desktop shortcut launches dsh web, and an animated whale button (hover to arm, click to dive) shuts it down gracefully and closes the tab.\n- [dsh-trajectory-reader](https:\u002F\u002Fgithub.com\u002Fflyingtimes\u002Fdsh-trajectory-reader) - A 轨迹解读 (trajectory interpretation) tab that summarizes each user round — what was wanted, how the assistant thought and executed, files\u002Fcommands\u002Ferrors — via a rules engine plus optional LLM narrative; user messages stay verbatim.\n- [dsh-session-manager](https:\u002F\u002Fgithub.com\u002FSemidia\u002Fdsh-session-manager) - Right-click context menu on sidebar conversation rows: pin, rename, archive, fork, mark unread, copy cwd\u002Fid\u002Ftitle\u002Fdeep-link, open in explorer\u002Fnew window.\n\n- [dsh-cost-crystal](https:\u002F\u002Fgithub.com\u002Fxxvk\u002Fdsh-cost-crystal) - Floating cost crystal for the DSH Web UI: balance card, real-time tok\u002Fs, peak\u002Foff-peak billing countdown, last-24h spend, and a 🔮 next-message cost forecast, all timezone-aware.\n## IDE & Clients\n\n- [dsh4vscode](https:\u002F\u002Fgithub.com\u002FDoggyHU\u002Fdsh4vscode) - VS Code chat windows backed by the DSH agent: OpenCode-style independent sessions, model auto-routing (Flash\u002FPro\u002FPro Max).\n- [dsh-plugin-open-editor](https:\u002F\u002Fgithub.com\u002FCivitasv\u002Fdsh-plugin-open-editor) - Open the current workspace in your local editor (VS Code, Cursor, JetBrains, Vim, ...) from the session header.\n- [dsh-open-with](https:\u002F\u002Fgithub.com\u002FChuanTianML\u002Fdsh-open-with) - Open registered DSH workspaces from the Web UI in detected or configured local editors, terminals, or file managers, with a remembered per-browser preference.\n- [DSH-for-VSC](https:\u002F\u002Fgithub.com\u002Fyauntyour\u002FDSH-for-VSC) - VS Code extension embedding the DSH WebUI as an editor panel: sidebar console with service status and start\u002Fstop, hidden auto-restart, status-bar indicator and run logs.\n- [dsh-gui](https:\u002F\u002Fgithub.com\u002Fxuboboo\u002Fdsh-gui) - Third-party Windows desktop client for DeepSeek Harness: native window, branded theme & splash, startup crash fixes, token usage statistics.\n- [DSH Studio](https:\u002F\u002Fgithub.com\u002FMoresyl\u002Fdsh-studio) - Cross-platform Rust\u002FTauri desktop shell that supervises `dsh web`, reclaims process trees, selects free ports, and publishes Windows\u002FLinux\u002FmacOS installers without forking the upstream UI.\n- [DSH Deck](https:\u002F\u002Fgithub.com\u002FSocialist-Sister\u002Fdsh-deck) - Unofficial Electron desktop shell for the official DSH Web UI (same code, same data): attach-to-existing-harness mode prevents dual-writer session corruption, session-log relocated to the session row menu, tray residency, single portable exe.\n\n## Browser & Remote\n\n- [dsh-browser-panel](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-browser-panel) - Headed browser embedded in the WebUI, model-driven (Codex-style, zero vision deps).\n- [dsh-builtin-browser](https:\u002F\u002Fgithub.com\u002Fwqty123\u002Fdsh-browser) - Shared real browser for DSH: a visible browser window the human can take over, driven by the agent over CDP (snapshot\u002Fexecute\u002Fcontent\u002Ftab management).\n- [dsh-browser](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-browser) - Chrome sidebar extension.\n- [dsh-deeplink](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-deeplink) - Open DSH WebUI sessions or workspaces directly from URL parameters.\n- [dsh-remote](https:\u002F\u002Fgithub.com\u002Fflymysql\u002Fdsh-remote) - Multi-machine remote workspace: manage many SSH hosts, pick a local or remote workspace in the native Add-workspace flow (system folder \u002F path browse), mirror a remote workspace to a real local folder, and operate it with rw_* tools.\n- [dsh-ssh](https:\u002F\u002Fgithub.com\u002Fjmcc-guo\u002Fdsh-ssh) - AI-managed SSH connections with a live multi-tab terminal panel for DeepSeek Harness.\n- [dsh-lan-access](https:\u002F\u002Fgithub.com\u002FLeon0555\u002Fdsh-lan-access) - LAN access for the Web GUI: 0.0.0.0 bind plus a crypto.randomUUID polyfill for non-secure (LAN HTTP) contexts (npm: dsh-lan-access).\n- [ego-browser](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fego-browser) - Browser agent.\n- [dsh-webbridge](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-webbridge) - Web bridge.\n- [browser4-dsh](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fbrowser4-dsh) - Browser4 AI-native browser engine (skills).\n- [dsh-browser-runtime](https:\u002F\u002Fgithub.com\u002Fanweat\u002Fdsh-browser) - Self-contained browser runtime plugin: Playwright (chromium) + OpenCLI as plugin-local deps (global reuse fallback), exposes a `browser` service and interactive browser tools.\n- [dsh-computer-use](https:\u002F\u002Fgithub.com\u002FZRui-C\u002Fdsh-computer-use) - Text-first computer use: background Chromium control via Playwright\u002FCDP plus accessibility-first macOS control; actions stay pinned to the correct process and window without taking the user's pointer (Developer ID signed, notarized Universal 2 DMG).\n\n\n## Models & Inference\n\n- [dsh-vision](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-vision) - Vision bridge: view_image tool over any OpenAI-compatible VLM (Zhipu free tier by default).\n- [dsh-plugin-vision](https:\u002F\u002Fgithub.com\u002Ftdf1995\u002Fdsh-plugin-vision) - Vision for text-only LLMs: image description \u002F OCR \u002F VQA via free Gemini and GLM vision APIs.\n- [ysr666\u002Fdsh-vision-router](https:\u002F\u002Fgithub.com\u002Fysr666\u002Fdsh-vision-router) - Free vision for text-only agents: built-in keyless vision chain plus pixel tools (Q&A, grounding, crop, pixel diff, colors, OCR, SVG trace, cutout, screenshots); paste an image and it just works — no Python, one-command install.\n- [dsh-vision-proxy](https:\u002F\u002Fgithub.com\u002FFlyvhidbwo\u002Fdsh-vision-proxy) - DeepSeek brain + automatic image transcription: attach images in the GUI and each one is transcribed to text via any OpenAI-compatible VLM before reaching the text-only DeepSeek — a keyed fast path (default qwen3.7-flash; DashScope\u002FZhipu\u002FOpenRouter or any OpenAI-compatible endpoint) with your own key, or local Ollama auto-detected with zero config.\n- [DSH-Multimodal](https:\u002F\u002Fgithub.com\u002Fyauntyour\u002FDSH-Multimodal) - Per-file-type multimodal chains: preset processing models per wildcard convert image\u002Fvideo\u002Faudio files into prompt tokens before they reach the text-only session model, with per-preset fallback chains and a Multimodal settings page.\n- [dsh-advisor](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-advisor) - Second model passively reviews each turn and injects notes.\n- [dsh-clawrouter](https:\u002F\u002Fgithub.com\u002FBlockRunAI\u002Fdsh-clawrouter) - Blocking safety gate: a stronger model rules allow\u002Fdeny\u002Fask on risky tool calls, enforced by the tool executor rather than by prompt. Optional BlockRun x402 route for 67 models, paid per request from a wallet.\n- [dsh-llm-fallbacks](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-llm-fallbacks) - Role-based LLM retry\u002Ffallback strategy.\n- [dsh-pi-adapter](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-pi-adapter) - ExtensionAPI bridge for pi.\n- [dsh-a2a](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-a2a) - Agent2Agent mesh.\n- [dsh-plugin-acn](https:\u002F\u002Fgithub.com\u002Facnlabs\u002Fdsh-plugin-acn) - Join ACN from DeepSeek Harness: register this agent, discover others, send messages, read the inbox. Defaults to the China region.\n- [dsh-acp](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-acp) - Client-neutral ACP adapter.\n- [deepseek-harness-acp](https:\u002F\u002Fgithub.com\u002Fopenma-ai\u002Fdeepseek-harness-acp) - ACP profile plugin and standalone server that exposes the full DSH agent to Zed and other ACP clients while reusing DSH credentials, sessions, and MCP configuration.\n- [dsh-mnemon](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-mnemon) - Mnemonic layer.\n- [dsh-slice-agent-loop](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-slice-agent-loop) - Drop-in agent loop with bounded-slice context engine (cordis).\n- [savemoneybenchmark](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fsavemoneybenchmark) - Cost-reduction benchmark (examples + skills).\n- [dsh-harness-mcp-server](https:\u002F\u002Fgithub.com\u002Fchushixixin\u002Fdsh-harness-mcp-server) - MCP server exposing Harness agent: any MCP client (e.g. Hermes) drives Harness as its 'arms'.\n- [dsh-subagent-tools](https:\u002F\u002Fgithub.com\u002Flynx-gt\u002Fdsh-subagent-tools) - Per-call model \u002F provider \u002F persona \u002F toolFilter overrides for subagent delegation, @preset: references, provider\u002Fmodel composite ids (bundle, no patched files).\n- [dsh-subagent-cwd](https:\u002F\u002Fgithub.com\u002Flynx-gt\u002Fdsh-subagent-cwd) - Extends dsh-subagent-tools with a per-call cwd for subagents and the two in-process provider patches it requires.\n- [dsh-plugin-subagent-director](https:\u002F\u002Fgithub.com\u002FSeverusZh\u002Fdsh-plugin-subagent-director) - Per-subagent LLM provider\u002Fmodel selection with role templates (subagent_role tool).\n- [dsh-subscription-auth](https:\u002F\u002Fgithub.com\u002FKhellendros97\u002Fdsh-subscription-auth) - Subscription OAuth login: use ChatGPT\u002FClaude\u002FGrok\u002FKimi subscription accounts (not API keys) with automatic model discovery.\n- [dsh-llm-oauth](https:\u002F\u002Fgithub.com\u002Fziyou979\u002Fdsh-llm-oauth) - OAuth \u002F subscription-plan LLM login (Grok, GitHub Copilot, OpenAI Codex, Anthropic, OpenRouter): durable credential store with on-request token refresh, no repo patches (Grok\u002FCopilot verified; use Codex with caution).\n- [loongport-dsh](https:\u002F\u002Fgithub.com\u002FSailingLoong\u002Floongport-dsh) - Multi-site relay provider setup: signed provider directory (identity, URLs, models), Settings → LoongPort page for provider and manual API key configuration, OpenAI-compatible routes (npm: loongport).\n- [dsh-llm-fallback](https:\u002F\u002Fgithub.com\u002FVisol-456\u002Fdsh-llm-fallback) - Provider fallback chain: the request head is never rewritten (your picked model stays); on switchable failure it retries through the configured backup targets in order, with a Web UI settings panel.\n- [dsh-smart-route](https:\u002F\u002Fgithub.com\u002FSemidia\u002Fdsh-smart-route) - Smart provider routing: composer-button one-click enable\u002Fdisable, any channel error (including 4xx) auto-falls-back to the next channel, clean model list (single virtual provider).\n- [dsh-sampling-sliders](https:\u002F\u002Fgithub.com\u002FSemidia\u002Fdsh-sampling-sliders) - Composer sampling panel: temperature \u002F maxTokens sliders with hot-apply and persist-to-file modes, applied to every provider via the agent\u002Frequest hook.\n- [dsh-service-control](https:\u002F\u002Fgithub.com\u002FSemidia\u002Fdsh-service-control) - Restart & shutdown buttons in the sidebar footer: graceful appExit shutdown, auto-restart of `dsh web` via a detached helper process.\n- [dsh-output-styles](https:\u002F\u002Fgithub.com\u002FPerryLink\u002Fdsh-output-styles) - Runtime-switchable model output styles with Claude Code outputStyles parity: a \u002Fstyle command, per-session persistence, systemPrompt injection, and a web picker.\n- [NOirBRight\u002Fdsh-llm-ollama](https:\u002F\u002Fgithub.com\u002FNOirBRight\u002Fdsh-llm-ollama) - Ollama Cloud native chat adapter: registers an `ollama-cloud` LLM route with native model discovery (context windows, vision, thinking, tools) and web search\u002Ffetch providers.\n\n## Git & Engineering\n\n- [dsh-git-identity](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-git-identity) - Pin Git commit authorship to the environment identity (gh account + noreply email).\n- [dsh-gh-bridge](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-gh-bridge) - Bridge macOS Keychain GitHub token into sandboxed gh.\n- [dsh-tool-github](https:\u002F\u002Fgithub.com\u002FNEAZ71eve\u002Fdsh-tool-github) - GitHub REST API tools + browser sidebar panel: repos, search, issues, PRs, comments, account binding, and one-click workspace integration.\n- [dsh-atomgit](https:\u002F\u002Fgithub.com\u002Fxiongjiamu\u002Fdsh-atomgit) - AtomGit plugin bundle for DeepSeek Harness: atomgit-skills workflows (plan\u002Fimplement\u002Freview\u002Fmerge issues & PRs), ag CLI, and platform-hosted GitCode MCP tools.\n- [deepseek-harness-action](https:\u002F\u002Fgithub.com\u002FLixiaoyiao\u002Fdeepseek-harness-action) - GitHub Action that runs DeepSeek Harness for pull request review, CI diagnosis, trusted fixes, and issue-to-PR implementation.\n- [dsh-auto-blame](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-auto-blame) - Auto blame.\n- [dsh-bash-rtk](https:\u002F\u002Fgithub.com\u002FDeepTrial\u002Fdsh-bash-rtk) - Routes eligible bash commands through rtk (Rust Token Killer) inside the DSH bash executor to compress tool output and save tokens; safe passthrough when rtk is absent.\n- [dsh-tool-git](https:\u002F\u002Fgithub.com\u002Flxj808624\u002Fdsh-tool-git) - Structured Git tools (status\u002Fdiff\u002Flog\u002Fbranch\u002Fstage\u002Fcommit\u002Fstash\u002Fshow) with a destructive-command guard.\n- [dsh-plugin-check](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-plugin-check) - Plugin health checks (manifest\u002Fpatch format\u002Fbuild pitfalls\u002Fhub status).\n- [dsh-ops-skill](https:\u002F\u002Fgithub.com\u002Fdragon43pp\u002Fdsh-ops-skill) - Read-only DSH runtime reliability kit: versioned redacted state contracts, protected snapshots, review-oriented upgrade diffs, and isolated regression checks; no privileged Docker default. *Folder-based Skill; not a DSH profile bundle.*\n- [dsh-telemetry-redactor](https:\u002F\u002Fgithub.com\u002F030611\u002Fdsh-telemetry-redactor) - Redacts supported secret patterns from the `session-telemetry\u002Frecord` export copy before configured telemetry backends receive it.\n- [dsh-verification-receipt](https:\u002F\u002Fgithub.com\u002F030611\u002Fdsh-verification-receipt) - Writes local JSONL summaries of per-turn tool counts and coarse verification signals without storing prompts, tool arguments, or result text.\n- [dsh-inspect](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-inspect) - Adversarial checkup → fix → review loop.\n- [hermes-dsh-collab](https:\u002F\u002Fgithub.com\u002FCavan-Ou\u002Fhermes-dsh-collab) - Hook DeepSeek Harness into a Hermes pipeline: dispatch-spec template, model-tier routing, orchestrator-run quality gates, git single-writer rule, as a SKILL.md pack (bundle installable).\n- [dsh-alphasolve](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-alphasolve) - AlphaSolve workflow.\n- [mstar-workflow](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fmstar-workflow) - Workflow engine.\n- [dsh-spur](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-spur) - Task engine.\n- [dsh-involute](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-involute) - Embedded task-management engine.\n- [dsh-review-loop](https:\u002F\u002Fgithub.com\u002Fwuxiangru915\u002Fdsh-review-loop) - Incremental diff reviewer: checkpoint-based since-review queue with a Web UI panel, \u002Freview command, and feedback injection into the agent.\n- [dsh-test-runner](https:\u002F\u002Fgithub.com\u002Fsuimi8\u002Fdsh-test-runner) - Structured test runner tool (test_run): auto-detect Vitest\u002FJest\u002Fpytest\u002Fnode:test, run tests, parse failure summaries for the model.\n- [dsh-git-branch-switcher](https:\u002F\u002Fgithub.com\u002Fmixin-ai\u002Fdsh-git-branch-switcher) - Session-header Git branch pill: shows the current workspace branch and switches branches from the Web UI.\n- [dsh-doublecheck](https:\u002F\u002Fgithub.com\u002FPerryLink\u002Fdsh-doublecheck) - Engineering-discipline loop: requirement grilling before edits, red\u002Fgreen test-evidence gates, adversarial delivery review, and a report with per-dimension verification.\n- [dsh-plugin-diff-review](https:\u002F\u002Fgithub.com\u002FCivitasv\u002Fdsh-plugin-diff-review) - Codex-style diff review in a floating panel: per-round session changes plus a git workspace view with stage\u002Frevert\u002Fcommit\u002Fpush and a history timeline.\n- [dsh-yolo-mode](https:\u002F\u002Fgithub.com\u002FSeverusZh\u002Fdsh-yolo-mode) - LLM auto-approval for sandbox escalation requests: presets, per-tool levels, fail-closed.\n- [dsh-auto-review](https:\u002F\u002Fgithub.com\u002FPerryLink\u002Fdsh-auto-review) - Second-model AI auto-review on the approval answerer chain: a read-only reviewer subagent returns structured allow\u002Fdeny verdicts with reasons, fail-closed by default.\n- [dsh-plugin-scheduled-tasks](https:\u002F\u002Fgithub.com\u002FCeelog\u002Fdsh-plugins\u002Ftree\u002Fmain\u002Fsrc\u002Fplugins\u002Fdsh-plugin-scheduled-tasks) - Run per-project prompts in fresh headless agent sessions on one-time, interval or cron schedules, with durable run history.\n- [dsh-permission-rules](https:\u002F\u002Fgithub.com\u002FPerryLink\u002Fdsh-permission-rules) - Declarative allow\u002Fdeny\u002Fask permission rules on the tools\u002Fpre-execute waterfall: tool\u002Fargument\u002Fpath\u002Fagent matching, session-log audit, dry-run mode, hot reload.\n- [dsh-checkpoint-rewind](https:\u002F\u002Fgithub.com\u002FPerryLink\u002Fdsh-checkpoint-rewind) - Claude Code \u002Frewind for DSH: git-first workspace snapshots before every mutating tool, turn-boundary session forks, and a one-shot \u002Frewind command that restores files and forks the session back to a checkpoint.\n- [dsh-lsp-actions](https:\u002F\u002Fgithub.com\u002FPerryLink\u002Fdsh-lsp-actions) - LSP action surface: diagnostics, formatting, completion, code actions, symbols, signature help, inlay hints, and rename tools over real language servers.\n- [dsh-git-status](https:\u002F\u002Fgithub.com\u002FWongzexu\u002Fdsh-git-status) - Specialized in Git branch and status handling: a Git status drawer with a commit DAG lane graph, uncommitted changes\u002Fstash rows, inline diffs, and right-click branch\u002Ftag operations.\n- [dsh-orcana](https:\u002F\u002Fgithub.com\u002FLeo-Ayh-Oday\u002Fdsh-orcana) - Runtime-governance bundles for zero-progress steering, evidence-fresh completion gates, capability disclosure, and Linux sandbox hardening with resource limits, network isolation, fail-closed degradation, and bounded audit logs.\n\n## Output & Deliverables\n\n- [folio](https:\u002F\u002Fgithub.com\u002Fnyantused-cpun\u002Ffolio) - Consulting document-generation engine (intake → memory → methodology → deliverable → proof) as a native DSH plugin stack: 15 tools, session-protocol events, L0 guard, agent preset; swappable methodology packs, zero-key start under DSH.\n\n- [dsh-report-studio](https:\u002F\u002Fgithub.com\u002Fciceroyang\u002Fdsh-report-studio) - Turn a DeepSeek Harness session into deliverable work reports (daily\u002Fweekly\u002Fhandoff\u002Farticle) with verifiable receipts.\n\n\n- [plugin-session-export](https:\u002F\u002Fgithub.com\u002Fwhyihaveyou\u002Fdsh-suite\u002Ftree\u002Fmain\u002Fpackages\u002Fplugins\u002Fplugin-session-export) - Export the append-only session log as human-readable Markdown or HTML, grouped by trajectory source.\n- [dsh-xiaohongshu-viral-note](https:\u002F\u002Fgithub.com\u002Fxuboboo\u002Fdsh-xiaohongshu-viral-note) - Bundled Xiaohongshu\u002FRED viral-note agent skill: hot-note research, note generation\u002Frewrite, verification, authorized account analysis, QR login and controlled publishing.\n\n## Notifications & Channels\n\n- [dsh-feishu-bot](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-feishu-bot) - Feishu bot.\n- [dsh-feishu-notify](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-feishu-notify) - Feishu notifications (session end \u002F input needed).\n- [dsh-lark-meeting-notifier](https:\u002F\u002Fgithub.com\u002Fyeruizhi\u002Fdsh-lark-meeting-notifier) - Feishu meeting reminder: a right-side floating panel listing today's\u002Ftomorrow's Feishu meetings with multi-alarm flashing reminders.\n- [telegram](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Ftelegram) - Channel integration for Telegram.\n- [dsh-telegram-channel](https:\u002F\u002Fgithub.com\u002Fhi-wenw\u002Fdsh-telegram-channel) - Telegram mobile remote for live DSH Web sessions: `\u002Fsessions` picker, bind\u002Funbind, same trajectory as desktop (Codex-style).\n- [harness-remote](https:\u002F\u002Fgithub.com\u002FHyna-hla\u002Fharness-remote) - Third-party mobile remote client for DSH: connect to the PC service over LAN or cpolar (QR auto-connect), stream chat with approval banners, background push notifications, model\u002Fpermission switching.\n- [tg-bot](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Ftg-bot) - Telegram bot.\n- [qqbot](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fqqbot) - QQ bot.\n- [dsh-wecom-bot](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-wecom-bot) - WeCom bot.\n- [dsh-weixin-bot](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-weixin-bot) - WeChat bot.\n- [dsh-im-hub](https:\u002F\u002Fgithub.com\u002FThreeBody6666\u002Fdsh-im-hub) - Multi-platform IM gateway: Feishu (Lark) WebSocket long connection (no public URL), WeCom AES-encrypted callbacks, Telegram long polling; per-chat agent sessions, whitelist access, visual settings card.\n- [dsh-im-bridge](https:\u002F\u002Fgithub.com\u002FMHfire\u002Fdsh-im-bridge) - WeCom (WeChat Work) channel bridge: WebSocket long connection (no public URL), in-process agents with per-sender persistent sessions visible in the Web GUI, customizable persona, streaming progress animation.\n- [DSH-WX-Msg-Tool](https:\u002F\u002Fgithub.com\u002Fyauntyour\u002FDSH-WX-Msg-Tool) - WeChat ClawBot\u002FiLink channel plugin: QR login in DSH Web, message send\u002Fpoll\u002Fstatus tools, background polling, and optional per-sender persistent DSH sessions that automatically reply through WeChat.\n- [super-wechat-bridge](https:\u002F\u002Fgithub.com\u002FQshuai0213\u002Fsuper-wechat-bridge) - WeChat iLink ClawBot bridge: official Tencent iLink protocol, Web UI settings (QR login \u002F model \u002F preset \u002F permissions \u002F session management with delete), 24h auto-renewal pushes a fresh QR before expiry, zero downtime.\n- [dsh-voice-chat](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-voice-chat) - Voice chat.\n- [dsh-web-ui-notify](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-web-ui-notify) - WebUI notifications.\n- [dsh-notify-windows](https:\u002F\u002Fgithub.com\u002FSeverusZh\u002Fdsh-notify-windows) - Windows notifications, zero dependencies.\n- [dsh-ica](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-ica) - ICalingua frontend.\n- [dsh-opencode-server](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-opencode-server) - Smooth TUI via opencode attach.\n- [dsh-teamwork](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-teamwork) - Team collaboration (cordis).\n\n- [plugin-notify](https:\u002F\u002Fgithub.com\u002Fwhyihaveyou\u002Fdsh-suite\u002Ftree\u002Fmain\u002Fpackages\u002Fplugins\u002Fplugin-notify) - IM webhook + local notifications on turn completion \u002F errors \u002F approval requests (Feishu, WeCom, DingTalk, Slack, Discord, custom).\n- [dsh-monitor](https:\u002F\u002Fgithub.com\u002FAbnerAI\u002Fdsh-monitor) - Persistent background watchers (file inbox \u002F command output) that wake the agent on new messages; the harness analog of Claude Code's Monitor tool.\n\n## Fun & Lifestyle\n\n- [dsh-clippy](https:\u002F\u002Fgithub.com\u002Fsjh9714\u002Fclippy-harness) - Clippy revived as an office assistant pet that reacts to real agent state, with a classic \"illegal operation\" dialog on failed turns.\n- [dsh-agent-rp](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-agent-rp) - SillyTavern migration and next-generation agent roleplay for DSH.\n- [dsh-emoji](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-emoji) - Emoji plugin (cordis).\n- [dsh-travel-plugin](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-travel-plugin) - Travel plugin.\n- [dsh-weather](https:\u002F\u002Fgithub.com\u002Fsunshine-lang\u002Fdsh-weather) - Weather tool: current conditions and multi-day forecasts via Open-Meteo (free, no API key).\n- [dsh-pdf](https:\u002F\u002Fgithub.com\u002Fsunshine-lang\u002Fdsh-pdf) - PDF toolbox: extract text, metadata, and page ranges via pdfjs-dist (local, no API key).\n- [dsh-ui-whale](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-ui-whale) - Pixel whale companion (blink\u002Ftail\u002Fspout\u002Fhearts).\n- [dsh-pet](https:\u002F\u002Fgithub.com\u002FFlytoMAYDAY80\u002Fdsh-pet) - Desktop whale pet with live session state.\n- [dsh-pet-rs](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-pet-rs) - Desktop pet, Rust edition.\n- [dsh-stickers](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-stickers) - Stickers.\n- [dsh-ads](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-ads) - 2005 Chinese-web-style ad layer (joke plugin).\n- [dsh-gomoku](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-gomoku) - Gomoku (five-in-a-row).\n- [dsh-qq2006](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-qq2006) - QQ2006 skin.\n- [dsh-lazyfish](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-lazyfish) - Slack-off panel (feed + Bilibili player).\n- [dsh-tavern-plugin](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-tavern-plugin) - Tavern character cards.\n- [dsh-sfw](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-sfw) - Safety filter.\n- [ui-status-label](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fui-status-label) - Custom status labels for the whale's deep-diving (cordis).\n- [dsh-digipet](https:\u002F\u002Fgithub.com\u002Fswaylq\u002Fdsh-digipet) - Digimon-style raising pet: hatches from an egg, feeds on real work (turns, tools, errors), and evolves along four lines shaped by how you work; zero tokens, command-only.\n- [dsh-wildmon](https:\u002F\u002Fgithub.com\u002Fswaylq\u002Fdsh-wildmon) - Pokemon-style catch-em-all: turns, tools and errors spawn wild encounters; throw balls, fill a 28-slot dex, team of six; zero tokens, command-only.\n\n- [xiekai886\u002Fdsh-MusicPlayer](https:\u002F\u002Fgithub.com\u002Fxiekai886\u002Fdsh-MusicPlayer) - A collapsible\u002Fexpandable draggable floating music player with NetEase Cloud Music playlist import and song\u002Fartist search; chat and listen at the same time.\n\n## Infrastructure & Development\n\n- [dsh-plugin-starter](https:\u002F\u002Fgithub.com\u002Fciceroyang\u002Fdsh-plugin-starter) - Scaffold a battle-tested DSH plugin (bundle, tool, runtime skill, tests, CI) in one command, zero dependencies.\n- [dsh-doctor](https:\u002F\u002Fgithub.com\u002Fciceroyang\u002Fdsh-doctor) - One-command local environment health check for DSH: node\u002Fpnpm\u002Fdsh versions, port 3080, DSH_HOME writability, profile manifests, session logs, zstd.\n- [Code2Skill](https:\u002F\u002Fgithub.com\u002Fleechen298\u002FCode2Skill) - Generate Functions, MCP tools, workflow Skills, and offline test packages from user-authorized source code.\n- [dsh-movein](https:\u002F\u002Fgithub.com\u002Fsjh9714\u002Fdsh-movein) - Move a whole Claude Code setup into DSH in one command: skills, MCP servers, hooks, subagents and permission rules, with a dry-run moving estimate, a migration diff report, and a movein_from_claude_code agent tool.\n- [dsh-observation-journal](https:\u002F\u002Fgithub.com\u002FCavan-Ou\u002Fdsh-observation-journal) - Zero-touch runtime telemetry for DSH: every session auto-writes task, model tier, tools, failures, duration, status into a human-readable journal with a stats section (pure observer — no tools, no LLM calls, no injection).\n- [deepseek-harness-desktop](https:\u002F\u002Fgithub.com\u002FEasyhoov\u002Fdeepseek-harness-desktop) - Unofficial in-process Windows desktop app with tray residency, native notifications, and an IPC bridge.\n- [sandbase-harness](https:\u002F\u002Fgithub.com\u002Fsandbaseai\u002Fsandbase-harness) - Persistent managed-agent runtime for DSH via a native bundle and stdio MCP, with sandboxed sessions, audit, and replay.\n- [sandbase-skills](https:\u002F\u002Fgithub.com\u002Fsandbaseai\u002Fsandbase-skills) - Verified SKILL.md catalog and installer with 88 installable skill bundles for DSH and compatible agents.\n- [dsh-hmz](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-hmz) - Placeholder repository; description pending.\n- [dsh-interpreters](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-interpreters) - Interpreter plugin (cordis).\n- [dsh-notebooks](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-notebooks) - Notebooks plugin (cordis).\n- [dsh-plugin-radar](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-plugin-radar) - Daily DSH plugin compatibility radar, renamed from dsh-external-research.\n- [MicroMilo\u002Fupstream-radar](https:\u002F\u002Fgithub.com\u002FMicroMilo\u002Fupstream-radar) - Always-on dependency security monitoring for DSH plugins: exact installed paths, OSV vulnerabilities, npm releases, and compatibility signals routed to a project-aware DSH Agent.\n- [dsh-scout](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-scout) - Scout plugin (cordis).\n- [dsh-share](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-share) - Share DSH conversations.\n- [dsh-sonar](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-sonar) - Sonar plugin (cordis).\n- [dsh-workloads](https:\u002F\u002Fgithub.com\u002Fyewenyell-lang\u002Fdsh-workloads) - Workspace-owned durable process supervision, readiness checks, and a Runtime Center for DeepSeek Harness.\n- [plugin-registry](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fplugin-registry) - Plugin console + make-dsh-plugin skill + dev guide.\n- [dsh-plugin-manager-registry](https:\u002F\u002Fgithub.com\u002FJesse-njx\u002Fdsh-plugin-manager-registry) - Offline-tolerant registry that discovers and deduplicates DSH plugins from awesome lists, GitHub topics, and npm.\n- [marisa](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fmarisa) - External plugin manager (parasitic install\u002FCLI\u002Fsettings panel).\n- [hub](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fhub) - Org-wide index + unified catalog.json (CI-generated).\n- [dshx-update-check](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdshx-update-check) - Plugin update checker.\n- [toybox](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Ftoybox) - MCP plugin collection (almanac\u002Fbug-tamer\u002Fnaming master\u002Ftime capsule, etc.).\n- [dsh-github-integration](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-github-integration) - GitHub integration plugin.\n- [dsh-super-injector](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-super-injector) - Super-injector (cordis).\n- [dsh-mcp-manager](https:\u002F\u002Fgithub.com\u002Fhyqhyq3\u002Fdsh-mcp-manager) - MCP server manager: Settings page with OAuth (PKCE + dynamic client registration) or static-token auth; tools registered as mcp__\u003Cname>__*.\n- [dsh-doctor](https:\u002F\u002Fgithub.com\u002Fasdf17128\u002Fdsh-doctor) - Profile health check: finds config fields a patch dropped by whole-config replacement, patches targeting missing entry ids, and tool-name collisions.\n- [dsh-session-repair-ui](https:\u002F\u002Fgithub.com\u002FSemidia\u002Fdsh-session-repair-ui) - Session repair button in the conversation header: detects & fixes session-log corruption — tool-call id swaps, empty call ids (`message must have tool source`), unknown event types from disabled plugins (marks `ignorable`), torn zstd tails, missing final-frame newlines; ghost-style UI, auto-backup before writes.\n- [dsh-portable-launcher](https:\u002F\u002Fgithub.com\u002F15828148\u002Fdsh-portable-launcher) - One-click portable Windows launcher for the dsh Web UI: auto-installs Node.js and dsh, CN mirror fallback, retries and resume.\n- [dsh-desktop-launcher](https:\u002F\u002Fgithub.com\u002Fbecomeless\u002Fdsh-desktop-launcher) - Windows desktop launcher: double-click to start dsh Web with zero console windows, auto-stop on close, session resume, one-line install.\n- [dsh-quickstart](https:\u002F\u002Fgithub.com\u002Fqzhqzh\u002Fdsh-quickstart) - Windows desktop launcher (zero-dependency npm CLI): double-click a desktop shortcut to start dsh web with zero console windows and auto-open the browser once ready.\n- [dsh-win32](https:\u002F\u002Fgithub.com\u002Fsjh9714\u002Fdsh-win32) - Real Minimal mode on Windows: the missing win32 process inspector (persistent Git Bash shell), Ctrl-C interrupt injection, and an install-trap doctor.\n- [dshp](https:\u002F\u002Fgithub.com\u002Fasdf17128\u002Fdshp) - Profile manager: list, create, clone and diff profiles, and export a whole setup (bundle order, plugin versions, patch) as one portable file.\n- [dsh-recommend](https:\u002F\u002Fgithub.com\u002Fzp-home\u002Fdsh-recommend) - Transparent plugin rankings and recommendations: daily auto-fetched dsh-plugin topic data, open scoring model, rank\u002Fsearch\u002Frecommend tools and a settings-page leaderboard.\n- [dsh-eval](https:\u002F\u002Fgithub.com\u002Fhccccc01333\u002Fdsh-eval) - Agent evaluation platform: benchmark YAML, headless dsh runs, trace-based metrics, scripted grading, and run compare\u002Freport.\n- [dsh-session-cleaner](https:\u002F\u002Fgithub.com\u002Ffountunt\u002Fdsh-session-cleaner) - Delete sessions from a running web runtime: live store, workspace records, and on-disk artifacts (no restart needed).\n- [dsh-session-cleaner-cli](https:\u002F\u002Fgithub.com\u002FChenChen913\u002Fdsh-session-cleaner-cli) - Offline CLI that deep-cleans workspace sessions: interactive\u002Fbatch delete with trash + restore + backups, workspace-registry and projection-cache sync, ghost-entry pruning. Companion to the runtime delete plugin.\n- [dsh-mcp-panel](https:\u002F\u002Fgithub.com\u002FPerryLink\u002Fdsh-mcp-panel) - Read-only runtime management panel for the official DSH MCP client: connection status, registered tools, errors and reconnect counts via the \u002Fmcp command and a Settings tab, with sanitized display and enable\u002Fdisable patch suggestions.\n- [dsh-passwords](https:\u002F\u002Fgithub.com\u002Fslywalker2006\u002Fdsh-passwords) - Login gateway for the DSH web UI: first-run setup, bcrypt + at-rest encryption (AES-256-GCM\u002FHMAC), brute-force lockout, audit log, TLS 1.2+ with 80→443 redirect, CSRF and anti-framing headers.\n\n- [easyeda-agent](https:\u002F\u002Fgithub.com\u002Fzhoushoujianwork\u002Feasyeda-agent) - EasyEDA Pro automation: Go daemon + in-app connector + agent skill + stdio MCP server for typed schematic\u002FPCB actions, workflow gates, and DRC.\n- [dsh-adb](https:\u002F\u002Fgithub.com\u002FSamXiaBing\u002Fdsh-adb) - ADB device & bench operations: device discovery, structured logcat (background streaming), apk install, file pull\u002Fpush, dumpsys performance snapshots.\n- [dsh-restart](https:\u002F\u002Fgithub.com\u002Fanweat\u002Fdsh-restart) - Restart DSH: configurable restart method (Node native \u002F legacy PowerShell), post-restart continue prompt, optional watchdog auto-relaunch.\n\n\n- [dsh-suite](https:\u002F\u002Fgithub.com\u002Fwhyihaveyou\u002Fdsh-suite) - Living DSH plugin directory (785+ plugins, refreshed hourly) with a daily compatibility CI, a bilingual searchable catalog site, and an in-app plugin store.\n- [create-dsh-plugin](https:\u002F\u002Fgithub.com\u002Fwhyihaveyou\u002Fdsh-suite\u002Ftree\u002Fmain\u002Fpackages\u002Fcreate-dsh-plugin) - Scaffold a DSH plugin in seconds (tool \u002F events \u002F webui templates, `next`-tag version pinning, built-in `--verify` smoke test).\n- [plugin-manager](https:\u002F\u002Fgithub.com\u002Fwhyihaveyou\u002Fdsh-suite\u002Ftree\u002Fmain\u002Fpackages\u002Fplugins\u002Fplugin-manager) - In-app plugin store for the DSH Web UI: browse, search, one-click install, compat badges, installed list.\n- [plugin-team-board](https:\u002F\u002Fgithub.com\u002Fwhyihaveyou\u002Fdsh-suite\u002Ftree\u002Fmain\u002Fpackages\u002Fplugins\u002Fplugin-team-board) - Shared multi-agent task board (create \u002F claim \u002F transition \u002F query) over a Cordis service key.\n\n- [dsh-tray](https:\u002F\u002Fgithub.com\u002FKAIbsb\u002Fdsh-tray) - Windows tray manager for DSH Web: start\u002Frestart\u002Fstop, crash auto-restart, status icon, and autostart.\n- [mirage-dsh](https:\u002F\u002Fgithub.com\u002Fstrukto-ai\u002Fmirage\u002Ftree\u002Fmain\u002Ftypescript\u002Fpackages\u002Fdsh) - Swaps the filesystem and bash providers for a mirage virtual workspace: file tools and shell commands run over mounted resources (RAM, S3, Redis, Slack, Gmail, Notion, Postgres) instead of the host disk, with per-mount read\u002Fwrite\u002Fexec modes, per-command sandbox routing (monty, pyodide, quickjs in process; docker, e2b, daytona remote), and installed CLIs (git, gh, slack, linear, ntn, gws, or one you register) as head words in the virtual terminal.\n- [dsh-genie](https:\u002F\u002Fgithub.com\u002Fswaylq\u002Fdsh-genie) - Promote a `cordis_define` dynamic package into a real installed bundle that survives restart; writes the package and registers the profile layer without pnpm, network, or a build authorization.\n- [dsh-chat-tools](https:\u002F\u002Fgithub.com\u002Fyj060464-commits\u002Fdsh-chat-tools) - Headless terminal companion toolkit: chat.sh continuous-conversation REPL (rolling context, decision-point voting, live workflow streaming, effort switching) + automatic LLM session-log summarization. Zero-dependency bash + Python.\n\n- [dsh-plugin-guide](https:\u002F\u002Fgithub.com\u002FPerryLink\u002Fdsh-plugin-guide) - Plugin-development knowledge base as an on-demand agent skill: official constraints, task workflows, API references, and community pitfalls.\n- [awesome-dsh](https:\u002F\u002Fgithub.com\u002Fstakeswky\u002Fawesome-dsh) - Auto-updating catalog of the whole `dsh-plugin` topic (2600+ repos): a Cloudflare Worker recrawls every 6 hours, translates English descriptions to Chinese with Workers AI, and serves a ranked search API plus an agent skill that finds and installs plugins on demand.\n\n## Data & Market\n\n- [dsh-stock-market](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-stock-market) - Shanghai and Shenzhen A-share market data plugin.\n- [dsh-us-stocks](https:\u002F\u002Fgithub.com\u002FRealyujie\u002Fdsh-us-stocks) - US stock quotes, price history, financial statements, analyst consensus and news via yahoo-finance2.\n\n## Science & Research\n\n- [dsh-openmaic](https:\u002F\u002Fgithub.com\u002Fdsh-external\u002Fdsh-openmaic) - Generate interactive OpenMAIC AI classrooms.\n- [dsh-science](https:\u002F\u002Fgithub.com\u002Fbiociao\u002Fdsh-science) - Claude Science-style research workbench: ReAct research-loop engine (research_* tools), versioned artifacts with provenance (artifact_* tools), and 10 science skills for genomics\u002Fpa","DeepSeek Harness（DSH）是一个面向大语言模型（LLM）开发者的插件化工具生态系统，用于构建、集成与编排AI智能体（Agent）及配套能力。其核心提供标准化插件机制、多模型协同执行框架（如Plan-Execute双模型路由）、轻量工具链与跨平台运行时支持，基于Node.js\u002FPython混合栈实现，强调可组合性与开发者体验。适用于需要快速搭建AI原生应用、增强型编程助手、自动化工作流或研究型智能体系统的场景。","2026-08-15 02:30:03","CREATED_QUERY"]