awesome-dsh-plugin/awesome-dsh-plugin
A curated list of plugins for DeepSeek Harness (dsh) · DeepSeek Harness 插件精选列表
README
Awesome DeepSeek Harness (DSH) Plugin

English | 中文
A curated list of plugins for DeepSeek Harness (
dsh).
DeepSeek Harness is DeepSeek's open-source agent harness — a runnable coding agent (Web and headless), built on a framework where everything is a plugin: models, tools, sandboxes, session storage, UI, even the agent loop itself. Plugins can extend the official coding agent, swap out its core parts, or assemble something entirely different.
This list collects community plugins that are installable via dsh plugin add (each declares a dsh.bundle manifest). PRs welcome.
🛒 Recommended: dsh-market (optional) — the plugin market inside DeepSeek Harness, with every plugin on this list. Simple, friendly UI: one-click plugin install and upgrade, one-click theme switching:
dsh plugin --profile web add dshmarket
The plugin market inside Settings — click to enlarge.
💡 Prefer chat? dsh-find-plugin lets your agent find plugins for you (
dsh plugin --profile web add dsh-find-plugin).
ℹ️ On desktop clients. This list is client-agnostic. A plugin is listed because it follows the official protocol — it declares a
dsh.bundlemanifest and installs withdsh plugin add— not because it adapts to any particular client.We're talking with
anywhere-labs/deepseek-harness-desktopabout working together again; we'll update this note as that progresses. Whatever comes of it, the listing rule stays as it is: adapting to any particular client is not a condition of being listed, and no plugin will be removed or demoted for not doing so.Clients worth a look: dsh-desktop and deepseek-harness-desktop — both ship dsh-market built in, so everything on this list is one click away. Any other good third-party client works too.
[!WARNING] Installing a plugin runs third-party code on your machine with your own permissions — it can read your files, use your credentials, and reach the network. Tool approvals don't sandbox plugin code. Being on this list is not a security review: check the source before you install, and try unfamiliar plugins somewhere that doesn't hold your keys. See the full disclaimer at the bottom of this page.
What it takes to be listed here
An entry is added when the plugin installs with dsh plugin add, does what its one-line description says, sits in the right category, and is maintained. Every submission is checked against its own source before merging — if a description claims "46 tools", someone counts them.
That is the whole bar. This list doesn't rank plugins or judge their quality, and we don't want to. Plenty of good software will never appear here, and a slot here proves nothing beyond meeting those rules. They exist so that whatever you pick installs and behaves the way the line said it would.
A listing isn't permanent either: entries whose repos go away, stop being maintained, or turn out to be broken get removed. Full criteria and the review checklist: how submissions are reviewed.
Contents
- Plugins
- UI Enhancements
- Usage & Billing
- Themes & Appearance
- Models & Providers
- Identity & Communication
- Sessions & Messages
- Memory
- Tools & Capabilities
- Browser & Web
- Vision & Multimodal
- Voice & Audio
- Docs & Rendering
- Skills
- Workflow & Automation
- Git & Code Review
- Notifications & Integrations
- Development & Runtime
- Security & Permissions
- Remote & Mobile
- Plugin Markets & Managers
- Just for Fun
- Badge
- Disclaimer
Plugins
UI Enhancements
- 01Virex/dsh-status-rotator - Replaces the "Deep diving..." turn-status label with rotating meme-worthy phrases, with typewriter and gradient effects.
- 0xsline/dsh-spotlight - Keyboard-first command palette for the DSH Web UI.
- 1070296335-create/dph-taskboard - Session-based task board in the sidebar: drag sessions into todo/doing/review/done columns, create sessions with model and reasoning-effort selection, trash with restore, notes, export/import.
- 13071301808/dsh-composer-expand - Composer expand/collapse toggle for the Web UI: a ⬆/⬇ button in the composer tool row grows the input to a tall 70vh writing view for long drafts.
- 2768651338/dsh-effort-slider - A Claude Code-style reasoning-effort slider for the DSH Web UI: stepless drag, snap-on-release, a WebGL fire trail, and real, working thinking-effort control for any custom third-party model or provider.
- 2nd1st/dsh-plugin-open-app - Runs open-mcp-apps inside DSH: every MCP app gets its own sidebar container with a separate workspace, session, and App mode, an agent status strip under the app, and inline app rendering in ordinary chats.
- 534119219/chicheng-quickinput - Vault button beside the DSH composer: save keys, servers, phone numbers, addresses and URLs, auto-collected from conversations, password-protected with WebDAV backup; click to insert, Ctrl+click to send.
- a1073097082/dsh-model-search - Adds searchable filtering to the model selector by provider, model name, and model ID; spaces act as wildcards.
- a179-sanae/dsh-auto-collapse - Codex-style workflow auto-collapse: finished turns fold into a single "processed in Xs" row leaving only the final answer; tool calls and think blocks collapse into live-summary chips that follow streaming; expand level by level, fully reversible on uninstall.
- a735624258/dsh-skill-picker - WorkBuddy-style skill picker: a button beside the composer opens a searchable list of installed skills; picking one inserts the official /skill-name gesture, so the skill loads with your message.
- a903067276-rgb/dsh-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.
- a903067276-rgb/dsh-file-upload - One upload button plus drag-and-drop files into the conversation as local paths: save to the project's uploads/, path text into the input box, works with any vision tool.
- a903067276-rgb/dsh-hud - HUD status panel: Git status, MCP servers, skills, model and token usage in a floating side panel.
- a903067276-rgb/dsh-plan-switch - One-click enter/exit Plan mode for the DSH web input bar, a quick-click shortcut for /plan.
- AcidGr/dsh-web-mobile-fix - Mobile layout fixes for the Web UI on narrow screens: full-screen settings panel, one-row plugin nav, full-screen sidebar, centered popups, icon-only session-log button.
- Aik358/dsh-anchored-monitor - A whip for DeepSeek V4 Pro: it watches the reasoning fingerprint of every thinking block and pulls the model back when it slips from focused "We will / I will" mode into scattered "let me" mode.
- AikenFra/dsh-alive - Zero-token online status indicator for the DeepSeek Harness web UI: an always-visible online/offline dot in the conversation header, auto-refreshed every 15 seconds with no LLM calls.
- AKIRACOD/dsh-drag-and-drop - File-drag fork: drop documents as removable chips above the composer, send without typing.
- AKS1st/dock - VSCode-style workbench shell for the DSH Web UI: activity bar, side bar, editor area, panel and status bar, with a registry service (ctx.workbench) for mounting panels, views and commands.
- AKS1st/dock-editor - Text viewer and editor for the dock workbench: undo/redo, Ctrl+S save, unsaved-change confirmation and binary detection, registered as the default file viewer.
- AKS1st/dock-files - File explorer for the dock workbench: tree browsing of the session workspace with create/rename/copy-paste/delete, drag-and-drop import and paste of local files and clipboard images.
- AKS1st/dock-git - Git history visualization for the dock workbench: swimlane commit graph, branch and tag management, stage/commit/push and remote operations.
- AKS1st/dock-images - Image viewer for the dock workbench: PNG, JPEG, GIF, WebP, BMP, SVG, ICO and AVIF, with SVG rendered as image data only.
- AKS1st/dock-markdown - Markdown viewer for the dock workbench: GFM rendering with DOMPurify sanitization, document outline and relative-path image/link resolution, with one-click switch to editing.
- AKS1st/dsh-sysmon - System status floating widget: live CPU/memory/disk usage in the bottom-right corner of the DSH Web UI with threshold colour warnings.
- AlexYin-Tongji/dsh-ui-enhancer - Desktop-style UI enhancements for the DSH Web client: adaptive wallpapers, a desktop pet companion with an activity feed and feeding economy, @file workspace references, and the resizable file/preview right panel.
- alingalingling/ui-status-label - Customize the "deep diving" thinking status label to anything you like.
- anitman/dsh-plugin-video-player - TikTok-style video feed in a floating sidebar window: swipe local or SMB-NAS folders, or paste online video URLs (yt-dlp, bilibili/YouTube, cookies.txt login state); the window auto-fits the video aspect ratio, with fullscreen, drag-resize, Range streaming and an agent video-queue endpoint.
- anneheartrecord/dsh-desk-pet - macOS desk pet that lives outside the DSH page: a real always-on-top window that clears fullscreen Spaces, six states driven by local DSH, a native right-click menu with quiet mode and a session list, and a bundled skill that turns one photo into a full eighteen-pose skin on your own image tool and credentials; system Python and ctypes, no Electron and no dependencies.
- AppliedYuu/dsh-WallpaperAndCost - Merged plugin: wallpaper customization (original-resolution uploads, crop editor, per-area opacity, MP4/WebM dynamic wallpapers) + Steam Workshop wallpaper extraction (parses scene.pkg/.tex via a bundled Python script, preview/download) + DeepSeek balance & usage widget + OpenCode Go plan usage (rolling/weekly/monthly percents in a top header pill; expand for progress bars & reset countdowns). API keys are read from DSH's credential store by the host — never stored in source or the browser.
- asd13006/dsh-multi-lang-ui - Add six languages (繁體中文, 日本語, 한국어, Français, Deutsch, Español) to the DeepSeek Harness Web UI language options, with hand-polished per-language translations and automatic fallbacks (Simplified-to-Traditional conversion for zh-TW, English for the others) covering upstream updates and third-party plugins.
- asukasec/dsh-message-preview - Right-edge user-message navigator with an adaptive block layout that fits the available height, plus hover previews, keyboard controls, and click-to-jump navigation.
- Awu12277/dsh-sleep-send - Schedule-send button and panel to the right of the composer, with smart time slots, a custom date/time picker, several queued sends at once, and localStorage persistence that restores pending tasks after a page reload.
- ayahunter/dsh-trail#bundle - Replaces the Web GUI trajectory tab with a new-user-friendly round-by-round storyline, plain-language tool labels, category filters and fuzzy search.
- ayingQAQ/dsh-web-launcher - Windows desktop launcher bundle for DSH Web that creates a managed shortcut, then restarts DSH in the background and refreshes the existing browser page.
- bainianlaoyao/easy-archive - Two-step inline archive on workspace sidebar rows — one click arms a red confirm, the second click archives; the archive entry is removed from the ⋮ menu.
- baisama-cloud/dsh-composer-history - Command history for the Web UI composer: press Up/Down to cycle through previously sent instructions, then restore the draft at the end of the history.
- bill9109/dsh-drag-and-drop - Cross-platform file drag-and-drop with raw path insertion, no file copying.
- bitxeno/dsh-github-picker - Composer GitHub picker: click the GitHub icon at the bottom-right of the input box to search the workspace repository's issues and pull requests via the gh CLI, and insert the reference as a URL or @owner/repo#number mention.
- BlackBearCC/dsh-pet-sprite - A pixel companion living in the chat area: hatches from an egg into one of three sprites or an LLM-drawn custom one from a text description, platform-jumps over message bubbles on its own, WASD controllable, chats in character through the models you already configured, and carries a nurture system (mood/power/health, levels, shop) driven by real token usage.
- boogoo619/dsh-focus-overlay - Focus mode with a full-screen reading overlay that hides the header and composer and folds AI tool calls into summaries.
- caisiyang123/dsh-tick-rail - Tick-rail conversation navigator: one tick per message you sent, a lit peak that follows the mouse with an even falloff, hover previews, click or keyboard to jump.
- causebefore/dsh-pomodoro - Pomodoro focus-and-break timer for DSH Web with configurable cycles, a draggable mini panel, and in-app, sound, and browser notifications.
- ccch1mneyyy/dsh-TUI - Claude Code-style full-screen terminal UI: pixel-whale header, live status line, and streaming thought expansion.
- ccq1/dsh-side-panel - Side panel with file browser, terminal, and Git review for quick file previews.
- Ceelog/dsh-plugins#dsh-plugin-setting-mcp - Manage MCP servers from the Web settings panel: view, add, edit, remove, enable or disable them, with hot reload on save.
- CH4ACKO3/dsh-turn-fold - Codex-style turn folding for the DSH Web UI: keeps final answers visible, groups consecutive reasoning and tool activity, and shows configurable live duration, tool-call, and token metrics with multilingual summaries.
- chengzhi43/dsh-file - VS Code-style file manager: browse the conversation workspace in a sidebar tree and edit files in the center column with Monaco, with theme import/export and Markdown preview.
- ChenYiming-aaa/dsh-ui-ux-pro-max - Offline-first UI/UX design intelligence library for DeepSeek Harness: design_recommend, design_review and design_search tools with a built-in database of 84 design styles, 192 color palettes, 74 font pairings, 99 UX guidelines, 25 chart types and 22 tech stacks, Chinese-first with zero runtime dependencies.
- Choi-Peng/dsh-footer-order - DSH sidebar footer ordering: forces the sidebar.footer.action slot into a vertical stack and lets users configure the top-to-bottom order of its entries.
- chongfengdy-dev/dsh-message-outline - Current-session message outline rail for the DSH web UI — your messages show as slim bars on the left edge; hover to expand the full outline (line number + text), click to jump instantly to that message. Pure frontend, zero external service dependencies, sessions-snapshot driven with zero polling.
- ChuanTianML/dsh-chat-tidy - One stylesheet that retypesets the DSH conversation to measured Codex metrics: 14/22 px body, tighter heading ladder, list and block rhythm, blockquote bar and table cells, with no settings to choose and before/after captures in the README.
- ChuanTianML/prompt-for-me - Context-aware next-message suggestions in the DSH composer, with repeated Trigger cycling and explicit user review before sending.
- coldcgh/dsh-deepseek-chat - Web chat entry for DeepSeek Harness: a sidebar button opening chat.deepseek.com in a dedicated desktop window under dsh-desktop, with in-webview fallback for plain web environments.
- cookiesheep/whale-on-desk - Pixel-art whale desktop companion with 29 frame-audited states — taps the glass and flashes the tab title when an approval waits, speaks a completion report when a turn ends, and adds a slash-command palette to the web client.
- Coprexist/AIsChat#dsh-aischat - Embeds the AIsChat social-agent platform into the DSH web UI as a native sidebar board — contact panel, real-time chat over a same-origin HTTP/WS proxy, and Markdown/LaTeX rendering. The plugin is the front end only; it proxies to an AIsChat backend you run yourself (default http://127.0.0.1:5228, from the same repository).
- cuhaitiang0405-collab/dsh-indexbookmark - Conversation question index for the DSH Web UI: every question you asked in a session, searchable, paginated, with one-click jump to the exact message.
- daetz-coder/dsh-multi-chat - Multi-window wall for the DSH Web UI: run and monitor N conversations side-by-side in one screen, with auto-discovery, per-window controls, and an authenticated LAN gateway for phone/tablet access.
- DamonKoy/dsh-web-ui#dsh-aionui-panel - Right-panel system for the dsh web GUI: a pixel-faithful AionUi Explorer + Preview (file tree, diff view, preview).
- DamonKoy/dsh-web-ui#dsh-liangshen - LiangShen (梁神) agent preset for the dsh web GUI: a two-phase anchored-standard preset.
- DamonKoy/dsh-web-ui#dsh-task-board - Task board for the dsh web GUI: a sidebar entry plus a multi-column kanban view with local persistence.
- DamonKoy/dsh-web-ui#dsh-web-ui-all - DSH Web UI family aggregator: one-click install of all feature plugins (task-board, git-graph, pet, remote-web-ui, live-stats, web-ui-settings).
- DamonKoy/dsh-web-ui#dsh-web-ui-settings - Web UI plugin group card in the dsh settings page: enable switches and config for the dsh-web-ui family.
- dannyvan/dsh-file-drop - Drag & drop or click to attach any non-image file (PDF/Word/Excel/ZIP/text) into the composer: in the desktop shell it resolves the real Finder path instantly; otherwise it uploads to the workspace and inserts the path.
- DDSG-X/dsh-workspace-dir - Shows the current conversation's working directory in a draggable directory panel with adjustable opacity.
- demacia1314/dsh-airdrop - ⭐ Drag-and-drop uploads of any file or whole folders, anywhere in the window; remote-safe — bytes go straight into the session workspace on the server, so a DSH deployed on a remote machine works exactly like localhost.
- Devin-AXIS/deepseek-design#deepseek-idesign - Visual design studio for websites, app prototypes, posters, cards, reports, and magazines, with templates, direct element editing, selection-aware AI draft handoff, and export.
- Devin-AXIS/deepseek-design#deepseek-ivideo - Visual video studio with an editable timeline, animation and media controls, 27 templates, whole-video and selection-aware AI draft handoff, validation, preview, and export.
- dhb861832993-star/pbr-render - PBR 3D model preview for game art: GLB/GLTF with textures, IBL environment lighting, orbit controls, and a material channel inspector (baseColor/normal/roughness/metallic/AO/emissive/wireframe); scalar channels shown as grayscale per PBR spec, via the pbr3d fence and pbr_render tool.
- DIAG5/dsh-better-input - Input experience enhancement: voice input, AI polish, anti-overwrite, prompt optimization with diff preview, and auto locale switching following DSH UI language.
- dingyi222666/dsh-focus-chat - A "focus chat" minimal view that shows only final outputs.
- dingyi580/dsh-conversation-rail - Left-edge conversation rail for the Web UI: one bar per turn, length scaled to the turn text, hover for a question and answer preview, click to jump; bars come from a host-side outline of the whole session log, so turns outside the loaded window are drawn too and history is paged in on click.
- domparent/OLEDCare - OLED burn-in care for the Web GUI with pure-black surfaces, gamma-aware text dimming on an idle/focus ladder, a true-black nap screensaver with live agent status, and slow accent-hue rotation.
- drscrewdriver/dsh-input-traffic - Three-tier now/next/later input planning dock for the DeepSeek Harness web GUI: a red/yellow/green priority strip replaces the busy-Enter queue, plain Enter queues to later, with freeze/resume and in-place multi-line editing.
- dsh-niao/dsh-niao-quick-open - UI enhancement suite for DeepSeek Harness: one-click workspace open (copy path, reveal in Finder, open in an auto-discovered editor), DeepSeek-web-style user-message nav rail, session to-do marks, flat-list polish, and a hard-restart button.
- dygin/dsh-recover-context - Roll back to before any of your questions or edit the last one and resubmit, with the workspace files of the discarded turns restored.
- e2mcc/dsh-popout-sidebar - Pop-out sidebar: lists artifacts and a file tree with multiple preview formats, pops out into a separate browser tab you can drag to another monitor, and coexists with other sidebar plugins simultaneously.
- EternalNight996/dsh-ui-agents-pixe - Adds a "Work Roles" tab and a pixel-art office overlay to the DeepSeek Harness Web UI: 508 built-in role cards (The Agency 255 + agency-agents-zh 253) with search, EN/ZH toggle and department filter; draggable Canvas 2D pixel characters that stand, type and pace, with idle chat that can plug into AI. One-command npm install, no dsh source changes.
- EternalNight996/dsh-ui-three-body - Adds a sentient floating eye to DeepSeek Harness — injects a taming kernel that makes the AI truly understand you, with 11 dynamic eye skins, ghost mode, and zero token cost when AI mode is off.
- Fayelin12/dsh-office - Office workspace & session dashboard: a floating 6-column sprite panel visualizing workspaces, sessions, token usage and subagents, plus Agent Mail and an office log tab. Feishu/Lark views (message feed, meeting schedules, transcripts) additionally require the
@larksuite/clitool installed and authenticated separately. - FeatherHunter/dsh-prompt - Right-side prompt toolbox panel with 24 built-in deep templates plus user-defined ones, accessible via the /prompt slash trigger and a context-aware floating suggestion card; one-click inserts the selected prompt into the composer.
- FeiZhuNiU-INFJA/dsh-stock-ticker - A floating, semi-transparent market ticker for DeepSeek Harness showing real-time level and change percentage for the Shanghai Composite, ChiNext, STAR 50 and Hang Seng Tech indices.
- fengMax1997/dsh-line-select - Line-range selection: browse workspace files, preview code with line numbers, visually select a line range, and write a
@path:start-endreference into the composer; the agent receives the exact selected lines on send. - flyhigao/dsh-sticky-notes - Workspace sticky notes for DSH, saved as multiple Markdown files under the current workspace.
- Free-corner/dsh-chat-tools - Chat column width and alignment control, numbered question history with keyboard navigation and auto-load of older questions, and markdown outline rails for both the conversation and the file preview.
- future007s/dsh-peak-indicator - Session header badge showing DeepSeek peak/off-peak status, per-model token prices on hover, and real session/turn costs from actual usage.
- garrisonz/dsh-sidebar-width - Control the Web UI left sidebar width: lower the 264px drag minimum and optionally tune the drag maximum and the expanded default width, applied by a startup patch of the ui-layout bundle.
- GeekRicardo/dsh-balance - Composer-dock balance/usage readout for DeepSeek, Kimi Coding, OpenCode Go, Zhipu, MiniMax, OpenRouter and OpenAI Codex — provider-based, 2s polling, 5min cache.
- GeekRicardo/dsh-convmap - Conversation-map rail down the left edge of the transcript: one tick per user turn, read from the full session log on the host rather than from the rendered page, so long sessions are covered end to end. Hovering fans the neighbouring ticks open by pixel distance and floats a scrollable preview of that turn prompt and its last reply; clicking scrolls to the turn, paging older history in first when it has not been rendered yet; the tick for the visible turn stays highlighted while you scroll.
- geguanming/dsh-office-plugin - Renders live multi-agent session activity as a pixel-art office in a Web UI side panel - each session is an ox/horse worker typing at its desk when busy or wandering off when idle, with click-to-view work monitors and in-place approval cards.
- genius-alray/dsh-model-picker - Dialog-style model picker for the DSH Web UI: fuzzy search, collapsible provider groups, favorites with a favorites-only filter, and a thinking-level dropdown, replacing the built-in model selector with official UI primitives and DSW tokens.
- giiiiiithub/terminal - Real PTY terminal panel for the DSH Web UI: host half spawns shells with node-pty (cmd.exe default on Windows), rendered in the browser with xterm.js; multi-tab sessions, dock/floating window, clipboard support.
- gjj-star/dsh-conversation-navigator - Conversation navigator panel: turn-folded outline of the current session with per-step kind badges (assistant, tool, command, compaction, error), a hover bubble showing the full user question, a minimal mode that hides turn numbers for an all-badge view, keyword filter over user questions and assistant replies, click-to-jump with reading-position tracking, and load-earlier/load-all history paging.
- GLFzr/dsh-drop-file-to-path - Codex-style drag-drop: drag any file into the DSH web GUI, it lands in ~/.dsh-dropbox, and the path is inserted into the composer as a whole blue chip.
- GooodWei/arcana - A floating command deck that lists every slash command in DeepSeek Harness as runnable buttons, sorted by usage.
- guchang/draw2code - An Excalidraw prototyping tab for dsh-better-sidebar with structured product clarification, conflict-aware human and Agent board updates, and prototype-guided frontend generation.
- guo-ziao/dsh-interrupt-button - A green interrupt button beside the send box: silently stops a running agent, which then summarizes its progress and asks for your new requirements, with a customizable interrupt prompt.
- guoliyuan97-png/dsh-game-hud - Game-style floating HUD: balance HP bar, context MP bar, official peak/valley pricing with countdown, auto-compaction under 5% remaining, and memory-carrying new conversation.
- Han-1413141/dsh-sticky-disclosure - One-click collapse of every expanded section (Think rows, tool cards) with a live-count pill and a customizable hotkey.
- Han-1413141/dsh-ui-hub - UI butler for every plugin UI: official/plugin categories, per-widget toggles, drag move/resize, collision avoidance and one-click auto arrange.
- hatsuyuki0103/dsh-at-any - Codex-style
@filementions for the web GUI: search and reference workspace files of every format (.java, .vue, PDF, images, extension-less, hidden) with no index truncation. Replaces dsh-at-file. - hg1048596-pixel/dsh-recall-unread - Adds a strip above the composer to recall sent-but-unread (steering) text messages before the model reads them.
- HongMing-Huang/dsh-file-upload - Claude-style drag-and-drop/paperclip file upload with content sniffing, document-to-Markdown via Microsoft MarkItDown (built-in JS fallback), text inlining, and a read_document tool for agents.
- houyanchao/dsh-timeline - DSH productivity plugin: timeline navigation, prompt library, conversation export, quick notes, and more.
- HsiangNianian/dsh-auto-continue - Auto-resumes interrupted DSH Web requests: sends a queued 「继续」 after network, timeout or host-crash failures, with error classification, adaptive backoff, templated continue text and browser notifications.
- hufeide/dsh-sidebar-assistant - A sidebar assistant plugin for the Web interface, allows users to select any text, displays the model’s reasoning process and final answer in a floating panel.
- huiliyi37/dsh-tianshu-tui - A terminal UI (TUI) for DeepSeek Harness.
- HUITianYi/dsh-whale-desktop-launcher - Windows desktop launcher for DSH with a whale-girl icon, background server startup, and a Chromium app-mode window without browser chrome.
- hunter118/dsh-s7r - A retro macOS System 7-style workstation UI for DeepSeek Harness with desktop windows, Workspace and Agent management, Finder, Terminal, Monitor, context tools, and desk accessories.
- Icather/dsh-clean-desktop-shell - Clean desktop shell for DSH as a plugin: wraps your existing web profile in a native window, tray-managed backend start/restart/stop (progress dialogs), offline auto-reconnect, desktop shortcut and single instance. Windows + macOS.
- imkingjh999/dsh-shorts-wall - Adds a docked-first vertical shorts wall to the DSH Web UI with YouTube Shorts and Bilibili sources, keyword rotation, four-corner resizing, and Alt+S/Alt+M shortcuts.
- Isilsolme/dsh-splash-launcher - Windows one-click launcher with a borderless WPF startup animation (stroke-by-stroke HARNESS lettering) that starts dsh web in the background and fades into the GUI once ready, plus a desktop_launch tool.
- Iwctwbh/dsh-flowglass - Live flowgraph visualization for DeepSeek Harness sessions, including tool calls, parallel groups, subagent branches, and drill-down details.
- jackma5477001/dsh-system-monitor - Displays real-time CPU and memory usage for the machine running the DSH Web server.
- jasondu/dsh-ui-mobile - Mobile-first DeepSeek Harness UI with an installable PWA, responsive navigation, and Web Push notifications when an agent completes successfully.
- jermaine123123/agent-context-editor#deepseek-harness - Cross-agent conversation management plugin adapted for DeepSeek Harness, with search, type filters, individual and batch selection, reversible hide, restore, and undo, plus independent reasoning and answer units whose sidecar state preserves the original Session.
- jhuanxx44/dsh-paste-path - Finder clipboard paste for macOS: Cmd+C files or folders in Finder, then Ctrl+V in the DSH composer inserts their absolute paths; ordinary text paste with Cmd+V is untouched.
- jiangnanquan/dsh-ux - Solarized light theme, compact layout, think/tool-chain collapse capsules, and balance, session cost, and usage dashboards for the DSH web UI.
- jiuyuechuwuhao/dsh-canvas-preview - Conversation Canvas tab: live-preview workspace HTML artifacts and export PNG/JPG/SVG locally (
npx dsh-canvas-preview). - Jiyr0119/dsh-workspace-explorer - Standalone workspace file-tree panel for the DSH web UI: a session-header icon opens an animated popup of the current workspace tree; click or drag a file to insert its reference into the composer, with search, inline preview, live settings, and zh/en i18n; single-purpose, zero-config, one-command install.
- jjxjjjjiik-bot/dsh-chat-timeline - 1:1 port of DeepSeek's official web right-side chat navigation rail (ScrollNav): hover-expandable rail, reading-position highlight, click-to-jump.
- johnnycls/dsh-no-setup-mode - No-setup mode for the DSH web UI: hides advanced surfaces, auto-applies best defaults (chat mode, full access, account balance), and one-click role-play personas (maid/butler).
- Js2Hou/dsh-mcp-manager - Visual MCP manager for the DSH web UI: inspect, add, remove, enable/disable MCP servers and view their live connection status from Settings → MCP.
- jsdvjx/dsh-strata - Session minimap in the scrollbar gutter: to-scale bands coloured by event kind, anchor dots for user messages and failures, auto-loading history at the top, a hover wall of every prompt in the session, and a three-step map scale switcher.
- Kaiji-Z/dsh-plugin-lookatstudy - A study tab with course-map, tutor and blackboard columns that turns markdown files, local folders or GitHub repos into guided courses, with lesson unlocking, mastery tracking, spaced repetition and a tutor-designed course import.
- kangjinghang/dsh-xueqiu - Xueqiu (Snowball) market panel docked above the composer: A-share/HK/US quotes and indices, watchlist, candlestick K-line with volume, MAs and crosshair tooltip, hot list, search, 7x24 news, plus a draggable mini index badge — no login needed.
- kelearns/dsh-navigation-bar - Piano-key in-conversation navigation for the Web UI: one key per user message with hover ladder, message-preview tooltip, and active-message highlight; click to smooth-scroll.
- kongdexu/dsh-nav-pointer - Vertical message pointer rail on the left edge of the chat: one dash per user message, click to scroll to that message, hover for a preview bubble.
- kouyichi/dsh-tui-app - Interactive terminal chat app for dsh: streaming conversation, tool cards, jobs panel, full-text search, trajectory replay, multi-session tabs, and A2A dispatch (Ink-based).
- l541402398/dsh-file-uploads - Upload arbitrary local files from the Web composer, show pending cards, and manage stored files in Settings.
- Laplace-bit/dsh-smooth-stream - Fluid streaming rendering and smooth scrolling for the DeepSeek Harness Web UI.
- lavapapa/dsh-composer-layout - Web Composer placement for long prompts: keep it at the bottom or dock it in a resizable right column beside a long answer.
- LCQ-1024/dsh-prompt-enhancer - Adds a prompt-enhancement button to the DSH composer that rewrites drafts into agent-ready prompts.
- lcthe/dsh-skills-hub - DSH Skill Manager: browse, enable/disable, import from Codex/Claude Code/ZCode/WorkBuddy/QCoderWork, auto-discover skills with symlink support.
- lcthe/dsh-timeline-rail - Message timeline rail for DeepSeek Harness web chat: evenly spaced ticks for each user message on the right edge, click to jump, hover to preview.
- LeemanCheung/dsh-whale-animation - A 60-frame theme-aware monochrome whale-dive animation with reactive water for the DSH Web turn status: embedded assets, seamless closed-loop playback, a reduced-motion PNG fallback, and lifecycle-clean removal.
- lemonorangeapple/dsh-effort-switcher - A Codex-like effort switcher for Deepseek Harness.
- liguobao/dsh-file-viewer - Read-only Web client file-preview panel with image, PDF, CSV/TSV, text, source-code, Markdown, JSON and YAML renderers, large-file range loading, and a provider API for non-local content.
- lihang-lh/dsh-moon-light - A marquee mood-light ring around the DSH web UI edge that reacts to session state, turning green while the agent works, pink when done, and yellow when something needs attention, with colors, ring width, rotation speed, and flash frequency configurable from the settings panel.
- liliuCourier/dsh-chat-outline - Persistent conversation outline: per-turn questions and final replies, keyword filter, one-click jump, light/full history modes, and Ctrl/Shift+click to open the same position in the Trajectory view.
- Limitinfinitude/DSH-Right-Sidebar - DSH Web right-side output dock that collects session artifacts, previews user-facing files, and preserves tab state per session.
- linhx1999/dsh-writing-pad - Session-scoped Markdown writing pad docked beside the conversation, with edit/preview modes, selection-based AI rewrites, diff review, undo, and draft recovery.
- liqiming-whu/dsh-status-card - Adds a configurable dsh-ui status card before each DSH agent reply, with bilingual templates and a live settings preview. Requires @omdsh-dev/dsh-genui from dsh-market; without it, the card markup is emitted unrendered.
- lisniuse/dsh-modal-enhancer - Window-like controls for every Web UI modal: drag by title bar, eight-way resize, pin against outside clicks, maximize to the full viewport, removable backdrop blur, and per-dialog persistent state.
- littleboylittlegirl/dsh-community-hot - Floating community panel for the Web UI: 24h hot topics and hot plugins TOP10 with a draggable, always-on-top button.
- lk251066/dsh-tui-pro - A full-screen terminal workbench for DeepSeek Harness with a durable assistant, workspace-grouped project sessions, transcript-only scrolling, and structured thinking, tool, diff, plan, and subagent views.
- lmmzss-jk/dsh-plugin-balance - Balance and live session usage for the DSH web UI: header balance button (left of the Session log), dropdown with account balance, real-time token breakdown (cache miss/hit, cache write, output), cache hit rate, and official-rate cost estimates with peak/off-peak auto-switch.
- loadingvx/deepseek-harness-workbench-plugin - Fills in the Web UI's missing IDE workbench: resizable chat / editor / files-and-Git columns in Conversation, multi-tab file editing with save and new-file, workspace Terminal, a file tree with name filter and open-in-external-editor, SCM (stage/commit/push/pull, branch switch, Git graph, inline diffs), a status bar, and git_* model tools.
- Luaphes/dsh-web-attention-badge - Attention reminders: frame badge, tab-title count, and a status-colored whale favicon for sessions waiting for input or finished unopened.
- LyaxZ/dsh-quick-toc - Conversation TOC for DeepSeek Harness: markdown heading outline grouped by turn, with auto-follow highlight and smooth jump navigation.
- Lzh3070/dsh-file-review-tab - Review agent file changes as a dsh-better-sidebar sidebar tab or chat turn-tail row — line-level diffs and undo.
- magian1127/deepseek-harness-zh_pro - UI enhancement suite for the DSH web client: Chinese locale completion, one-row stats, auto-expanded thinking, chat width, session archiving and delete, plus an optional prompt-injection switch (off by default).
- magicOF2/dsh-autoload-history - Automatically loads the full conversation history when a session opens, so older messages are ready without clicking "Load earlier".
- magicOF2/dsh-chat-width-customizer - Session-header button that cycles the conversation width (748-1600px), widening the chat column, composer, and user bubbles together.
- magicOF2/dsh-turn-marks - Left-edge turn-marks strip in chat: one bar per user message, click to jump to that message, hover for a preview, active bar turns white.
- Max-Null/dsh-chat-rail - Scroll-painting message rail for DeepSeek Harness: a slim right-edge rail with one indicator per user message, scroll-spy follows the reading position, hover unfolds a canvas with full message previews, and clicking jumps to any history message; animates in sync with better-sidebar panels.
- Max-Null/dsh-node-appearance - Conversation node appearance for the DeepSeek Harness web GUI: configurable per-category and per-tool colors (left accent bar + tinted background), plus a show-thinking toggle; pure frontend rendering, takes effect instantly and persists to the DSH user settings file.
- MDR-EX1000/dsh-desktop-kit - macOS desktop shell for the DSH web UI: a plugin plus a small Tauri/WKWebView window over the loopback web surface — real macOS fullscreen, single instance, external links delegated to the system browser, and browser-style zoom.
- MEMZ-JZY/DSH-Claude-Style-Reasoning-Slider - Animated Claude-style reasoning-effort slider and model picker that replaces the native DSH model selector.
- mengyun233/dsh-codex-pet - Auto-migrate Codex desktop-pet skins into DSH: an animated corner pet that mirrors agent state (thinking, tool use, awaiting approval, failed, done), with per-session frosted-glass dialogs and a full settings panel.
- Meredith2328/dsh-sticky-note - Quick sticky notes on the composer toolbar: jot ideas or TODOs, auto-saved as Markdown, one click to send into the chat.
- mervyn-teo/dsh-plugin-collapsible-steps - Collapses consecutive tool-use and thinking steps between messages into a single bracketed, expandable item.
- MeteorNOX/DeepSeek-Balance-Whale-Widget - A fixed-corner whale widget showing DeepSeek balance, today usage, per-turn cost and random talk lines, with sound effects and a menu.
- MichengAI/dsh-codex-ui - Rebuilds the DeepSeek Harness web sidebar, workspace tree, search, and turn navigation in a Codex-style layout.
- miisaka19800/dsh-restart-fab - Floating restart button for the DSH web GUI: restarts the dsh process in place with a full-screen overlay and auto-reloads the page; no launcher script required, works on Windows/macOS/Linux.
- Minecraftbe/dsh-toolfold - Codex-style tool call folding, collapsing multiple tool calls into a single line.
- Mobai-read/dsh-chat-index-rail - Client-only right-edge chat input index rail: one bar per user message, two-stage hover preview (15 chars, expandable to 40), click-to-jump, and scroll-follow highlight; static npm bundle with no host half.
- Mombrane/dsh-subagent-monitor - Live subagent run monitor for the Web UI: a sidebar footer trigger plus a fixed top-right card panel showing each subagent of the current session in real time (running/elapsed, terminal outcomes, tree indent), with one-click jump into the child conversation and a return button, refresh-surviving and mobile-hidden by default.
- MorGogh/widget-dock - Draggable grid-aligned workbench of 28 mini-cards in the margins of the conversation (API balance, token usage, cost, context pressure, todos, goal, usage heatmap, GitHub repo, image relay), with S/M/L/XL size tiers.
- Nagi-ovo/dsh-visualize - In-conversation generative UI: the model renders interactive HTML cards into the chat stream, with streaming preview and sandboxed rendering.
- nailing10086-zx/dsh-custom-ui - Right-side file-tree sidebar that opens workspace files, plus a DeepSeek account balance meter in the composer stats line.
- Neumannzc/dsh-archive-manager#plugin - Beautified archive-manager settings section listing archived sessions grouped by workspace, with a hover unarchive action and relative timestamps.
- nexsjournal/dsh-vision-plugin - Installs an image-input checkbox into the Models catalog so a custom model can declare image input and receive images directly; includes an optional BYO vision relay.
- NormanFxxkingRockwell/dsh-keyboard-history - Minimal ↑/↓ input history for the DSH web composer: press ↑/↓ to walk back through sent messages. Nothing else.
- Nothree-code/folder-tree-sh - Workspace file tree for the Web UI: multi-tab preview (text/DOCX/PDF/Markdown/CSV/images), inline Markdown editing, a Git changes panel, and file operations (rename/delete/copy/move/create) via context menu.
- Odefined/dsh-mobile-webui - Mobile-viewport fixes for the dsh web GUI: overlay drawer sidebar with swipe gestures, icon-only composer with a mode · model · effort status line, centered popovers, and horizontal-overflow/scrollbar centering fixes.
- omdsh-dev/dsh-annotation - Select text → annotate → send with your message; replies map back to each annotation.
- omdsh-dev/dsh-at-file - Codex-style
@filementions: search workspace files in the composer and attach their contents to prompts. - omdsh-dev/DSH-better-sidebar - Full sidebar workbench with file rendering and editing, terminal, Git, and subagents; third-party plugins can register new tabs.
- omdsh-dev/dsh-genui - Interactive UI components rendered inline in replies: layout, charts, forms, quizzes, mermaid, 3D scenes, and an action event loop back to the model.
- omdsh-dev/ex-setting - Settings extensions for DSH.
- omdsh-dev/web-components - Web Components support.
- openAGFS/dsh-agfs - File-browser web app for DSH: React frontend and REST API served by the host webserver, a /dsh-agfs command that opens at the current session workspace, and a browse_files model tool.
- opencues/opencues#integrations-dsh - Word alternatives and underscore-gated fill-ins in the composer. End a line with _ and it is filled; misspellings are flagged as you type. Routes through the model dsh is already configured with, so it needs no API key.
- openma-ai/Martty#npm - A DSH-first Rust/ratatui agent TUI with streamed tool calls, subagents, durable sessions, and a Cordis-extensible client UI.
- Pasumao/dsh-plugin-workbench - Adds a VS Code-style workspace file explorer to the dsh web GUI: file tree, editable preview with syntax highlighting, tabs, line numbers, right-click file operations, and inline image preview.
- pc439527/dsh-side-monitor - Sidebar system monitor for the DSH Web UI: live host overview (CPU/memory/network/disk), process list, and Docker container status, all read-only.
- penguin-oo/dsh-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.
- pengyue-polaron/deepseek-harness-genui - Code-first React and TypeScript task apps rendered inline, in Canvas, full screen, or on localhost, with interaction state available to later agent turns and approval-gated MCP and API access.
- PerryLink/dsh-composer-history - Terminal-style input history for the web composer: edge-first arrow-key recall with exact draft/caret restore, browser-local persisted history, Ctrl+R reverse search, and sliding-context awareness; 0.5.0 adds a smart input layer — cross-session snippets (/save, /load), prompt templates with variables, reuse insights, and compaction-summary highlighting.
- Phant0Meow/dsh-meow-smooth - Mobile-first UX polish for the DSH Web UI: composer auto-fold, enter-as-newline on phones, compact sidebar/header/settings, zoom and overscroll lock, plus approval/question/completion notifications via in-page cards, Web Push, and webhook — zero dsh changes.
- Physicolor/harness-ui-enhancer - Web UI polish layer for DeepSeek Harness: normalizes unfinished or self-contradictory official UI, reconciles style conflicts between installed plugins, and unifies the visual language via official design tokens; live-customizable chat width, markdown font size, workspace scale and UI font stack.
- Physicolor/harness-widgets - Right-hand widget rail for the DSH Web UI: live session stats (turns, LLM/tool time, TTFT, speed, cache, tokens) and OpenCode Go quota via a same-origin host proxy; extensible widget registry for more platform usage widgets, visuals, utility actions and external integrations.
- pingg02/dsh-plugins#dsh-desktop-entry - Creates a Windows desktop shortcut that starts DeepSeek Harness when needed and opens the Web UI in a Chrome or Edge app window.
- pingg02/dsh-plugins#dsh-quote-selection - Lets users quote selected conversation text with optional notes, then attaches the references to their next message.
- pyf2818/dsh-bili-widget - Floating Bilibili video mini-player for DSH — always-on-top window with discover/search/follow-UP channels, auto-playlist, mini & focus modes, persisted watch history and window minimize-to-ball.
- qjcnmd/dsh-reasoning-slider - Codex-style reasoning-effort slider embedded in the model selector.
- Quinn2006/dsh-guise - Persona wardrobe for DeepSeek Harness: save multiple personas, apply them globally or per workspace, with a master switch, an adjustable API balance guard, and a lazy token-loving tired mode that speaks on the agent's behalf when quota runs out. Files-as-config, hot reload, zero dependencies.
- qyw233/dsh-deeplink - Deep links: open a specific session or workspace via
?session=/?workspace=. - RadicalGitter/dsh-ui-translate - Translates visible Chinese UI and content in DeepSeek Harness Web, using a browser-local OPUS-MT model for session titles, workspace names, messages, search results, and opted-in plugin prose while keeping remote translation limited to allowlisted UI labels.
- RAFOLIE/dsh-desktop-windowos - Windows tray desktop shell: auto-installs and auto-updates the exe from GitHub Releases, creates desktop shortcuts for both the app and the web UI, and exposes a desktop_launch tool to start it from the conversation.
- Ratevoid/dsh-aseprite - A browser pixel-art and sprite animation editor with Aseprite-compatible files, local crop/outline blueprints, and optional LLM workflow nodes.
- ReachGa0/dsh-desktop#plugin - DSH plugin (dsh-desktop-launcher) that launches the dsh-desktop Windows Electron shell from the conversation: double-click to run the DSH web in a standalone window, region screenshot with GPU-accelerated selection that auto-pastes into the chat (works with vision bridges), system tray, session manager, auto environment setup, configurable port, single-instance lock.
- renat3u/dsh-web-archive - Collapse noisy messages (Think, Bash, etc.) in conversations.
- Ri0n72Y/dsh-workspace-scope - Per-workspace Skill and MCP enablement for DeepSeek Harness: control which skills and MCP servers new sessions load, per project.
- Ricketts-Guo/dsh-shortcuts - Fully customizable keyboard shortcuts for the Web UI: 34 pre-registered features (sessions, views, clipboard, models, silent permission cycling, settings), one-click recording to bind your own, and a shortcut cheatsheet with built-in diagnostics.
- ruisenbai/dsh-annotation - Select text in a finished assistant reply to add numbered annotations beside the quote; drafts submit with composer text and images as one user message, and the model replies to each annotation in order.
- s3yf1337/dsh-desktop#bundle - Desktop profile for dsh: native Tauri window over the harness web surface with tray, native notifications, a file-manager panel, and one-click updates.
- sakuraqqq/dsh-auto-paste - Auto-saves large pasted text as an attachment file in the DeepSeek Harness web input box.
- Sanqi-normal/dsh-model-picker - Provider-tabbed model picker for the dsh web composer: left provider column and right model list, both independently scrollable, with cross-provider search.
- sanqiPanax/dsh-sticker-board - Fridge-magnet quick-task stickers docked above the composer: one-click sends a preloaded prompt into the current session, grouped long-term/short-term.
- Semidia/dsh-sampling-sliders - Model sampling sliders (temperature / maxTokens) in the composer: override every model request for all providers via the agent/request hook, with hot/persist modes.
- sereinmono/dsh-desktop-pet - A plugin that adds a desktop pet to your DeepSeek Harness, supporting the Codex pet format, you can use hatch-pet or Petdex to add your pets.
- SherUnlocked-4869/dsh-plugin-msg-nav - Conversation node navigation rail for the DSH Web UI: one dash per user message on the right edge, reading-position tracking, hover preview card, click-to-jump with highlight line, sliding window, and auto-hide.
- siberiah2o/dsh-plugin-terminal - Bottom multi-tab terminal panel (node-pty + xterm.js) pinned to the viewport bottom, always below the input box.
- SiriLee/dsh-approval-hotkeys - Panel hotkeys for the web UI: Enter presses the confirm action and Esc presses the cancel action on every interaction panel (approval, question, plan review).
- skyhancloud/dsh-client-ui-quote - Adds a removable quote banner above the web chat composer for text selected from an AI reply, included in the next message.
- SmileBuild/dsh-planchart - Publishes a project plan the agent writes: ordered steps in a panel docked to the right of the frame, and the framework graph as an auto-laid-out diagram in its own centre tab, downloadable as SVG or PNG. Charts are rebuilt from the session log, so they survive restart and resume.
- SnowCrescenter-tech/dsh-milestone - Git-style dot timeline on the right edge of the DSH web UI: one dot per user message, hover for content and metadata (time, turn, duration, TTFT, tokens), click to jump. Also adds a full-session message list, in-session and cross-session search, bookmarks with #msg= deep links, and keyboard navigation.
- SongMiao-tech/dsh-prompt-optimizer - Optimize Prompt button under the composer: one click rewrites your draft into a clearer, more executable prompt, with a before-and-after dialog and one-click replacement.
- songoao25/dsh-bottom-info-bar#plugin - Bottom info bar for the DSH Web UI: provider/model, live balance, peak/off-peak pricing with countdown, and real persisted per-session spend in a single line.
- SpookySandwich/dsh-plugin-smooth-stream - Better streaming text animation for DeepSeek Harness.
- springbrand-lab/dsh-skin-universe#dsh-web-ui-all - Web GUI bundle for DSH: a task board with cron scheduling, a Git branch graph, a file and change side panel, an SSH terminal with SFTP and port forwarding, QR-paired mobile remote control, a desktop companion, live token statistics, and five installable themes.
- Stylelinzzz/dsh-chat-history - Adds a "History" conversation view tab listing the session's user messages as a clickable directory, with auto-paging and click-to-jump back into the chat.
- suiyideali/dsh-selection-toolbar - Shows a floating toolbar above text selected in a conversation, with copy, quote, ask, explain, translate, summarize, and custom prompt actions.
- sunshaobei/dsh-file-mention - Codex-style @file/@folder mentions for the DSH web composer: workspace file/folder picker menu, plain-text colored mention tokens via the platform lexicon scan, and a nested-git-aware file index.
- sunshaobei/dsh-input-history - Standalone arrow-key input history for the DSH web composer: ↑/↓ recalls sent prompts from one global ring shared across all sessions and workspaces, persisted to localStorage with an overridable cap.
- taxueseek/dsh-files - File upload with color-coded attachment cards (session-isolated storage, sha256 dedup, TTL sweep) plus a content-sniffing read_document tool for PDF/DOCX/XLSX/TXT.
- TecFancy/dsh-mobile - Mobile adapter for the DSH web shell: overlay sidebar/details drawers, responsive composer and settings below 768px, zero desktop regression.
- TianYa-DAO/dsh-wallpaper-engine#plugin - Wallpaper Engine local library, background layer, native Scene panel, and desktop-mode controls for the DSH desktop shell.
- tipoLi5890/dsh-file-mention - Session-scoped @file/@folder mentions in the composer with Git-aware indexing, drag-drop and paste managed uploads, and validated path markers.
- tsonglew/dsh-media-preview - Audio/video FileViewer for dsh-better-sidebar: native inline playback for mp4/webm/mkv/mov and mp3/flac/wav, served by a Range-capable streaming media route.
- tsonglew/dsh-workspace-search - VS Code-style workspace keyword search tab for dsh-better-sidebar: matches file names and content, grouped by file with line numbers, opens in the sidebar editor.
- tuogusa/dsh-word-complete - Word auto-completion in the Web composer: prefix-matched suggestions sorted by closeness, arrow-key selection and Enter to confirm.
- TZHR-invest/dsh-plugins#dsh-mobile-ui - Mobile UI for the Web GUI on narrow screens: full-width responsive layout, overlay session drawer, 44px touch targets, safe-area support, and reading enhancements with zero desktop impact.
- uigdwunm/dsh-process-fold - Groups each DSH Web turn's thinking, tool calls and context into an expandable process box that shows the latest two items by default, while keeping user dialogue, interactive questions and final answers outside.
- UndeadSheep/dsh-file-preview#dsh-file-preview - Floating workspace file-preview window for the Web client: lazy file tree, CodeMirror preview and in-window edit with save, Markdown and image preview, Quick Open search, and opening paths clicked in the conversation.
- urzeye/dsh-outline - Real-time outline panel for the DSH Web session page: user questions plus a Markdown heading tree (H1–H6) that updates live during streaming, with click-to-locate highlighting, expand-depth control, search, and per-session favorites.
- vibeinging/dsh-turn-navigator - Turn navigation for the DSH Web UI.
- vlln/dsh-navbar - Conversation node navigation bar for quick jumps between user messages.
- vlln/dsh-task-status - Background task status bar: progress plus live output tail on the chat page.
- vvvspec/better-reasoning-slider - Official-style composer model trigger with a floating reasoning-effort slider popup.
- waknow/dsh-web-icon-indicator - Browser tab favicon mirrors the DSH session state (idle / running / asking / done), recolored and animated from one base SVG entirely in the browser, with colors and effects configurable from the Settings page.
- warmwine/dsh-ui-font - Font engine for the Web GUI: system font enumeration, global and per-component font-size tuning with a Spy++-style picker, settings page.
- Waverly-W/dsh-scratchpad - Quick temporary conversation and workspace manager for DeepSeek Harness Web GUI.
- wefio/dsh-cache-miss - Yellow one-line notice for a prompt cache miss after the cache was rebuilt; shows re-billed uncached input tokens, cached hit tokens, and TTFT.
- weien666/dsh-conversation-density-map - Adds a non-uniform conversation density map(chat history markers) to the right of the DSH chat area: one tick per turn, with tick length and spacing reflecting message size, clickable to jump to a turn and expanding on hover when crowded.
- weshopai/weshop-dsh-plugin - Infinite-canvas e-commerce visual workspace for product photography, virtual try-on, background edits, and video, synced live with the Harness conversation.
- whiteguo233/dsh-openbiliclaw - OpenBiliClaw consumer panel for DSH: recommendations, saved lists, Socratic dialogue, profile views, and Agent Bridge tools.
- WhitePlusMS/dsh-input-plus - Search and insert workspace file and directory paths with
@, plus a/hmenu for reusing prompts from the current session. - WilliamShi666/dsh-wsl-workspace-picker - Enhanced workspace directory browser for the web UI: one-click access to /mnt Windows drives under WSL, full breadcrumb ancestry and an always-visible path input.
- winditer/dsh-elf - Floating translucent DeepSeek whale elf on the DSH page that opens a draggable, minimizable temporary chat window using the session model or a custom OpenAI-compatible endpoint, with real-time streaming.
- winditer/dsh-prompt-optimizer - Polishes the draft in the composer into a clearer, better-structured prompt from the ✨ button or Alt+O; streams the result live over SSE with reasoning shown first, and follows the session's default model with zero configuration or any OpenAI-compatible endpoint.
- Wine-Red/dsh-codex-timeline - Left-edge user-Turn navigation rail with reading-position highlighting, hover previews of per-turn metrics and model-answer excerpts, keyboard and click-to-jump controls, and local conversation search.
- Winter-And-You-Gone/dsh-deep-verbs - Rotates the model status line through a 53-phrase English/Chinese deep-theme pool: a random pick at turn start, event-driven switching on new thinking segments or tool calls (3s throttle), and a click on the status line toggles the language.
- Winter-And-You-Gone/dsh-turn-fold - Automatically folds tool calls into Think-segment groups and collapses each finished turn into a single header showing duration, token, throughput, and cache-hit metrics.
- WJNCT55555/dsh-web-preview-float - Google AI Studio-style floating preview for the Web UI: a draggable/resizable iframe preview with aspect-ratio and resolution presets, plus a VS Code-style code window with direct editing, confirmed writes, and session-log recording.
- wjy9902/dsh-web-default-session - The generic New Session action opens a default-directory workspace instead of requiring a folder pick, and the workspace picker lists that workspace as a no-folder choice.
- WJZ-P/dsh-attachments - Adds file and folder drag-and-drop attachments to the Web UI, with composer cards, persistent history, and workspace-backed paths.
- wlj521/dsh-ui-tweaks - Live-tune the DSH Web conversation UI from Settings: message font size, Claude Desktop-style markdown tables, dialog width, an optional timeline rail, and a GitBar with branch management, per-file diff, and commit & push.
- wmengxiang/dsh-prompt-optimizer - Adds an icon button to the composer that optimizes the current draft prompt through the active model.
- wodongx123/dsh-desktop-tray - Adds a system tray icon to DSH Desktop, with settings to hide the main window to the tray on minimize or close and self-healing after app updates.
- wqx-txdsyl/dsh-ds-attach - DeepSeek Chat (chat.deepseek.com) same-style attachments: paperclip upload button, 240×64 DS-style file cards with official colored doc icons (PDF/DOCX/XLSX/PPT/IMG extracted from the DS frontend bundle), drag-and-drop, text extraction (PDF/DOCX/XLSX/TXT) injected into the message, and real attachment cards rendered in the transcript (custom user renderer) with the model reading full content.
- wsxwj123/dsh-plugins#dsh-composer-tools - Composer input toolkit: arrow-key session history (first/last-line gated, IME and command-menu safe) and related input conveniences.
- wsxwj123/dsh-plugins#dsh-turn-scrubber - Compact right-edge turn rail with hover summaries and click-to-jump navigation.
- wx-yss/dsh-message-rail - Codex-style left-side message navigation rail for the Web UI: one tick per user message, hover previews, and click-to-jump across the whole history.
- wydddddcool/dsh-hover-approve - Anchors an approve/answer bubble to each DSH Web sidebar session row — one-click handling of authorization, questions, plan reviews and blocked goals without opening the conversation.
- wzz3034026545/dsh-rule-manager - Manage DSH rules from the web settings panel — edit global/project AGENTS.md, or auto-split pasted rules into layered AGENTS.md and skills via LLM.
- x2802490130-prog/dsh-client-ui-writing - Client-side writing panel for the Web UI: project volumes and stats, corpus library, full-text search, evolution version-chain diffs, and an SVG thread graph, shown only in writing-preset sessions.
- XHR666/dsh-mpkg-wallpaper - Load Wallpaper Engine .mpkg files as the DSH web background: embedded video, time-of-day switching, unified frosted blur, local wallpaper library & rotation.
- xi-zhao/OpenQuantum#openquantum-web-branding - Applies OpenQuantum branding, browser metadata, and PWA assets to the native DeepSeek Harness web UI.
- xiaheng1/dsh-turn-nav - Turn histogram navigation rail for DeepSeek Harness Web with mixed, DeepSeek, and Codex visual variants.
- Xiaofei-fei/dsh-prompt-history - Bash-like prompt history and terminal-style right-click paste for the DSH web composer: Up/Down arrows recall previously submitted messages and right-click pastes the clipboard directly, sourced from the session's own message log (zero config, zero extra storage).
- xiaoshihou514/dsh-tui - Clean and simple TUI.
- xiaoyangcheng84-svg/dsh-skin-manager - Skin manager for the DSH web GUI: discovers installed skins and switches the active one from a dedicated Settings page, mutually exclusive, hot-reloaded without restart.
- xiaoyuer3921/dsh-showreel - Turns the latest completed DSH session turn into a shareable vertical recap video: editable five-scene storyboard, host-side privacy redaction, optional AI polish and TTS narration, MP4/WebM export with PNG cover.
- XiLuovo/dsh-session-timeline - Session timeline down the left of the conversation: every user message at a glance, current-message tracking, hover preview of the message and its reply, click to jump, collapsible.
- xing-shuyin/dsh-ui-tools - Developer tools panel for the DSH web UI: file browser with preview, edit, and path-only file mentions; multi-tab terminals with quick commands; Git panel with commit, push, pull, and branch switching; and background job management. UI ported from pi-web-ui.
- Xingkong42/dsh-zh-labels - Re-applies Chinese UI labels to the DSH client modules on every start, so translations survive upgrades.
- xiyuepcl/dsh-approval-translator - DSH审批汉化 — approval dialogs translated to Chinese before they render: DeepSeek-powered, host-side, nothing for React to revert.
- Xliecc/dsh-session-theme - Shows every session theme in the DSH Web left sidebar immediately on page load by warming the session projection cache at startup; no need to click into a conversation first.
- XMoon/dsh-pi-tui - Third-party TUI mode for DeepSeek Harness (dsh --profile pi-tui), built on a vendored pi-tui fork: covers the main session loop plus approvals, commands, session switching and full-text search, as well as presets, skills, model/settings menus and slash commands.
- Y1X1n/dsh-prompt-optimizer - Adds an optimize button beside the composer that analyzes and rewrites the prompt draft with SSE streaming, conversation-context awareness (template vs intent-polish strategies), an edit-continuity memory chain, undo, and model routing with fallback and a connectivity test.
- yangshen830-eng/dsh-editor - VS Code-style code editor: sidebar file tree over the workspace, Monaco editing, file read/write, Git status and diff, search, and Markdown preview.
- YEYEYEYESHIFU/dsh-result-only-view - Results-only conversation toggle for the Web GUI: hides thinking and tool-call process rows, keeps one live status line while the agent works, restores working animations under prefers-reduced-motion, zh-CN/en localized.
- YiRan0/dsh-mobile-glass - Mobile adaptation for the DSH Web UI on narrow screens: reveal drawer with the chat layer on top, drag gestures, bottom-sheet settings panel, composer and header fixes, zero desktop impact.
- YooRarely/dsh-open-explorer - Adds buttons to open the current DSH workspace root in the host file manager.
- ysyyhhh/dsh-pet - Native desktop pet for DSH that follows agent activity, supports Codex pet packages, and imports approved pets directly from Petdex without its CLI.
- Yu-tao-Li/dsh-read-image-view - Displays the images read in the conversation (read_image results) in the DSH Web GUI: a dedicated Read image row with a default thumbnail and an in-page full-resolution lightbox (zoom buttons, mouse wheel, 1:1 original size), plus the metadata envelope.
- yuanbaoerer/dsh-decision-split - Decision split view for DSH web UI: a decision summary card in the main window plus the full plan in an independently scrollable side panel, so you can review the whole plan while writing decisions and send them back to the agent with one click.
- Yuer6327/NoLetMe - Real-time 'We need…' and 'Let me…' reasoning-trajectory keyword stats for the DeepSeek Harness web chat.
- Yujm888/dsh-turn-rail - Codex-style auto-hiding right-edge turn rail: edge-peek show/hide, per-turn tooltip, in-rail search, and a scrolling 30-turn window for long sessions.
- YZz-S/dsh-workspace-files-explorer - Floating workspace file-tree browser for the Web GUI with line-numbered syntax highlighting and Markdown preview.
- zealot00/dsh-pet - Desktop pet for the DSH Web UI: sprite-sheet animation, agent state linkage, drag, alarm (daily/one-shot) and pomodoro widgets, skin picker with preview.
- Zenjibad/dsh-any-attachment - Lets the DSH web UI attach files of any type as pathless @-mentions: pick a workspace file from the @ menu or drop one into the composer, and the agent reads it directly.
- dsh-settings-nav-organizer - Declutter the DSH settings nav: fold third-party plugin entries under collapsible group rows, with bookmark-style custom groups, a fold toggle, and auto classification (market tags → name rules → your AI model).
- zhengzeyong9527-droid/zzy-dsh-prompt-optimizer - Adds prompt optimization, cancellation, and undo controls to the DeepSeek Harness composer.
- zhousun55-byte/dsh-postman - Upload files and folders straight into the conversation — images attach as real message blocks, text content is written into the composer draft, folders land by directory structure.
- zhu1090093659/dsh-web-ui#packages/dsh-task-board - Task board for the dsh web GUI: a sidebar multi-column kanban whose cards run in real DSH agent sessions and can also be scheduled with cron expressions, executed host-side even with the browser closed.
- zhu1090093659/dsh-web-ui#packages/dsh-web-ui-all - Plugin and skin collection for the DSH Web UI: task board, Git graph, right-side panel, remote mobile UI, pet, live token stats, and a skin center.
- zhuifengqug/dsh-adaptive-reasoning - Pixel-art reasoning-effort slider for DSH Web with continuous 0–100 dragging, 16ms throttled writes, snap-to-level commits, and a WebGL ember fire that ignites as the slider moves.
- ZichengGurrr/dsh-window#kit - All-in-one bundle for DSH: the native Windows desktop window (WebView2), DeepEye vision (GLM-4V-Flash), and voice input (mic button) in a single install.
- ZichengGurrr/dsh-window#plugin - Native Windows desktop window (WebView2) for DSH: one-command install, auto-fetches the app zip from GitHub Releases, creates a desktop shortcut, and adds a desktop_launch tool to start it from chat.
- zizhongfeiyang/dsh-settings-drawer - Lets you choose which items appear in the DeepSeek Harness settings left nav.
- zmm863-commits/dsh-paperclip - DSH Web GUI paperclip button: a 📎 button in the composer opens a file picker (drag & drop supported) and inserts file contents into the textarea.
- zoumutou/dsh-web-preview - Side web-preview panel: local static hosting, Markdown/code/image preview, one-click run of non-static projects (Cargo/npm/Go/Python) with live logs, drag files into the chat (saved to the workspace), element mark & annotate, workspace file search on 404, and link-click takeover into the side panel.
- ZSeven-W/dsh-openpencil - OpenPencil design preview and editing plugin.
- zuoguyoupan2023/adhdgofly-dsh-ext - Highlights parts of speech (nouns green, verbs red, adjectives/adverbs purple) in rendered DSH Web Markdown, with light/dark palettes, toggles, and stream-aware updates.
- zzx-dear/dsh-selection-followup - Select any text in a DSH chat reply to get a floating Follow-up/Copy pill: one click quotes the selection into the composer so you can type your own follow-up question, or copies it.
Usage & Billing
- 02Muller25/dsh-api-balance - Real-time DeepSeek API account balance in the composer dock with manual or custom-interval auto-refresh.
- 1HelloMan1/dsh-usage-dashboard-plus - Shows DeepSeek balance and estimated daily spend, merges external vision-call JSONL records, and adds a per-session dashboard with model statistics, TTFT, cache rate, call logs, cost estimates, filters, and CSV export.
- 2006spy/dsh-token-billing - Real-time token billing for DSH web: official DeepSeek CNY pricing with automatic peak/off-peak switching, hourly price sync from the official site, visual custom model prices, and multi-currency fallback.
- 283Gawin/dsh-heatmap - Activity heatmap in the DSH Web sidebar: GitHub-style grid of daily commits, token usage, and estimated spend, with a today stats line for all-session token totals, cache hit rate, and per-model auto-priced cost.
- 534119219/chicheng-stats - Configurable DSH usage statistics: a sidebar text/card widget plus a detail dialog with per-provider and per-model breakdowns, cache-hit rates, token trends, and latency details (TTFT and duration).
- 940842546/dsh-usage-billing - Usage and cost statistics with peak/off-peak pricing after the 2026-08-17 rate change, a floating summary panel, per-session breakdowns, and a day/week/month/year/all usage heatmap.
- a1113622001/dsh-session-stats-panel - A right-side session stats panel showing average cache-hit rate, session cost, runtime, request count, cumulative tokens and account balance.
- AKS1st/model-usage-plugin - Per-model token usage and cost estimation with DeepSeek account balance, shown in a Settings panel tab.
- Andrew111888/dsh-plugin-balance - A floating credit/quota widget for the DeepSeek Harness Web: shows DeepSeek / OpenCode Go balances and usage, and tracks DSH session token usage and estimated cost by day, month, and model.
- badai147/dsh-ocgo-usage - Shows OpenCode Go quota usage in the web sidebar's bottom-left corner — rolling/weekly/monthly progress with a hover card, plus a Beijing-time DeepSeek peak-hour timeline.
- BeiZi6/dsh-opencodego-usage - OpenCodeGo quota monitor for the DSH Web GUI: a breathing indicator at the input's bottom-right (green/yellow/red by remaining share), a liquid-glass panel with rolling/weekly/monthly usage windows and reset times, auto-refreshing every 30 s; API key read from DSH credentials.
- Bob-Bo1/dsh-deepseek-balance - Shows DeepSeek API balance and local DSH Flash and Pro usage costs.
- bobcat848/dsh-calculator - DeepSeek API spend (current session and all sessions) and account balance in the aside panel, with official pricing and peak/off-peak support.
- boooooooer/dsh-balance-and-cost - DeepSeek account balance and model cost tracking with official peak/off-peak pricing, three-tier token billing (cache miss, cache hit, output), per-model and per-session breakdowns, a composer summary bar with hover details, CSV export, and a settings panel.
- bowenliang123/dsh-context - DSH context insight panel: Context dashboard + /context command + Context browser — one-stop context lifecycle management with categorized composition, content details, evolution trends, compaction/injection events, and stats.
- Ch0uHuaZ1/DeepSeek-Harness-Desktop#desktop-launcher-plugin - Adds a Desktop card to the settings page that detects the DeepSeek Harness Desktop app and launches it with one click.
- chenyinrusi/dsh-llm-cost - Per-turn and session-wide LLM cost metering: a dollar cost line under each message, a session cumulative total with hover breakdown, and an LLM+web price auto-refresh tool.
- Choi-Peng/dsh-deepseek-balance - DeepSeek account balance in the dsh web sidebar footer with live config hot reload and an editable Settings → Plugins card.
- ChrisZhangWG/dsh-codex-meter - Adds a Settings Usage dashboard for DeepSeek API balance, official token and cost analysis, trends, context warnings, and live API activity.
- CN-Leo/dsh-deepseek-balance - Real-time DeepSeek account balance in the composer dock, auto-refreshing every 15 seconds with hover details.
- DamonKoy/dsh-plugins#dsh-usage-cost - Token usage and cost tracking with daily/session budget alerts and a usage_report tool.
- DamonKoy/dsh-web-ui#dsh-live-stats - Live token estimates and generation throughput for the dsh web GUI.
- deepseek-dsh/dsh-workspace - Sidebar usage dashboard: DeepSeek balance and today's cost, project file explorer, Git diff & history, built-in terminal, and one-click Harness updates.
- dk33333333/dsh-deepseek-quota-left - DeepSeek API quota panel collapsed into a left-edge handle for the Web UI: click to expand balance, official today's consumption (with platform token) and live conversation cost; fork of dsh-deepseek-quota.
- feibi-mochi/deepseek-harness-control-center - DeepSeek Harness control center for official balance monitoring, per-session costs and tokens, third-party token totals, completion alerts, official recharge, flexible layouts, and agent-assisted session controls.
- FengHuoLinShan/dsh-plugin-llm-balance - DSH balance and quota card showing up to 3 recently used providers. Supports DeepSeek, Moonshot, Kimi For Coding, OpenAI Codex, and OpenCode Go, with auto-discovery, quota windows, reset times, color-coded status, dragging, and automatic refresh.
- fishxcode/dsh-plugin-deepseek-balance - DeepSeek API balance, balance trend, and daily usage charts in DSH Web settings.
- Floating-Dreaming/dsh-minimax-usage#trusted-plugin - Adds a "用量" section to the DSH Settings page that shows your MiniMax Token Plan usage (5h and weekly windows with reset countdowns), per-model breakdown, and video bonus credits; fetches
/v1/token_plan/remainsvia a trusted plugin that holds the API key, auto-hides when no key is configured. MIT. - gdy01/dsh-token-cost - Per-project LLM token usage and RMB cost in the DSH Web sidebar, split by input (cache miss), cache hit, and output with model price auto-pricing.
- Ghost011118/dsh-balance-meter - DeepSeek account balance and session cost in the composer dock, with auto-fetched official pricing and peak/off-peak support.
- GLFzr/dsh-opencode-go-quota - OpenCode Go quota ring: click-to-cycle progress ring (5h/weekly/monthly) left of the model selector, colored by urgency, with reset countdowns on hover.
- GooodWei/context-vista - A right-side floating panel and /context command for DeepSeek Harness — a live donut chart of context token usage, allocation, and estimated cost.
- GPIOX/dsh-api-balance - Floating API-balance badge for DeepSeek Harness: live balance for DeepSeek, Moonshot, OpenAI and custom endpoints; draggable, resizable, frosted-glass look, with text color adapting to the content beneath.
- Han-1413141/dsh-cost-meter - Per-session and daily API cost, budget with usage %, official balance, history dashboard, and one-click official price sync with peak/off-peak pricing.
- Hann428/dsh-usage-dashboard - DeepSeek Harness Usage tab for DeepSeek account balance, official peak/off-peak pricing, live countdown, platform usage link, and local balance warning light.
- HaoyueQin/dsh-usage-statistics-panel - Usage statistics settings panel: 26-week activity heatmap, daily token trend with a cache hit-rate curve, per-model donut and breakdown, plus a one-time historical session backfill.
- hb-degithub/dsh-usage-guard - Usage statistics panel: silent per-model token collection, activity heatmap, trend charts, cost estimation and daily-limit guard.
- huanyuLv/dsh-balance-tide - DeepSeek account balance and session cost under the composer, with a live peak/off-peak pricing badge (Beijing time), a countdown to the next pricing switch, hover price tables, and usage advice.
- iamfromchangsha/dsh-go-balance - OpenCode Go balance pill at the right end of the composer tool row: rolling/weekly/monthly quota remaining straight from the Zen usage endpoint, with hover detail and warn/danger coloring.
- ibka512/dsh-ibka-balance - Permanent composer-dock balance card: real-time DeepSeek API account balance with 5-minute auto-refresh, a manual refresh button, and low-balance color warnings.
- izz-BLUE/dsh-deepseek-usage-dashboard - DeepSeek API usage dashboard for DSH Web: daily cache-hit/miss and output token statistics from session logs, per-model cost estimates, account balance, 7-day trends, and a composer usage summary.
- jacujay/dsh-model-balance - Auto-detect the current model vendor (7 built-in) and show its balance or quota in the composer input row, with custom endpoints for unsupported vendors.
- Jannchie/dsh-bill - Cost tracking priced from an online catalogue (models.dev + OpenRouter, 8000+ models, each call priced at its own instant): a per-turn cost line, a Cost tab attributing spend to tool output / model output / system prompt / commands, budget, monthly forecast, ~166 live-rate currencies, and a bill_stats agent tool.
- jiangli07/dsh-deepseek-quota-bar - Draggable transparent balance card with a blood-bar of remaining balance vs month-opening, today/month spend (official when the platform token is configured), and session cost.
- Jolly-J/dsh-deepseek-billing - DeepSeek account balance and per-session cost card in the sidebar foot.
- JonyChan8394/dsh-llm-balance - Multi-provider LLM API balances under the chat input, with presets for DeepSeek, OpenRouter and SiliconFlow.
- kelearns/dsh-token-usage - Token usage heatmap for the Web UI: daily/weekly/cumulative views over a 12-month window with light/dark themes.
- kenz1117/dsh-ui-usage-billing - Sidebar billing dashboard: real usage aggregated from session logs (per-model and per-day calls/tokens/cache), cost estimated in CNY from a current multi-provider pricing catalog, subscription-plan (coding/token/agent) routes exempt, and per-provider health dots.
- KIDLi1412/dsh-session-cost - Session cost estimate in a status bar at the bottom of the conversation (per-model token pricing, CNY) plus the live DeepSeek account balance via the official balance API.
- KIDLi1412/dsh-token-heatmap - GitHub-style daily token-usage heatmap on the new-session screen with a selectable calendar-year view, green/blue color schemes, and today / this-month / all-time totals.
- kirigayakazima/dsh-usage-vendor-stats - Vendor-based usage dashboard: per-provider token/cache/output KPI, a 53-week heatmap, trend chart with hourly "today" view, model drilldown, cost estimation, CSV export, and health cards (TTFT, generation speed, peak context, error rate).
- LaoYueHanNi/dsh-token-usage - Per-request model token usage tracked to per-day JSONL files, with a stats page in Web settings: daily trend chart, per-model breakdown, and date/model filters.
- lcthe/dsh-usage-monitor - DSH Usage Monitor: auto-query provider credit balances and time-window limits from configured API keys, with input capsule and custom provider support.
- LeemanCheung/dsh-token-usage - Local-first four-bucket Token observability: persistent session/provider/model/day dashboards, trends, budget and anomaly signals, public-rate estimates, safe aggregate exports, and explicit opt-in usage or session-trajectory analysis.
- LemCAE/dsh-balance - DeepSeek account balance and current-session spend estimate in a top-bar chip and settings card, with pause-aware auto-refresh, an editable official price table, a
deepseek_balancemodel tool, and a bilingual UI. - licyer/dsh-token-monitor - Header quota badge plus a usage tab tracking tokens and estimated cost per request across sessions, providers and models, with local SQLite history and cross-device import/export.
- ljr282341583/dsh-convo-cost - Real-time cost tracking for the current DSH conversation: a composer-dock line showing the running token usage and DeepSeek official price estimate (base and peak/valley pricing).
- LL-cmyk-so/dsh-balance-widget - A balance and cost widget for the DSH web GUI: a sidebar footer card shows the account balance, a remaining-ratio bar and today costs; clicking opens a four-tier cost breakdown (last prompt / this session / today-this-project / today-all) with term explanations and a one-click top-up link. Zero external dependencies, works on Node 24.
- lninghaha/dsh-hub-oauth-gateway - DSH Web Usage Center with local SQLite history, HUD and dashboard, Hub account/quota snapshots, custom pricing and fee ledger, and CSV/JSON export, plus coding-plan OAuth and an optional loopback OpenAI/Anthropic gateway.
- luokai-demo/dsh-plugins#plugins/dsh-balance-plugin - DeepSeek wallet balance at the sidebar foot: a credit-card icon with the amount tinted by remaining balance (green over ¥2, amber ¥0–2, red below), refreshed on mount, per turn-end, and on click; a signed delta floats up and fades on each balance change.
- luxueliu/luxueliu-usage-command - Daily cost card for your local LLM gateway: /usage reads gateway_usage.jsonl and itemizes spend per model and per hour, covering official direct, OpenRouter relay, and in-plan metered pools.
- Lzh3070/dsh-session-cost - Composer cost chip: prices the current session DeepSeek API spend message-by-message with the official pricing table (incl. the 2026-08-17 peak/off-peak policy); hover for the breakdown, today (DSH) total and account balance. DeepSeek models only.
- Make0209/dsh-usage-stats - GitHub-style usage heatmap dashboard: per-workspace turn counts and token spend (with cache-hit rate), DeepSeek account balance, and workspace aliases.
- Max-Samson/dsh-usage-chart - Token, cost, and balance dashboard under the composer: live indicator plus zero-dependency SVG charts for per-turn usage, estimated cost, and DeepSeek account balance.
- mike-lee0120/dsh-cost-dashboard - Cost dashboard for DeepSeek Harness: aggregates model input/output/cache tokens across all local sessions, prices them with a builtin table (including DeepSeek peak/off-peak), and shows daily trends plus per-model and per-session tables.
- Minokun/dsh-quota - Bottom-right quota pill and panel aggregating membership quotas across AI platforms (Kimi Code, DeepSeek, Zhipu Coding Plan, BigModel, Qwen, Scnet, TokenRouter, SupaWriter), auto-syncing API keys from the DSH credentials domain with colored usage bars.
- MoonlitDropOfBlood/dsh-token-stats - Token usage statistics for DeepSeek Harness: per-model daily and range charts plus a yearly contributions heatmap.
- mov-eax-eax/dsh-token-anxiety - Live per-task token cost widget: peak/valley pricing windows, projected post-hike costs, sortable per-task cost table, multi-currency (COP/USD/CNY + ~40 more) with FX rates, and one-click streamed LLM explain of expensive tasks.
- mtty-ai/mmx-quota-tool - MiniMax token-plan quota dock for the Web UI: a drop-shape 5h-usage % chip in the conversation input area, click for a detail panel listing every model's 5h & weekly usage and reset countdown, auto-hidden when the active default model is not a MiniMax model.
- Mu-scorpio/token-usage-counter - Persistent provider-reported token usage totals with per-session, per-model, and daily activity statistics.
- Nixz0824/dsh-usage-stats-plus - DSH usage and balance panel with official live balance, per-event official peak/off-peak pricing, all-channel spend estimates from daily balance snapshots, and a Codex-style 12-month token activity timeline. Fork of Ychris12138/dsh-usage-stats.
- NOirBRight/dsh-usage-monitor - Settings usage dashboard: tokens, requests, output tokens, and cache-hit rate from session logs, with a stacked chart and a breakdown table by provider, model, or workspace.
- nonewind/dsh-spend - Token usage and estimated spend for the dsh web UI: floating panel with per-model, per-day, and per-session stats.
- OK-wx/dsh-ocgo-lite - OpenCode Go usage bar in the composer dock: rolling/weekly/monthly quota rings, DSH-session token & cost stats priced with live official rates, per-model and current-session scope breakdowns with live per-session updates, one-click API key copy.
- ParticleLight/dsh-all-usage - Analyze usage across models, providers, workspaces, and time ranges — including custom start/end dates over the full retained history — with live cache-hit visibility and separate model and provider breakdowns. Includes a 53-week GitHub-style heatmap, usage streaks, cache-efficiency trends, DeepSeek account balance, workspace aliases, CSV export, and a durable ledger that preserves successfully flushed usage after session deletion and rebuilds incrementally — unchanged sessions are reused straight from the ledger and only newly appended events are folded. Token accounting is explicit: input is fresh (cache read/write and reasoning are separate buckets) and zero-usage replays never overwrite recorded usage. Chinese uses local time, English uses UTC; API access is loopback-only.
- qwert702/dsh-token-viewer - CC Switch-style token consumption statistics for the dsh web GUI: per-request usage log, real-consumption hero, request-time-bucketed trend chart, per-model peak/off-peak list pricing, per-project and per-model stats, and account balance.
- rayzhu1109/dsh-balance - Real-time DeepSeek account balance in the sidebar footer with a 5-day spending chart.
- SenmuuuuW/dsh-whale-report - DeepTrace — deterministic agent reports from session logs (daily/weekly/monthly/yearly/custom): cost & token breakdown, 8 insight rules, collaboration review, live provider balance, PDF/PNG/HTML export; read-only, never rewrites history.
- Sev7een/ds-api-usage - DeepSeek API balance and 24-hour usage dashboard in Settings, with estimated spend, token counts, request counts, and an hourly timeline.
- Shiye-10Pages/dsh-whale-meter - Usage tiers and shareable stats cards: 🐟→🐳 ranks by monthly token burn with a locally-computed estimated percentile, precise pricing for 46 models across 6 vendors (including size-tiered Chinese pricing), backfill of pre-install sessions, and old-vs-new comparison across the 2026-08-17 rate change. Local-only, no telemetry.
- SoDaZilla-zzz/dsh-liquid-glass-balance-card - Draggable 3D liquid-glass floating card for the DSH web GUI: DeepSeek API balance, cumulative spend/token stats (today/yesterday/7d/30d/all), adjustable glass/3D/color controls, and one-click top-up.
- Starlight-bananice/dsh-status-bar - A configurable 17-segment session status bar for the dsh composer dock with live TPS, per-model cost estimation, and a usage & cost dialog.
- stevenx65/dsh-balance-plugin - DeepSeek balance and token usage in the web sidebar, with a today/all-time toggle and provider filtering.
- Sttrevens/dsh-cost-meter - Per-turn USD cost badge in the Web UI: session total in the header and per-turn cost in each message footer, with a hover breakdown.
- V-dev-388/dsh-usage-meter - Settings-page usage dashboard: per-provider/model token summary across all sessions, with today/7-day/30-day CSS-bar trends and a cache-hit rate.
- v587d/dsh-opencode-go-usage - OpenCode Go subscription usage (rolling/weekly/monthly windows with reset countdowns) in the composer dock, with a built-in credential editor.
- vibeinging/dsh-agent-budget - Agent-tree token budget management.
- vinyumao/dsh-opencode-usage - OpenCode Go plan usage display for the DSH web GUI: a persistent badge under the composer shows rolling/weekly/monthly usage percents with reset countdowns; click to expand a card; agents can query the balance via the
opencode_go_usagetool. - wenzetan/dsh-quota-panel - Bottom-right quota capsule that auto-discovers every configured provider (DeepSeek, OpenRouter, SiliconFlow, GLM, one-api/new-api, coding plans) and shows balance or rolling 5-hour and weekly usage, with per-provider visibility, alert thresholds and proxy support.
- wingsky-1/dsh-plugin-hub#packages/dsh-opencode-usage - OpenCode Go plan usage floating pill: three-window consumption percentages (rolling/weekly/monthly) with mini area charts, backed by background sampling against the official /v1/usage API.
- wssfk12138/dsh-damage-pulse - Tracks DeepSeek token usage, per-call and session costs, and account balance with cache-aware charge animations in the DSH Web UI.
- x2802490130-prog/dsh-balance-float - A floating balance widget for the Web UI: live DeepSeek account balance with manual refresh and a Y/N-confirmed graceful exit.
- xiaweiliang060035/dsh-opencode-go-usage - Floating widget showing real-time OpenCode Go subscription usage (rolling/weekly/monthly) for every API key, with rate-limit alerts and automatic key-pool discovery.
- Xidong-AI/dsh-rate-limiter - Proactive per-provider token-bucket rate limiting that queues over-limit requests before they are sent, preventing upstream 429 errors.
- xohmai/dsh-cpa-status - CPA account-pool status panel: sidebar health light, quota bars, success-rate ticks, and gateway key endings.
- xxvk/dsh-cost-crystal - Floating cost crystal for the Web UI: balance card, real-time tok/s, peak/off-peak billing countdown, last-24h spend, and a 🔮 next-message cost forecast, all timezone-aware.
- y2zyyr/dsh-token-usage-sidebar - Persistent provider-reported token usage for DSH Web, with a sidebar summary and settings-page breakdowns by range, token type, provider, and model.
- yangyongzhen/dsh-session-report - Per-session cost & usage report cards: tokens, cache hits, duration.
- Ychris12138/dsh-usage-stats - Multi-provider usage dashboard with provider/model token breakdowns, calendar drill-downs, account balances, and OpenCode Go / Z.ai subscription quota tracking.
- yflmq001/dsh-cost-tracker - Per-model token cost tracking with configurable cache-hit/miss, output and peak-window pricing, a live session cost bar, and unconfigured-model flags.
- yoiizesdev-crypto/DSH-Balance-display - Real-time DeepSeek account balance badge in the sidebar footer with odometer roll animation, multi-currency support, balance trend chart, per-key usage statistics with historical backfill, and GitHub version auto-check.
- yokesky/dsh-usage-lens - Usage statistics dashboard for the DSH Web UI: info cards, a 280-day GitHub-style activity heatmap, daily token trend, and model-usage donut chart.
- yyb16yyb-hub/dsh-deepseek-usage - Real-time DeepSeek API usage: account balance with low-balance alerts (browser notification on threshold crossing), token & request stats (total/today/last-60s windows, per-model and per-session), estimated cost — a composer dock plus a settings-page usage panel.
- YZz-S/dsh-billing-balance - Shows DeepSeek API account balance and Volcengine Ark Coding/Agent Plan quota windows (5h/weekly/monthly with reset countdowns) in the settings panel, composer dock, and a draggable floating refresh button.
- YZz-S/dsh-token-cost-meter - Real-time session token usage and estimated cost in the composer stats row, with pricing fetched from DeepSeek official pricing page.
- Zenjibad/headroom-stats-plugin - Shows real-time token and cost savings from the Headroom compression proxy in the DSH web UI: a Settings dashboard plus a persistent stats line under the composer.
- zer0zio-stack/dsh-opencode-go-quota - Bottom-right 余额 badge for the DSH Web UI: on expand it fetches the currently-selected provider's OpenCode Go plan limits or DeepSeek prepaid balance, plus local token usage and pricing-based spend estimates.
- zh667/TokenLedger - Sidebar usage panel that attributes tokens to the relay site that served each request, read from your existing provider config: today/month/all-time totals, per-site and per-model breakdowns, a year activity heatmap, and New API / Sub2API / DeepSeek balances.
- zhang-jiazhi/dsh-stats-panel - Token usage statistics for DeepSeek Harness. Per-channel usage with balances and plan quotas for mainstream providers, CNY cost estimates, and daily charts — a settings-sidebar section.
- zhouchengke2046/dsh-sidebar-balance - DeepSeek Harness plugin that shows the DeepSeek API account balance and OpenCode Go plan usage (consumption ring, hover details) in the sidebar footer, with adaptive polling and zh/en locale support.
- zhu168/dsh-save-money#plugin - Pause and resume tasks automatically during user-defined time windows to avoid peak-hour API costs; includes account balance display and 10-minute granularity spend bar chart.
- zoumutou/dsh-cost-balance - Collapsible iOS-style stats pill under the composer: session cost, DeepSeek account balance, cache-hit rate, and token usage in a frosted panel.
Themes & Appearance
- 0nt-one/dsh-neo-skin - Neo-brutalism skin with two switchable schemes (Blue Command / Aged Newspaper), hard shadows, sharp corners, and light/dark theme support.
- aerince/dsh-models-dev-reasoning - Adds models.dev reasoning levels to unconfigured third-party DeepSeek Harness models.
- AKS1st/dsh-cyber-particle - Particle-network background overlay for the DSH Web shell: full-screen, click-through, zero runtime dependencies.
- AKS1st/ikun-theme-skin - IKUN fandom skin for the DSH Web UI: star-blue and black-gold palettes in the system theme list, full-screen photo wallpaper rotation, a music box, and a send-button voice line.
- baisama-cloud/dsh-custom-brand - Customizable brand area for the Web UI: replace the whale logo and DeepSeek wordmark with local images, and edit the HARNESS badge text (double-click to change, right-click to reset).
- BeiZi6/dsh-theme-plugin - Theme studio for the DSH Web GUI: five built-in presets plus fully customizable light/dark palettes (accent, background, foreground, UI and code fonts, translucent sidebar, contrast), hot-swapped instantly and persisted in localStorage.
- caoyiwei850/dsh-client-ui-skins - Skin plugin for the DSH Web UI: 4 built-in skins plus custom image skins with the photo as a full-interface background and the palette following its dominant hue.
- chinaRXQ/dsh-wallpaper - Wallpaper skin for the DSH Web UI: image background with opacity, mask and blur controls.
- code-newbie-1/dsh-wallpaper - Wallpaper Engine integration for the dsh web GUI: scan the local WE library (Steam workshop 431960 + local projects) and use its wallpapers as the page background — image/video/web rendered natively, scene wallpapers as softened static previews — with a wallpaper-design panel (opacity, scope, blur, vignette, fps, parallax, carousel, theme linkage) and agent tools wallpaper_scan/list/set/config.
- codeMonkey-Pine/dsh-wallpaper - Wallpaper Engine integration for the dsh web GUI: scan the local WE library (Steam workshop 431960 + local projects) and use its wallpapers as the page background — image/video/web rendered natively, scene wallpapers as softened static previews — with a 壁纸设计 panel (opacity, scope, fill, blur, vignette, fps, parallax, carousel, theme linkage) and agent tools wallpaper_scan/list/set/config.
- d-dev0101/open-sea-skin - Realtime WebGPU ocean skin with quick controls for waves, daylight, glass opacity, and an automatic day cycle.
- DamonKoy/dsh-web-ui#dsh-skins - Skin family aggregator: one install gives the skin center plus all skin assets (qq98, ths, xp, blue-fantasy, dragon-heir, minecraft, miku, trading).
- ddbj-hub/dsh-wallpaper-skin - Persistent wallpaper skin for the dsh web profile: static image or muted looping video as the app background, with translucent panels and a floating picker panel.
- dhicoc/dsh-theme-mineradio - Mineradio glassmorphism theme for the DSH web UI: champagne-gold glass panes, a fluid or wallpaper backdrop, and a one-switch toggle that restores the stock look exactly.
- DocJlm/dsh-arknights#pramanix-eyjafjalla - Arknights-inspired fan skin for the DSH Web UI featuring Pramanix and Eyjafjalla in a day/night celestial garden.
- dsh-plugins/dsh-thought-buddy - A GrokBot-style animated avatar with a synchronized typewriter status line — right in front of the "Deep diving..." indicator.
- elysia395/dsh-wallpaper-engine - Wallpaper Engine backgrounds for the DSH web GUI: plays local Video/Web wallpapers behind the chat, renders Scene wallpapers as extracted static frames, and adds content-rating/type filters, custom uploads and an iOS-style liquid-glass settings window.
- FeatherHunter/dsh-opencode-palette - Ports all 34 opencode official themes (33 static JSON + 1 system) into DeepSeek Harness: data-driven pipeline (JSON → color resolve → DSH override), per-browser persistence, monospace/proportional choice, five code fonts, and a system fallback that keeps typography only.
- feng78-boop/dsh-thirteen-bg - Animated and video live wallpaper for the DeepSeek Harness Web GUI — GIF, animated WebP/APNG and static PNG/JPEG images, plus MP4/WebM video backgrounds, with auto format detection, a dim slider, and UI chrome tone matching.
- GGBond2424648901/deep-whale-day-night-theme - Non-commercial day/night whale-girl skin for official Harness rc.7: current no-viewport-frame layout, paired crystal-workshop and moon-tide scenes, chibi companions, translucent ornaments, and lightweight ambience.
- GptsApp/dsh-stylevault - 30 classic open-source theme palettes (Catppuccin, Nord, Tokyo Night, Gruvbox, Solarized, etc.) mapped to official ThemeService tokens for DeepSeek Harness, with a Style Settings panel for live color/font/radius tweaks and JSON export/import for sharing config packs.
- hanyi7867069-create/dsh-moonrise - Moonrise dark theme for the DSH Web UI, with deep indigo surfaces and warm amber accents.
- HaoyueQin/deepseek-harness-background - Custom image wallpaper for the DSH Web UI: upload a local picture or paste an image URL behind the whole app surface, with opacity, theme-aware scrim, panel transparency, frosted-glass and wallpaper blur sliders, cover/contain fit, live preview and persisted settings.
- Isilsolme/dsh-anthropic-fonts - Anthropic Sans, Serif, and Mono fonts for the DSH Web UI, with Source Han fallback for CJK.
- jiangwangyang/dsh-theme-blackhole - A black hole theme plugin for the DeepSeek Harness (dsh) Web UI.
- Juryorca/dsh-custom-theme-import - DSH Web skin manager for mainstream DSH skin packages: import local paths or GitHub collections, scan installed skins from the web profile, preview/use/disable/refresh/delete, with host-side persistence.
- keke050/dsh-wallpaper - Wallpaper skin for the DSH Web UI: presets, image URL or upload, and an opacity slider that fades the interface to reveal the wallpaper.
- KinGao294/dsh-skin - Codex-style skin switcher plus a custom wallpaper layer with opacity and blur controls.
- kingOfSoySauce/dsh-liang-skin - Adaptive reasoning slider skin that maps each model's available reasoning efforts onto a 0–30 visual intensity scale, with synchronized portraits, background, and interface colors.
- leavestring/awesome-dsh-background-plugin - DSH Web background settings: upload a local image or pick a preset ambiance, with live preview and persistent settings.
- LeemanCheung/dsh-qq2007-skin - QQ 2007-inspired DSH Web skin: 72 native theme tokens, scoped three-pane chrome, original offline art and pixel buddy, an optional synthesized send chime, responsive/accessibility fallbacks, and reversible Settings switches.
- lengzhanbao/dsh-taffy-theme - Candy-pink acrylic DSH Web theme with light conservatory and dark stage art, gold-pink chat frame, Taffy character overlays, and an optional agent preset.
- Lhy723/dsh-neu-theme - Neumorphic DSH Web theme with light and dark palettes, ambient lighting, material shadows, grain texture, frosted-glass surfaces, and micro-interactions.
- linhut/dsh-stock-terminal - Stock market skin + real-time ticker plugin for DSH Web GUI: candlestick (K-line) popup with day/week/month periods, watchlist with pinyin fuzzy search, portfolio P&L tracker, trading session indicators, support for A-share/HK/US/crypto/forex.
- Liu-ZA-81/dsh-theme-firefly - A Honkai: Star Rail "Firefly" theme with wallpaper/video backgrounds, firefly-green neon palette, transformation boot animation, ambient particles, BGM, typewriter SFX, and context-aware emote easter eggs.
- lxxz1918/dsh-theme-customizer - Visual theme customizer for the DeepSeek Harness web UI — backgrounds, text colors, borders and details, all adjustable visually, with presets you can import and export, persisted across restarts.
- lyq3/dsh-skin-nebula - Anime skin pack for the DSH Web UI: five AI-generated HD themes (Ninja, Sakura, Bamboo, Ronin, Ryujin) with per-theme accent palettes, a top-right shirt-icon switcher, and an adjustable transparency slider.
- MangMax/dsh-themes - Look & theme plugin for the DSH Web UI: built-in palettes, light/dark/follow-system appearance modes, Open VSX theme search & install, and VS Code theme import with a persisted theme library.
- megatronyy/dsh-skin-background - Image-background skin with four shipped wallpapers, a user wallpaper directory, custom image URLs, and live dim/blur controls in Settings.
- mux9056-bot/dsh-theme - Theme pack for the DSH Web UI: 30 drop-in CSS themes with light and dark variants, integrated into Settings → General with a programmatic API.
- niiang/dsh-kimino-theme - Kimi no Na wa (Your Name) theme: cinematic wallpaper, comet-blue glassmorphism, movie logo swap and unified scrollbars for the DSH Web GUI.
- NoNameLeGo/dsh-catppuccin-theme - Catppuccin themes plus a toggleable glassmorphism skin for the DSH Web GUI: Latte, Frappé, Macchiato and Mocha registered into the native theme runtime, one-click switching with a persisted choice, and adjustable frosted glass for the top bar, sidebar, composer, stats line and trajectory view.
- ossFrankFrank/dsh-dracula-theme - Dracula theme plugin for the DSH Web GUI: the classic dark palette and the Soft variant registered into the native theme runtime, one-click switching with a persisted choice.
- PAKIKNOWLEDGE/dsh-client-ui-skin-claude - Claude-style skin with a warm-black canvas, clay accent, and serif UI that follows the native light and dark themes.
- RevolutionLA/dsh-dream-skin - One-command skin plugin: 8 original themes, translucent wallpaper with opacity/blur, per-user accent, and shareable theme-pack import/export, favorites and surprise-me — purely native on DSH's token system.
- RizenHNT/dsh-skin-digital-arcade - Digital arcade HUD skin: neon cyan/violet/magenta palette, Fusion Pixel fonts, animated sprites (city backdrop, data core, mascot), custom crosshair cursor; light and dark themes follow the system.
- ruijiaang-lab/dsh-wallpaper-engine - Wallpaper backgrounds for the DSH web GUI. Windows: reads your Wallpaper Engine (Steam) library and plays video/web wallpapers behind the chat. macOS: scans the WaifuX download folder and loose media folders automatically — anything saved in WaifuX becomes a DSH background with zero setup. Liquid-glass blur, dim and border sliders.
- sakuraaa667/dsh-wallpaper-engine - Use wallpapers downloaded in Wallpaper Engine as the DeepSeek Harness web background: video wallpapers play in place, image wallpapers use the highest-resolution standalone artwork, with cover/contain fit modes and a 0-100 panel dimmer.
- SamizuHM/dsh-client-ui-theme-xp - Windows XP Luna desktop for the DSH Web UI: a floating window manager with taskbar and desktop icons, plus the era-accurate Luna skin.
- SenryLee/dsh-frosted-window - Upload an image as a full-window frosted-glass theme: sidebar/conversation/details share one frost layer, Save/Delete, official Light/Dark/System stay in charge.
- Sim-xia/dsh-vscode-theme - Imports .vsix theme files made for Visual Studio Code and applies them to the DSH Web UI.
- skymecode/dsh-deep-diving - Adds selectable animated skins to the "Deep diving..." status row, with configurable size and optional status-text replacement.
- Small-tailqwq/dsh-deep-whale#maid-atelier - Whale-girl skin series for the DSH Web UI (maid-atelier).
- starslittle/dsh-blue-whale - A DeepSeek Chat-style blue-whale color skin. Light and dark follow the built-in appearance.
- starsstreaming/beautiCode#deepseek-harness - Local image and MP4 video backgrounds for DSH Web: a sidebar Background panel, saved themes including a built-in window-frame preset, mute toggle, last-background restore, plus /bg, /bg-theme and /bg-clear commands.
- TFboy1/dsh-minecraft-ui - Presents DSH Web as a playable, full-screen first-person Minecraft-style voxel interface—not a color-only skin: users walk through a persistent Three.js block world and access native workspaces, sessions, conversations, tools, model selection, permissions, context information, and the composer through in-world facilities and a workbench.
- tiantyu/dsh-skin-toggle - Skin manager for the DeepSeek Harness web GUI: a draggable whale button that restores the default look on left-click and switches between installed skins on right-click.
- tianyhjg-lab/dsh-font - Font switcher for the DSH Web GUI: 99 UI fonts and 31 code fonts with CJK-Latin pairing stacks, instant apply and localStorage persistence.
- Tkingxiao/dsh-any-background - Custom theme plugin with video and image wallpapers, free positioning, and scale/fill modes. Extracts wallpaper colours and switches text to light or dark automatically. Per-area blur across 6 UI regions, per-area opacity, and one-click theme export/import.
- Tommy00748/dsh-theme-cyberpunk2077 - Cyberpunk 2077 / Night City theme: NC yellow and neon cyan identity, CRT scanlines, Kiroshi hover lock-on, combat-state HUD, synthesized typewriter and message SFX, and hidden easter eggs (relic / johnny).
- tpmoonchefryan/dsh-joi-channel-theme - Two-suit VTuber theme for Joi: Flowers and Library are separate token systems for light and dark, with a standing portrait and a whale girl napping on the headline of the new-session page, two chibi companions above the composer that follow the turn state, a duo sidebar mark, and a context meter shaped as a ripening mandarin; a third card returns the stock DeepSeek look with the plugin still installed.
- TQSY114514/dsh-ui-appearance - Appearance customization for the DeepSeek Harness WebUI: theme palette, wallpaper and video backgrounds, translucency and glassmorphism.
- tsdfy/dsh-skin-switcher - Skin switcher for the dsh web UI: one-click theme switching with auto-discovery of community skins.
- tuogusa/dsh-whale-background - Whale-girl wallpaper background with a frosted semi-transparent app surface; customize image, opacity, and contain/cover from the Web settings, with remote image preflight and no-referrer loading.
- Ultronen/dsh-liquid-glass - One toggle makes the whole DeepSeek Harness shell translucent, with an opacity slider and a custom full-page background.
- webkubor/dsh-bloom-theme - Bloom Morandi theme: four variants (mist, cinnabar, petal, ripple) built on OKLCH so light and dark stay perceptually even, switchable from the top bar, with all eight foreground/background pairs measured at WCAG AA or better.
- Willmylife/dsh-dynamic-wallpaper - Animated wallpaper plugin with 8 canvas backgrounds (particles, meteors, starfield, waves, rain, bubbles, matrix, aurora) plus custom video import, and speed/density/opacity/blur sliders with localStorage persistence.
- wsxwj123/dsh-plugins#dsh-appearance-gallery - Fifteen curated theme families and nine complete dsh-web-ui skin replicas in one plugin behind a single settings entry, with CSS-only custom theme JSON, controlled custom skin-pack import via folder picker, preview, apply, delete and restore-default.
- xiaozhe7772222/dsh-api-key-pool - API key rotation pool for your LLM providers: auto-discovers providers from settings, per-provider multi-key round-robin, failover on 401/403/429, and cooldown recovery.
- xingyingyuzhui/dsh-liquid-glass - Wallpaper plus optional Liquid Glass islands for the DSH Web UI: Ice/Deepwater presets, import, wallpaper opacity, and per-island blur on official light/dark/system.
- ymh0000123/dsh-theme-endfield - Arknights: Endfield industrial-editorial theme for the DSH Web UI: cream paper, ink text, zero border radius, two switchable accent palettes (signal yellow / teal-cyan), plus optional marching-squares contour background, ENDFIELD watermark and boot progress plate.
- yunxiiQwQ/dsh-maid-whale-webUI#maid-whale-webui - Whale-maid paper theme for the DSH Web UI with light and dark palettes, ocean illustrations, hand-drawn frames, decorative assets, and a persistent pet.
- Yuuhann1999/dsh-bloub-mood - Animated mood icon: swaps the favicon, sidebar wordmark and hero headline for bloub expression animations that follow session state (working / awaiting input / done / idle), with 8 shapes, 12 colors and custom wordmark texts configurable in Settings.
- yzke/dsh-icon-theme - Automatic and user-customizable Fluent-style icons for DSH Settings and sidebar actions, with offline SVG packs and original-icon preservation.
- ZaVang/dsh-diorama - Character skins with an editable decoration board — Yukino warm daily and occult editorial themes, each with dual character sprites + sticker sheets, drag/resize/rotate coordinate editor, custom asset upload, and shareable diorama packs (assets + layout bundled).
- zhijun-dai/Catppuccin-dsh-theme - Catppuccin theme plugin: Latte, Frappé, Macchiato, and Mocha skins for the DSH Web theme runtime.
- zhijun-dai/dsh-Fonts - Font system plugin: OFL webfont presets served offline from the plugin, user-imported custom woff2 fonts, and a ctx.fonts registry other plugins can extend.
- zhijun-dai/Solarized-dsh-theme - Solarized and Selenized theme plugin: four faithful palettes registered with the DSH Web theme runtime.
- zhxqc/dsh-oh-my-theme - Web theme and file workspace plugin with global typography controls, @file mentions, a project file tree, Markdown preview, and a resizable side panel.
- ZJUZhiyuCai/dsh-ivory - Warm light and dark theme for DSH Web with responsive layout, bilingual settings, safe Markdown preview, per-block copy controls, and no telemetry.
Models & Providers
- AdonisSheldon/dsh-openai-oauth - Connect a ChatGPT account to Codex models in DeepSeek Harness through browser PKCE or device-code OAuth, with automatic token refresh and Web or headless login.
- amlyczz/dsh-agy-link - Google Antigravity (agy CLI) models for DSH — streaming chat with Gemini/Claude/GPT-OSS subscriptions, native tool cards, thinking turns, and in-GUI Google OAuth login.
- beijingwahw/dsh-proactive - Proactive multi-model scheduling plugin: multi-source signal intake with dedup and urgency ranking, a four-way execute/defer/dismiss/ask-user decision engine, DAG plan generation with parallel model execution, quality reflection with automatic retry and model switch, long-term memory for task patterns and lessons, and strategy evolution via genetic algorithms with sandboxed evaluation and canary rollout.
- BruceLanLan/dsh-tier-router - Two-tier model routing: a strong tier plans, advises and reviews while a cheap tier implements, with plan-mode-aware auto routing, a high-impact escalation guard, failure auto-escalation, and subagent tiering.
- btspoony/dsh-llm-fallbacks - Role-based LLM retry & fallback strategies.
- corrinehu/dsh-workbuddy-connect - Brings the models in the WorkBuddy desktop app straight into DeepSeek Harness — zero configuration in the DSH chat.
- cuboteam/dsh-plugin-dit - DIT.ai provider bundle for DeepSeek Harness: installs 29 OpenAI Chat Completions models and 10 Anthropic Messages models from one DIT_API_KEY, with protocol-specific thinking configuration.
- CypherNaught-0x/DSH-Subagent-Model-Router - Routes delegated subagent work to configured models: a subagent_model tool whose model enum is the configured aliases, per-route tags and routing guidance injected into the tool schema and system prompt, a wait-for-subagents join tool returning terminal results from outstanding background children, active-model chips in the subagent header and catalog rows, and a Web settings page, namespace-scoped configuration tool, and guided setup skill.
- dawnliming/dsh-chinese-mode - Global Chinese mode: a compact pill switch beside the composer that injects a language requirement into any preset's system prompt (complete personas excepted); reply, thinking and tool output each toggle between Chinese and English, and anchored presets are supported.
- dingminhua/dsh-subagent-default-model#plugin - Configurable default model for subagent delegations via settings.yaml, with single-model and multi-model round-robin or random strategies.
- drscrewdriver/dsh-thinking-levels - DSH thinking-level (reasoning effort) control: auto-adjust reasoning strength per tool round with optional manual lock and per-tool timing telemetry.
- dylan121322/llm-adaptive - Adaptive model routing: per-request complexity classification with automatic provider routing.
- Eve-146T/DSH-CODEX-SUBSCRIPTION-POOL - Use your ChatGPT/Codex subscriptions in DSH, with image generation and web search support.
- ffyuuu/dsh-llm-longcat - LongCat-2.0 LLM adapter: 1M context, binary thinking mode, tool calling, and streaming over the OpenAI-compatible endpoint.
- fieldnote-ops/keyringseam - macOS Keychain credential provider that replaces the local-file provider and uses a signed, notarized universal helper.
- franksong2702/dsh-codex-connect - Connect ChatGPT OAuth and OpenAI Codex models to DeepSeek Harness, with opt-in search and image tools.
- GodD6366/dsh-sub2api - Connect a sub2api gateway to DeepSeek Harness: OpenAI-compatible multi-provider routes (OpenAI / Claude / Grok / Gemini) behind one base URL, with per-key model discovery, usage lookup, and global vision/image tools.
- HaoyueQin/dsh-better-reasoning-effort - Per-model reasoning-effort configuration for third-party providers: suggestions fused from a model knowledge base and raw /models endpoint evidence with confidence labels, edited inside the official Models page card.
- HB00/dsh-llm-failover - Automatic provider failover on rate limits or quota exhaustion: switch between providers with configurable per-provider models, a cooldown, and a permanent last-entry fallback.
- hytime/dsh-thinking-effort - Configure reasoning-effort levels and sub-agent defaults for custom DSH models.
- Jesse-njx/dsh-polyglot - The model switch for DSH: point it at any OpenAI-compatible endpoint, with curated free/cheap DeepSeek provider presets and automatic fallback when a free tier rate-limits you.
- jiay98528-dev/dsh-model-sync - Writes live provider model lists into DSH settings and shows 5h/7d plan windows or metered balance for the current session model.
- jiay98528-dev/dsh-plugin-weaknet-adaptor - Weak-network adaptor: transparent long-backoff model-stream retries (10-min cap), local response replay cache, heartbeat auto-reconnect, and degraded-mode token economy, with a bilingual (zh/en) settings page.
- kam74515-boop/dsh-everything-oauth - Import local Codex, Grok, Claude, OpenCode, and CC Switch logins into DSH; pick sources and enable models in Settings.
- katsos/dsh-claude-cli - LLM provider that runs the locally installed Claude Code CLI as the model backend, so requests go through an existing Claude subscription instead of a metered API key; native tool calls are bridged over MCP.
- kinoward/dsh-plugin-subhub - Use third-party subscription accounts in DeepSeek Harness: chat, image understanding, image generation, and image editing with the models your subscription covers, with available models and reasoning levels synced from your account; currently supports OpenAI/ChatGPT subscriptions, more providers planned.
- LiZhenNet/dsh-antigravity - Google Antigravity / Cloud Code Assist model provider with quota management and model selector.
- llmpolska/oh-my-dsh - Tiered model routing for DeepSeek Harness: think/build model tiers, vision delegation (the vision model only describes images; the working model acts), image generation, and a high-impact guard.
- lninghaha/dsh-coding-subscription-oauth - Coding-subscription OAuth for SuperGrok/Grok Build, ChatGPT Plus Codex, Kimi Code and Claude Code, plus an opt-in loopback OpenAI/Anthropic gateway: local login without pasting tokens, AUTH refresh-and-retry, grok-4.6 xhigh, and API-key route coexistence.
- lujianjun19/dsh-llm-github-copilot - GitHub Copilot LLM adapter: OAuth device-flow sign-in, live model discovery from the Copilot API, vision support for image-capable models (gpt-4.1, gpt-4o), and two wire protocols (Chat Completions and Responses API) with automatic endpoint routing per model.
- Mars-Sea/dsh-commandcode-provider - Unofficial Command Code LLM provider: registers a
commandcoderoute with a live model catalog and reasoning-effort support. - MoRanYue/dsh-openrouter-providers - Route OpenRouter requests through a configured provider list and quantization cap, injected as provider.only/order with allow_fallbacks, plus provider.quantizations.
- NOirBRight/dsh-llm-codex - ChatGPT Codex subscription chat: official OAuth, a Sol/Terra/Luna catalog with Fast rows, live usage limits, and optional search and view_image tools.
- NOirBRight/dsh-llm-cursor - Unofficial Cursor subscription chat: Host-owned CLI session login, a displayed model catalog, and subscription usage rails. Cursor staff treat this class of private-client usage as against ToS.
- NOirBRight/dsh-llm-grok - xAI Grok subscription chat: SuperGrok or X Premium+ OAuth, a displayed model subset, Responses through the Grok CLI proxy, and always-on server-side web_search and x_search.
- NOirBRight/dsh-llm-ollama - Ollama Cloud native chat adapter: direct NDJSON translation of the Ollama /api/chat wire format, model discovery with context windows and capabilities, and web search/fetch providers under the ollama-cloud id, plus a Web settings card.
- omdsh-dev/Qwen-MM-Plugins - Qwen multi-modal plugin support.
- OpenTritium/dsh-codex-shim - Simulates a Codex environment for selected model routes to improve GPT-family model tool-call success.
- passingby000/dsh-nl-model-switch - Switch the current DSH session's model with a natural-language sentence, on web, TUI, or IM bridges (WeChat, Feishu), without touching the panel.
- qjf44/dsh-plugin-thinking-api - One-click OpenAI-compatible API (CodeBuddy/vLLM/proxies) with thinking mode, avoiding developer-role content_filter rejection.
- r600a-code/dsh-swarm-router - Sub-agent matrix swarm that routes heterogeneous tasks to the most suitable model from an OpenRouter-like gateway plus cfgpu.com/llm/square, dispatches each via in-process subagents or direct LLM calls, and tracks per-model token consumption with a feedback-driven ranking.
- ringoage/dsh-subagent-model-picker - A GUI subagent-model selector beside the main model seat: pick a model and reasoning effort per session, applied to every in-process subagent.
- seriousz158/dsh-codex-use#dsh-codex-appserver - Adds OpenAI Codex (ChatGPT) as a selectable DSH provider via the local Codex App Server.
- SeverusZh/dsh-plugin-subagent-director - Per-subagent LLM provider/model selection with role templates.
- shuind/dsh-codex-harness - Provides a Codex preset for DSH with Codex-style system instructions and tool contracts, image input, optional reasoning effort, Fast priority-tier requests, OpenAI Responses web search and remote compaction, and Web context-capacity settings; it is intended as a harness adapter for tokens originating from Codex and remains compatible with the DSH ecosystem.
- SnowAmberX/dsh-role-router - Routes agent requests to configurable default, planner, and subagent models, automatically using the planner role in plan mode, with per-role reasoning effort and Web UI configuration.
- songoao25/dsh-chatgpt-subscription - Bind your ChatGPT account via official OAuth and chat with ChatGPT models inside DSH, using your Plus/Pro subscription quota.
- SpookySandwich/dsh-plugin-rollout-scout - Detects which conversation model an account is being served: launches concurrent throwaway probe conversations, scores each streaming chain-of-thought by how its paragraphs open, and cancels probes that read as the older model within seconds. Includes an offline self-check that replays 13 hand-labelled chains-of-thought through the same classifier.
- stoneface10/dsh-codex-connect-plus - Adds ChatGPT/Codex OAuth-backed Codex models and gpt-image-2 generation/editing to DSH without requiring an OpenAI Platform API key.
- suntianc/dsh-codex-auth - Reuses the Codex CLI ChatGPT login as an
openai-codexLLM route and adds GPT Auth controls to DSH Web settings. - superboy911/dsh-model-router - Deterministic keyword routing, allowlisted model switching, and an isolated image_gen channel for DeepSeek Harness.
- superfish058/dsh-llm-proxy - Per-model proxy routing for LLM requests: selected models go through a proxy (Clash etc.) while the rest stay direct, with automatic retry on transport errors, 429 and 5xx, configured live from the settings page.
- TikaFlow/dsh-model-reasoning - Automatically fills in reasoning-effort levels for models from unofficial (custom) providers, with data sourced from models.dev.
- upJiang/dsh-ccswitch - Adds CC Switch providers and models to DeepSeek Harness, with provider filtering and model-name search.
- V1ki/dsh-plugin-subscriptions - Use ChatGPT (Codex), Claude, and Grok subscriptions as DeepSeek Harness LLM providers, with Settings login, model catalogs, usage, plus image_generate, video_generate, and x_search tools.
- wenheguo2/dsh-delegation-suite - Ranked subagent delegation: role-based model routing with failover, per-route reasoning effort, model-transparent labels, fork delegation, and a visual route editor.
- wenzetan/dsh-llm-newapi - NewAPI (OpenAI-compatible gateway) LLM provider: registers a
newapiroute with chat-only model discovery, auto-fills model parameters (context window, reasoning effort) from models.dev, and adds a Web settings section for the base URL and API key. - WJZ-P/dsh-model-capabilities - Adds an input-modality selector to custom model settings in the DeepSeek Harness Web UI.
- WNJXYK/dsh-codex-oauth - Use a ChatGPT/Codex subscription in DeepSeek Harness with GPT models, image generation, web search, subscription quota reporting, model and feature controls, and browser or device-code OAuth sign-in.
- wqy8593521/dsh-model-pro - Lifecycle management UI for the llm-pi-ai model provider: create, edit, delete, enable and disable providers with custom headers and AES-GCM-encrypted API keys; uninstall-safe restore of parked providers, remote model discovery with batch write, smart routing with five strategies, union/intersection composites, per-model connectivity tests, and request observability.
- WSL043/dsh-codex-subscription - Built-in ChatGPT OAuth provider for Codex models, selectable subscription web search, backend quota for standard Codex and Spark, and a DSH settings UI; no API key or separate Codex installation required.
- wss534857356/dsh-plugin-codex - Codex App Server model provider using a local Codex login, with session reuse, Harness tool bridging, native action traces, and durable generated-image projection.
- xiaozhe7772222/dsh-opencode-zen - Zero-cost access to 6 free large models. No registration, no recharge, 6 free models built-in, multi-key rotation and rate-limit backoff.
- ZChenW/dsh-codex-switch - Connects ChatGPT accounts through OAuth, switches among them manually or automatically, and adds Codex models with usage limits to DeepSeek Harness.
- zeng6125-rgb/dsh-llm-retry-settings - Settings card to tune the DSH LLM auto-retry policy (retry count, backoff, jitter) live from Settings → General.
Identity & Communication
- AgentConnect/dsh-awiki - Provides DeepSeek Harness agents with native identities based on the open Agent Network Protocol (ANP), plus identity-based direct, group, mail, and Agent-to-Agent communication.
- chenbin-dev/dsh-auth-everying - Import local Claude, Codex, Grok, Gemini, Copilot, OpenCode, and CC Switch config into DeepSeek Harness with OAuth login for supported providers.
Sessions & Messages
- 23swccp/dsh-undo#bundle-rollback - Conversation undo: roll a session back to before any sent prompt via /undo, the session-header button, or the icon under the message, restoring files from a plugin-private shadow-Git snapshot and forking the conversation so the model never sees the reverted turns; includes an Archive Tasks settings page and per-tool colored tool cards.
- 3403473060/dsh-inline-images - Render local image paths from assistant replies inline in the message body (9 formats, click-to-zoom lightbox, adjustable size).
- AKS1st/dsh-archived-conversations - Archived conversations list in the sidebar footer with read-only previews of the most recent messages, for sessions the product deliberately keeps hidden and unreopenable.
- Anionex/dsh-turn-rewind - Rewind conversation and workspace state, powered by a persistent Change Ledger.
- anweat/dsh-assistant-message-forge - Create/modify/inject test assistant messages and import/repair session.jsonl(.zstd) session logs into new sessions.
- Asianfleet/dsh-message-copy-enhance - Copy selections from assistant messages as Markdown, preserving links, LaTeX sources, and code-fence language info.
- azure5100/huahua-dsh-record-replay - Full-featured record & replay for DSH (works on Windows) from the huahua plugin series: replay every auto-recorded session as a readable timeline, export/import shareable replay packs, re-run conversations in a fresh session, and record screen operations to auto-generate installable SKILL.md skills. Includes a 4-file Windows adaptation of kangshifu1/dsh-record-replay for DSH rc.5 (see README derivative notice).
- baisama-cloud/dsh-session-mover - Move a session to another workspace by dragging it onto the target workspace header in the sidebar: the session is cloned with full history into the target workspace and the original is archived.
- baixianger/dsh-chat - Group chat rooms for DSH sessions with explicit @mentions, cold-session wake-up delivery, and optional cross-host transport through dsh-weave.
- beijingwahw/dsh-companion - Four-module session companion: smart conversation export (Markdown/PDF/JSON/PNG long-image with privacy redaction and batch ZIP), context handoff summaries with template save/import, API cost optimization (live official pricing, peak/off-peak scheduling, daily/monthly budgets, model routing), and global conversation search with in-chat find (Ctrl+F, CSS Custom Highlight API).
- bill9109/dsh-conversation-share - Share any excerpt of a conversation.
- Boliban/dsh-enter-customizer - Take over the system input shortcuts for the chat input box and configure behavior independently for each shortcut.
- Buyi-wsgzg/dsh-sidechain -
/sidepersistent side sessions and/btwone-shot side questions, run in a temporary fork without touching main history. - bwndlct/dsh-session-export - Export the current session to portable, schema-versioned Markdown and JSON files via the
session_exporttool and slash commands, with cross-platform-safe filenames. - caoqinnan-web/organize-workspace-sessions - Organize DeepSeek Harness workspace sessions by renaming them as 类别|主题 and reporting archive, rename, and review suggestions.
- CH4ACKO3/bites-the-dsh - Adds read-only, scriptable playback to native DSH conversations, with simulated user typing, forward and reverse playback, event stepping, speed control, idle-gap compression, and direct seeking by event, turn, or recorded time.
- Chael-Chael/dsh-reference-anything - Reference workspace files, DSH sessions, and historical ChatGPT, Claude, Gemini, DeepSeek, Grok, and Kimi conversations from the unified DSH @ menu.
- chenproton/dsh-history - Browse every message you sent in the current session: full-history listing with newest-first sort, text filter, one-click copy, and jump to a message (auto-loads earlier history when the target is not yet loaded).
- Chinesezjc/dsh-interconnect - Cross-instance message and event handoff between DSH instances via an interconnect server.
- chouyong/dsh-branch-review - Track human decisions for related DSH session branches: keep, discard, or follow up with reasons, labels, and external links.
- chouyong/dsh-fork-diff - Read-only side-by-side comparison of related DeepSeek Harness conversation histories, including messages, tool calls, responses, timing, and usage.
- chouyong/dsh-fork-graph - Git-style conversation fork graph in the session header: colored lanes and fork curves show which session branched from which, with click-to-jump navigation.
- ChuanTianML/dsh-local-share - Export complete Web Sessions to local Markdown or self-contained HTML, with stable rendered previews, default redaction, and opt-in bounded tool-call details.
- cindyguyuehu123/dsh-webchatlike - Bring the deepseek.com web/app chat experience to DSH: edit your prompt and regenerate answers in place, with a per-message <i/N> version pager (tree model, stable across conversations).
- Coprexist/dsh-session-recovery - Recover deleted or corrupted dsh sessions (session.jsonl.zstd) and memory (memory.db) from the raw disk, and repair rebuilt sessions that fail to resume via the /session-repair command in the web UI.
- czm15053/dsh-peer-link - Let dsh and Claude Code sessions message each other directly; comes with a clickable peer list card (sort/search/send/refresh).
- DamonKoy/dsh-projection-guard - Guards the persisted session-projection cache: per-row JSON degradation so one misbehaving projection unit (e.g. a third-party plugin storing a Map) can never stall session titles or the whole cache again, plus a startup self-heal that backfills missing titles.
- dongsheng123132/task-passport - Carry durable task state across DeepSeek Harness, WorkBuddy, Claude Code and Codex with machine-readable checkpoints and optimistic locking.
- dream12347/dsh-session-manager - DSH session manager: delete with trash/restore/purge, restore archived sessions, recent-activity stats, continue/pause, open log folder, unread markers, fork into a new chat, workspace grouping and sorting, context compaction threshold.
- drscrewdriver/dsh-session-search-toggle - Sidebar session-search toggle between title and content: title filters by session title, content searches historical messages through DSH's built-in full-text index, grouped per session with the strongest snippet and message-type tags.
- dylan121322/dsh-session-unarchive - Restore archived sessions to their original workspace from the Web GUI sidebar.
- EvilIrving/dsh-context-proxy - Thin on-demand context retrieval: context_query / context_slice / context_grep tools that read already-persisted history back with replay-safe citations.
- feiertu/dsh-input-rewriter - Type normally; about two seconds after you pause, it rewrites your draft into a version more likely to get a good answer, leaving pasted code, links and long text untouched and keeping multi-part questions numbered.
- flow2dream/dsh-msg-rewind - Conversation rewind for dsh web: /undo rolls back one turn, /rewind cuts to a past message, and hovering a user bubble offers a visual undo.
- fredalxin/dsh-solo-thinking - Visual branch brainstorming that creates an isolated Session for each direction, automates parent, sibling, checkpoint, and return Handoffs, and provides a full tree tab with an optional Better Sidebar view.
- Frog755/dsh-client-auto-retry - Auto-resumes interrupted DSH turns: sends a queued 「继续」 after turn/end with error, interrupted or max-tokens reasons, with a grace period, cooldown, a consecutive-attempts cap, boot-time scanning and a settings card; it never switches models or providers.
- GengDaPeng/dsh-agent-message - Cross-session agent messaging for DeepSeek Harness with session discovery, offline delivery, delivery receipts, and sender-session navigation.
- GreenLv/dsh-session-insights - Generate local, evidence-backed workflow retrospectives from DSH session history through
/session-insights, with deterministic and optional model-assisted analysis. - hajimimaodie8/DSH-Session-Sync - Bidirectionally synchronize sessions, workspaces, settings and plugins between the DSH web instance and the DSH Desktop instance.
- haoranwang0921/dsh-session-cleaner - Manage conversation records from the DSH web GUI settings page: delete a whole session (archive plus physical log removal) or a single message (deleting a user message cascades to its assistant replies and tool results). Running and current sessions are protected.
- heartmove/dsh-side-chat - Select part of a conversation and ask about it in a right-side side chat; bring AI replies back to the main chat directly or as a summary.
- hellodigua/dsh-share - Share your conversations with one click.
- hkkz9522/dsh-session-manager - Delete conversations with a confirmation dialog and manage archived sessions (archive/unarchive) in the DeepSeek Harness web UI.
- ht719/dsh-session-categories - Adds per-Workspace category trees to the Web sidebar, with nested categories, drag-and-drop session assignment, category-scoped session creation, and category deletion that archives contained sessions.
- huguangyu666/dsh-plugin-session-import - Import claude-code / codex / reasonix / zcode chat history into dsh sessions: workspace binding, tool calls preserved, oversized-session protection, zcode compaction restore.
- HuiHuitie-zhu/dsh-incognito - Incognito sessions: a standalone ephemeral sub-agent with its own preset (no parent context) and full toolset, draggable floating window, burned to zero traces on close.
- hyzyn/dsh-plugin-kit#search - Full-text global search for the DSH Web GUI: a sidebar search box that searches history sessions (via the sessionQuery index, with a per-session scan fallback) and settings panels, highlights matches, and jumps to the matching session or settings card.
- i1j/context-assembler-DSH - Context Assembler plugin for DeepSeek Harness: topic-block context assembly, water-pressure topic splitting, tool trace/rewrite, reality recall injection and handoff planning.
- ishuowang/dsh-rolehub-bridge - Discover and verify portable RoleHub roles, pin each exact bundle, then launch its prompt and bundled skills in an isolated, continuable DSH Session with Host-approved tool bindings and optional Agent Team Room attachment.
- ishuowang/dsh-sideband - Hand off focused context without waiting for or interrupting the active Agent: freeze a bounded Session snapshot, summarize it asynchronously with an isolated no-tool LLM, and deliver a provenance-bearing capsule to another Session or an authorized Room—quiet by default for Sessions, with explicit wakeup available.
- Jason-skd/dsh-session-fork - Git-style conversation branching: adopt the current session as a branch, fork branches at any turn via /branch commands or the branch tab, and squash a branch back into another branch.
- jasonrale/dsh-archive-manager - Archived-session manager for DSH Web UI: reopen an archived session and keep chatting, unarchive it back in place, or hard-delete a session — grouped panel with message search and native view sync.
- Jesse-njx/dsh-crosstalk - Cross-session messaging for DSH: any session on the machine can list and message any other, Claude Code-style, via a local heartbeat registry and inbox.
- JohnXu22786/session-titler - Two-phase session captioning: instant keyword titles while the conversation is busy, then cheapest-budget-model refinement plus a one-line summary once it goes idle.
- jueburenshu123/dsh-win-minimal - Windows minimal agent preset for DeepSeek Harness: fixed one-line persona, three tools, no runtime context.
- kaieye/dsh-AIR - Web composer enhancement: recalls sent prompts across sessions with ArrowUp/ArrowDown, searches them with Ctrl+R, restores rich drafts, and opens a docked /btw or /side conversation.
- keepermttl/dsh-archive-viewer - Archived-session manager for the DSH Web GUI: search titles and message content, tag/filter sessions, read logs, restore sessions, and export ZIP archives.
- kirkchinese/CiteCiter#citeciter - Select text in a committed DSH response to open an independent, persistent, read-only multi-turn Topic bound to source-session evidence and project files while the source Agent keeps running.
- kirkchinese/claude2dsh - Import Claude Code sessions, skills and plugin assets into DSH as native resumable sessions, and export or sync DSH sessions back to Claude Code JSONL.
- lacemou/dsh-session-ref - Cross-session reference (mention) plugin — paste @label into any session, including one in another workspace, and the host injects the referenced session snapshot for the model to read; includes a one-click copy-reference button.
- lamost423/dsh-trace-compare - Trace Compare & Live Maze: draw the agent's real exploration — main path, failed or dead-end detours, backtracks, and subagent branches — on one wall-clock timeline; upload 1–2 session logs for a same-axis compare, or watch it grow live in a session tab.
- Leeminjing/dsh-messages-sanitizer - Auto-repairs the messages array after a tool-dispatch crash (orphaned tool_calls / tool messages), preventing 400 INVALID_REQUEST session lock-ups.
- LeslieWylie/dsh-session-search-pro - Search, list and read past and current sessions through the harness's own
sessionQueryservice: uses the SQLite FTS5 index where a deployment enables it, and falls back to a bounded newest-first scan where it does not. - LeslieWylie/dsh-task-relay - Cross-session task queue with handoff notes: sessions and subagents push, claim, complete and cancel tasks on a shared file-backed queue, and leave a handoff summary for whoever picks up next.
- limbo947/dsh-recall-plugin - Recall any user message: rolls the conversation (official session fork) and workspace files (per-message shadow git snapshots) back to before it, with a diff-preview confirmation panel.
- liuyuelintop/dsh-conversation-exporter - Export the current DSH conversation, or selected turns, as clean readable Markdown.
- loonai321/dsh-humanized-deepseek-maid - Adds a configurable humanized whale-girl maid persona with immersive roleplay, speaking modes, and a lightweight layered memory with query-triggered recall.
- lsz-asd/dsh-plugin-session-delete - Delete DSH sessions from the web UI and desktop client: header danger button and session-row menu item with a risk-consent dialog; host endpoint and agent tool remove the session log, projection cache, and workspace accounting.
- Max-Null/dsh-chinese-thinking - Injects one fixed system-prompt section so the agent thinks and replies in Chinese, regardless of the user's language.
- mayf3/dsh-session-doctor - Diagnose, unstick, and read DSH sessions: list sessions with agent status, read conversations, diagnose stuck agents, recover them with cancel+keepInbox, and send messages to other sessions.
- MichengAI/dsh-archive-manager - Adds an archived-sessions page in Settings to search, restore, and delete archived DeepSeek Harness sessions by workspace.
- MingoZhou/dsh-replay - Replay sessions on a playable timeline with per-step token usage, audit sensitive operations, estimate cost, view fork lineage, compare sessions, and export standalone HTML replays.
- Moeblack/dsh-message-edit - Branch-based message editing, reroll, retry, and a version timeline.
- Moeblack/dsh-prompt-studio - Edit user and built-in system-prompt sections with live preview.
- MoonlitDropOfBlood/dsh-archive-manager - Archived-session manager for DeepSeek Harness: grouped archive panel with restore and delete.
- mrzhangkris/dsh-session-pruner - Full-type session lifecycle management: one-shot subagents archived on completion, idle continuable subagents / main sessions archived (recoverable), a capacity cap, projection-cache cleanup, and a hot-reload settings panel.
- MuWinds/dsh-archived-sessions - Archived-session management: browse archived sessions, unarchive them, or clear them out.
- ne-ilyxa/dsh-session-drafts - Cursor-style New Session: every click creates a fresh blank draft session (persisted before the first message) instead of reusing the workspace's single one, plus a sidebar Drafts switcher to keep several empty chats open at once.
- Nothree-code/review-quote-sh - Message review and quote chips for conversations: multi-model cross review (code/reply) with severity grading and summaries, review history, and host-persisted preferences.
- Nwflower/dsh-chat-import - Import full-fidelity chat histories from 13 coding agents (Claude Code, Codex, ChatGPT, Cursor, Gemini, opencode, and more) as resumable DeepSeek Harness sessions, with reverse export back to Claude Code.
- Nwflower/dsh-file-claim - File claim/release protection for parallel DSH sessions on the same workspace (heartbeat stale takeover, pending 3-way merge area).
- p2coder/dsh-task-control - Pause / resume / cancel the in-flight conversation task from the composer area: forced pause interrupts immediately and remembers the interrupted tool, safe pause lands after the tool or reasoning finishes, resume asks for confirmation, and the default pause granularity is configurable in the settings.
- penguin-oo/dsh-bookmarks - Bookmark assistant replies with notes and tags; browse every bookmark in one cross-session center and export to Markdown.
- PerryLink/dsh-claude-move - Four-source migration wizard: move Claude Code, Codex, OpenCode and Hermes sessions, memories, skills, instructions and slash commands into DSH (/move wizard with approval gate and idempotent move.json, resumable sessions).
- PerryLink/dsh-session-pin - Pin sessions and workspaces to the top of the Web sidebar with per-pin row colors, a header toggle and a pinned panel; 0.4.0 adds a navigation organizer — pin groups (boards), tags and saved filter views, session health summaries, and /goto.
- PwnKY/dsh-session-link - Copy and open
dsh://session deep links, or paste them into another conversation to inject a bounded, read-only snapshot of the referenced session. - reinocheong/dsh-session-move - Move a session to another folder from the Web UI via drag & drop or a menu picker, permanently delete a session with a risk-consent dialog, and AI-rename a session by summarizing the whole conversation (typo-aware). Each action also ships as an agent tool.
- Relethe/dsh-brief-session-title - Condenses DSH session titles from a full sentence into a short verb-free phrase, aiming for under five words.
- Renzic-Stone/DSH-EasyRewrite - Inline-edit and recall your own user messages in dsh web — lazily and seamlessly, with a version pager and per-session draft persistence.
- Ricketts-Guo/dsh-off-peak-message#dsh-offpeak-send - Off-peak message scheduler: turn on valley mode and the composer queues your messages until DeepSeek off-peak hours (half price), then auto-injects them into the session and gets replies. Native-look composer, hotkeys (Enter queue / ⌘+Enter send now / Esc exit), per-session toggle persisted across restarts.
- RyensX/dsh-message-fold - Provides Codex-style session message folding for DeepSeek Harness.
- SaiSenBox/dsh-prompt-manager - Browser-local prompt library with a composer picker for injecting multiple session-scoped system prompts, branch inheritance, bilingual UI, favorites, and JSON backups.
- Semidia/dsh-session-manager - Right-click session menu and sidebar session manager: pin, rename, archive, fork, export, copy cwd/id/deep link, and open in explorer or a new window.
- SiriLee/dsh-rewind - In-place conversation rewind in the same session window without forking (Claude Code /rewind semantics): a per-message ↶ button cuts the model context back to any user message, with an optional Claude-Code-style file restore from disk-persisted before-backups.
- sjh9714/dsh-what-changed - Reviews every file the agent wrote in a session from the session header, with per-file hunks and refused writes counted apart from changes.
- SLin-code/dsh-task-notice-board - Task-scoped Workspace to Task to Session control center for DSH Web, with Session boards, archived conversation viewing, and bounded long-term memory shared across linked Sessions.
- snow-The/dsh-session-handoff - Session handoff & context management: structured handoff documents (export/resume/status) so a fresh session can continue seamlessly, plus active context pruning (acp_* tools via the official compaction API with model-authored summaries).
- SocFeng/dsh-query-jump - DSH WebUI session query navigation with a faint conversation-edge rail, a hover list of real user queries, and click-to-jump back to the matching bubble.
- SpookySandwich/dsh-plugin-message-edit - Edit a sent message to rewind and branch the conversation from that turn, switch versions with a counter under the bubble, and browse every branch in a turn-level version tree.
- starslittle/dsh-queue-plus - A simple DSH queue panel for editing, removing, steering, reordering, and bulk removal.
- Sttrevens/dsh-linked-folders - Multi-folder workspace: a durable global linked-folders list plus per-session on-the-fly linking (link_folder/unlink_folder), managed from the Web sidebar with a native folder picker.
- sunyuhuirong/shl-session-history - Conversation history rail on the left edge of the chat: each tick is one real user request, hover to preview its text, click to jump to that turn.
- tmpdot/dsh-checkpoint-diff - Browses checkpoints produced by dsh-checkpoint-rewind as a timeline of time nodes and shows per-file line diffs between any two of them, with trace replay from session logs (no snapshot producer needed) and preview-first workspace rollback with single-shot undo, via /diff and /rollback commands, a JSON HTTP API, and a GUI panel.
- Totoro-qaq/dsh-plugin-bridge - Moves an existing DSH session to another agent preset through a previewable five-section handoff, preserving the source session and either pausing the target for confirmation or continuing immediately.
- tsingshitao-nuke/dsh-set-workspace - Adds a Windows Explorer right-click action to open a folder as a DSH workspace, launching DSH if needed.
- tuogusa/dsh-session-nav - A floating button beside the chat that opens a searchable list of all questions in the session for quick jumps, with smooth hover-open/close behavior.
- tuogusa/dsh-session-tags - Attach tags to sessions and search sessions by tag in the Web settings panel.
- txlznbzsdj-collab/dsh-session-delete - Adds a "Delete" item to the sidebar session menu with a confirmation dialog, then hard-deletes the session.
- Ultronen/dsh-archived-chats - Archived Chats settings page for DeepSeek Harness: browse, search, filter, tag, annotate, measure storage, export and preview-first import of versioned JSON/Markdown ZIP backups, restore non-conflicting archives, unarchive, and delete sessions by workspace, including live sessions without a restart.
- WenhongPan/dsh-projects - Project and session organization with multi-folder groups, attention summaries, grouped chat search, native folder picking, pinning, favorites, ordering, and an archive center.
- whyihaveyou/dsh-suite#plugin-session-export - Export the append-only session log as human-readable Markdown or HTML, grouped by trajectory source.
- Wine-Red/dsh-prompt-stash - Local, per-session LIFO prompt stash for temporarily setting aside unfinished composer text and safely restoring it later.
- wingsky-1/dsh-plugin-hub#packages/dsh-idle-archive - Idle session reminder: prompts to archive sessions untouched for N hours, with a snooze window after each refusal, using the official archiveSession API.
- wpc0323/deepseek-web-import - Imports chat.deepseek.com web conversations into DeepSeek Harness as resumable sessions, from a settings-page UI.
- WSL043/dsh-native-session-manager - Manages archived DSH sessions in the native sidebar with conversation search, restore, and confirmed safe permanent deletion.
- wsxwj123/dsh-plugins#dsh-session-manager - Delete sessions with a 5-second undo and a recycle bin, plus an archive view to browse and unarchive, for the DSH Web GUI.
- wuxiangru915/dsh-session-manager - Session manager for the DSH Web UI: browse all and archived sessions, restore/unarchive, delete with two-step confirmation, and preview conversation content from the Settings panel.
- xianshu-virtuous/dsh-whale-companion - Automatically starts a fresh Web session near the context limit with the last complete turn, and adds an editable additive whale-maid persona with on-demand reload.
- xiaoshenming/dsh-session-surgeon - Repair DeepSeek Harness sessions that refuse to load, with a sidebar Session surgeon overlay and dry-run repair.
- xing666173/dsh-vision-hub#bridge-preview - Inline preview for [图片: path] image bridge markers: after the marker renders, the image shows in chat automatically, keeping long instructions out of the conversation.
- xingyingyuzhui/dsh-session-actions - Session row menu extras for DeepSeek Harness: pin sessions, copy session id, export structured Markdown, and permanently delete sessions.
- xohmai/dsh-session-delete - Real session deletion with trash and restore, archived cleanup, and batch delete from settings.
- yangyongzhen/dsh-session-export - Export sessions to Markdown/JSON for review, replay, and per-session cost summaries.
- YeqingTang/dsh-session-flow - Cross-session archive: overview workbench, folded timeline, subagent lineage, full-text search, rule+LLM summaries, ZIP export, live tracking. Native session-page embeds: turn rail, docked right panel (live mode, pinned to original session on switch), rename (official-synced), conclusion digest, health monitoring + header chip (stall detection). Settings dialog section with 7 tunable behavior params.
- YEYEYEYESHIFU/dsh-session-hotkeys - Session hotkeys for the DSH Web GUI: switch sessions like browser tabs (positional Alt+1-9, pinned slots, previous/next, new/archive/rename, navigation mode, search focus), all rebindable with Windows/macOS presets.
- yoza10635/dsh-argp - Deterministic context compaction: prunes conversation atoms in reference-graph topological order with no LLM calls during compaction, and keeps pruned atoms recallable by marker.
- yuezengwu/dsh-explain - Local-first learning mode: cross-session learning threads with per-source explanations.
- zhengjy01/dsh-period-report - Free-interval session reports with AI-narrated daily/weekly digests over any date range, plus every-N-days scheduled reminders with system notifications (macOS / Linux).
- zhu1090093659/dsh-web-ui#packages/dsh-chat-recovery - Chat recovery for DSH: edit the last finished user message and explicitly retry failed turns, both via session-fork branches that leave the original conversation untouched.
- zljr/dsh-share - Share the current session over the LAN as a read-only, token-guarded HTML snapshot with session stats and Markdown rendering.
- zoahdev/dsh-shelf - Session lifecycle CLI: export (md/json/jsonl), archive/restore, trash, search, and stats. Read-only by default; nothing is ever deleted by the engine.
- ZRui-C/dsh-minimal-first-turn - Minimal-compatible first turn for Web root sessions: starts with persistent bash and str_replace_editor, removes automatic workspace and skill context, then restores the selected preset after the first tool call or reply; includes a persistent composer toggle.
Memory
- 00080000/dsh-project-memory - Project memory for DeepSeek Harness: project files are indexed into searchable summaries as they are read, so after context loss the agent retrieves hits on demand instead of re-reading files, with source citations and BM25 ranking.
- 398894496-arch/runtime36 - Registers read-only DSH tools that route status, preference, correction, memory, project, search, and suggest against a local Obsidian vault.
- 863683348/dsh-memory-setup - Local, auditable personal memory for DeepSeek Harness: preferences, project conventions, workflows and error lessons persisted as a changelogged JSON file in the workspace, with onboarding, auto project-convention extraction and evidence-backed lessons.
- 863683348/dsh-plugin-focus - Focus board for DeepSeek Harness agents: durable, model-maintained notes in the session workspace that pin the objective, constraints, and decisions across compaction and sessions, with automatic context injection, archive on clear, and an optional web panel.
- 988hj7tczd-oss/harness-desktop#plugins/harness-memory - Cross-session memory for DeepSeek Harness via the official storage domain: memories persist through ctx.storage (storageDomain table) and are injected into the system prompt through a registered section (memory:recall), with memory_save / memory_forget tools so the agent reads and writes its own memory (maxMemories configurable).
- aerince/dsh-active-context-pruning - Model-authored context pruning for DeepSeek Harness through the official compaction API.
- Aik358/dsh-auto-memory - Cache-friendly three-layer memory for DSH: lean auto injection, per-turn AI consolidation, proactive calendar reminders and warm greetings, plus memory inheritance from other AI tools.
- akslcw/dsh-negative-ledger - Evidence-bound negative-knowledge ledger: persists disproven paths (command_failed, file_missing) with their outcome and precondition evidence, then warns or blocks repeat attempts until the evidence changes.
- AndyYang12345/dsh-butler-memory - PostgreSQL-backed durable memory for DSH agents: MCP memory tools plus a Web panel for reviewing memories and candidates.
- aqsk-BLG/dsh-memory - Layered file memory for DeepSeek Harness with workspace-scoped USER/MEMORY notes, background consolidation, and hybrid session recall.
- Asher-2000/dsh-memory-connect - Cross-session memory plugin for DSH (v0.4.0, the "it actually works now" release): auto-extraction, SQLite FTS5 indexing, RRF semantic recall injected into the system prompt on every turn, scheduled maintenance, LLM-powered consolidation via ctx.llm, context explosion prevention, and global Soul identity via ~/.dsh/soul.md. Zero-config install.
- baaai123/dsh-memory-protocol - Memory protocol enforcement plugin: bridges the opencode-memory MCP server, forces memory_weave before tool calls, auto-ingests turns, and injects memory context into agent steps.
- CeilCelia/dsh-eli-mode#packages/eli-mode - Knowledge-base-driven agent preset: wiki long-term memory, a web KB UI, a management page and optional UI polish.
- Co-Engram/Co-Engram#dsh-plugin - Self-evolving team memory as plain Markdown in git: a native Cordis plugin that registers 38 bare-name memory tools plus a prompt-signals section re-evaluated at every assembly, with RPE reinforcement, decay and sleep consolidation; shares one data repo with its Claude Code (MCP) and OpenClaw hosts; verified against DSH 0.1.0-rc.6.
- DamonKoy/dsh-plugins#dsh-memories - Project-scoped persistent key-value memories with set/get/list/delete/search model tools and JSON-file storage.
- detongz/dsh-client-ui-obsidian-memory - Persistent AI memory backed by a local Obsidian/Codex vault: five obsidian_memory_* read/write/search tools plus a sidebar vault browser.
- diqierjia/StrataGate-AgentMemory - StrataGate gives DeepSeek Harness evolving, local-first long-term memory for user preferences, project decisions, conversations, and tool results across sessions; it layers history with user-tunable time decay, reinforces memories through real answer use, shows workspace-aware usage counts, and keeps recalled evidence traceable to its original messages.
- FleetingEcho/dsh-handoff - Self-maintaining handoff memory per working directory and git branch: records turns, folds them into concise Markdown, and injects the result into future sessions from ~/.agent/agent-handoff, byte-compatible with pi-handoff.
- flymysql/dsh-memory - Cross-session memory vault: remember / recall / forget tools, per-turn prompt injection, and a settings-page entry browser.
- freehul/sgme - ShiGuang Memory Engine (SGME) bridge: multi-agent shared long-term memory via HTTP — L0/L1/L1.5/L2 distillation, scenario-based injection, unified search, and proactive care signals (memory_search / wiki_search / signal_pull / signal_claim / signal_ack), installable as
dsh-sgme. - FuRongJun-1999/dsh-memory - AGI long-term memory base: multi-agent spatiotemporal memory graph, self-evolving knowledge flywheel, self-cognition, and auditable trust guardrails.
- gezi-wen/sage-mem - File-based cross-session memory: plain Markdown memory files with automatic retrieval injection, format-compatible with Claude Code's CLAUDE.md and memory files, so migrating is a manual file copy.
- GIT121995/dsh-memory-gate - Bounded local memory with CBDC authority gating: SQLite + FTS5 claims, scoped recall with explainable use/verify/ignore decisions and a full audit trail, /memory commands, ≤3-claim/1200-char injection per call, no extra model call.
- giter00/dsh-headroom - Automatic context compression for DeepSeek Harness: compresses tool outputs before they reach the model and keeps every lossy compression reversible via CCR retrieval tools.
- hellosky983/dsh-qrcode - Offline QR code (SVG/PNG/ASCII) and barcode (Code128/EAN-13) generator for DeepSeek Harness, no network and no shell.
- hellosky983/dsh-skillradar - Scans the skills visible to the current session and ranks them by relevance to the recent conversation.
- highland0971/dsh-native-memory - Native per-workspace memory on the harness's own seams: facts and a bounded always-on profile on the storage-domain JSON unit, approval-gated writes with
(sessionId, seq)citations, deterministic recall plus session-query FTS over past sessions — no external server, no custom SQLite. - htcqp802/dsh-knowledge-base - General-purpose knowledge base for DSH: import md/txt/json/yml/docx/pdf, folder management, FTS5 full-text search (BM25), and a Web management UI.
- Hua1Q1nG/dsh-hindsight-local-optimize - Local-memory lifecycle for the official Hindsight plugin on DSH desktop: one-click start/stop of the hindsight-embed daemon, auto-start on boot, stop on exit, hides the uv.exe console window, and installs the vault/models to another drive.
- Hua1Q1nG/dsh-prompt-self - Rewrites each request against a learned prompt profile and automatically updates habits, anti-hallucination rules, and learning records.
- ICCuse/dsh-file-memory - File-backed working memory: memorize/recall key premises verbatim in a session notes file so they survive context compaction losslessly.
- ICCuse/dsh-knowledge - Bridge into a global Markdown knowledge base shared with the Codex kb.cmd CLI: kb_add/kb_search/kb_show/kb_timeline tools with byte-compatible frontmatter.
- ICCuse/dsh-premise-guard - Post-compaction premise-drift guard: injects a one-shot notice when a compaction summary drops a critical literal anchor.
- Ikalus1988/MisakaNet - Failure-recovery memory: search and record failure-recovery lessons from real engineering sessions, with BM25 + semantic RAG retrieval and a lessons knowledge base.
- isheng-eqi/dsh-hermes-memory - Faithful port of the hermes-agent MEMORY.md / USER.md mechanism for DSH: bounded dual-bank memory (2200/1375 chars), a single
memorytool (add/replace/remove/batch), frozen-snapshot injection per session, nudge reminders, DSH-native JSON storage — zero external dependencies, zero LLM cost. - itr-del/dsh-cue-bank - Cross-session event-cue memory for DeepSeek Harness: auto-extracts task/conversation cues and user language habits from every turn into a persistent global cue bank, then re-injects remembered context on topic-switch detection (keyword or vector matching).
- Jesse-njx/dsh-memory - Cited memory over DSH's lossless session log: distilled facts carry
(sessionId, eventRange)citations that expand back to the exact original log excerpt. - jiayan-xu/dsh-memoria - Vector + graph memory backend: observe/remember/search/recall tools against a local memoria server, fusing HNSW semantic recall, FTS5 keyword search, and knowledge-graph signals via RRF ranking, with automatic turn-end persistence and per-agent namespace isolation.
- jiayan-xu/dsh-memoria-extra - Advanced memoria tools: session context injection (profile + recall), recent decisions, health report, namespace allowlist, memory relation graph, and entity search; companion to dsh-memoria.
- jinguanghai/deepseek-harness-forge-plugins#forge-memory - BM25 keyword-based memory recall.
- JohnXu22786/context-pruner - Session context triage for long DeepSeek Harness sessions: deterministic screeners trim stale, duplicate, failed, and oversized content through the official ctx.compaction seam.
- JohnXu22786/memory-standard - Memory Standard Protocol (mm) for DeepSeek Harness: layered MEMORY.md with hard budgets, frozen snapshots, mm:// URI interop, session-log digestion, mem_* tools and a standalone CLI.
- JunNanLYS/dsh-layered-memory - Layered memory pipeline for DSH: auto-distills conversations into atomic facts, scene summaries and a persona profile (L0–L3), with hybrid BM25 + vector retrieval, chat/work family separation, and context injection before each model step.
- KLRSL/dsh-biomemory - Biomimetic memory system for DeepSeek Harness: plain-Markdown data layer, memory tools, frozen-snapshot injection, graded approval gating, structured audits, memory metabolism (dream), memory pins, semantic recall, /memory command, and cross-session retrieval.
- lanyun077/dsh-project - Organize folders and sessions into projects with shared PROJECT.md memory and AGENTS.md instructions injected into every session, plus a project tree sidebar.
- lemoncat7/dsh-knowledge - Provides local and remote knowledge bases with project- and session-scoped recall, controlled write-back, and an embedded Web management console.
- LittleBlackTong/dsh-plugin-memory - Long-term cross-session markdown memory with an LLM-Wiki structure and a SOUL.md persona, hard-injected at every session start, plus remember/recall/consolidate/forget workflows, an embedded memory skill, pack/unpack migration tooling, and an idle-time first-person recall nudge that surfaces real memories in a companion voice.
- ljsysfurryACE/dsh-compaction - Compaction backend replacing LLM summarization with a deterministic semantic extractor (keeps code/paths/commands, drops chatter) plus 28.4x KV-compression accounting.
- ljsysfurryACE/dsh-memory-director - LLM-driven remember/forget memory: after each turn a model decides what to keep (MemoryDirector), injects relevant memories before each step, dedups, and persists cross-session.
- LoserFox/distill - Automatic conversation distillation: background subagent reflection + skill create/update.
- lovezi0/dsh-memory-palace - Human-readable Markdown memory for DeepSeek Harness: user-level (~/.deepseek-harness/MEMORY.md) + workspace-level memory injected every turn, auto daily-log writing with distillation, bridges existing WorkBuddy/CodeBuddy memory dirs, memory_note / memory_note_user / memory_read tools with built-in dedup, and a bilingual settings page. Plain-text storage, no database.
- madage/dsh-self-improved - Long-term memory & self-evolving plugin for DSH: L0 capture → L1 memory extraction → L2 scene grouping → L3 user persona, auto recall injection, skill synthesis, fully local (SQLite FTS5 + jieba, optional vector recall).
- Max-Null/dsh-memory - Cross-session plaintext memory: deterministic BM25 keyword recall (no embeddings), memory_save/list/search/confirm/forget tools behind a human-confirm gate, and global + project-scoped JSON stores that follow your git repo.
- memorax-ai/dsh-patchouli - DeepSeek Harness memory and knowledge hub that routes update, retrieve, and subscribe calls across compatible plugins, with an optional transactional Rust backend.
- memorylake-ai/memorylake-harness#dsh-plugin - Memory Lake as a persistent memory layer for dsh: memory_search, memory_remember, and memory_forget tools over the memorylake CLI, a session status line, and guided setup/diagnostic skills, sharing one ~/.memorylake identity and memory set with the Claude Code and Codex plugins.
- MineRPi/dsh-trilium - Connect Trilium notes to the DSH agent via ETAPI with 20 agent tools: durable memory (remember/recall + auto-injected index), note management (CRUD/clone/attributes/revisions), full-text search, weekly-report workflow, attachments, calendar notes, backup/import, and a settings card.
- mingzeng21/dsh-obsidian - Connect dsh to a local Obsidian vault: search, read, write, move, and trash notes through
obsidian_*tools. - modusensus/dsh-mneme#dsh-mneme - Cross-session memory engine for DeepSeek Harness: SQLite store + human-editable Markdown mirror, autoDream consolidation, offline semantic search (local vector/rerank/clustering), entity-attribute-timeline, Sleep Mode, custom-model autoSummarize, and 7 memory tools.
- MoonlitDropOfBlood/dsh-memory-manager - ZCode-style persistent project memory with a full settings manager, index-first injection and agent memory tools.
- moononnn/DeepSeek-Harness-Hanako-Memory - Hana-style assistant manager for DSH: visual preset management (cards, yuan personalities, avatar cropping) plus a full Hana memory stack (rolling summaries, layered compilation, SQLite fact store, deep memory).
- nanpaidashi/dsh-honcho-sync - Honcho memory bridge: auto-syncs every conversation turn to a self-hosted Honcho service, with recall/search/remember/context/status tools, context injection on session start, and a visual settings panel.
- NattoCB/dsh-plugin-memory - Persistent five-layer memory system with relevance injection, LLM auto-extraction, profile rotation, and six agent tools.
- Noelune/unified-agent-memory - One shared Obsidian vault for every agent: dependency-free Python core (search/promote/adjudicate/forget), vault template, dsh plugin (memory_search/show/submit/status).
- nowledge-co/nowledge-mem-deepseek-harness - One memory layer for every AI tool and agent: Context Bundle injection, prompt-time recall, MCP tools, and turn-end DSH thread capture.
- omdsh-dev/dsh-kb-sieve - Build auditable KB packs (SQLite FTS5) from md/txt/docx/pdf with deterministic retrieval and original-text reading.
- omdsh-dev/dsh-mnemon - Cross-agent, local-first persistent memory plugin for DeepSeek Harness (DSH), powered by Mnemon. It shares long-term memory across Mnemon-enabled agents and adds runtime memory, searchable project documents, semantic recall, knowledge graph, and a Sidebar UI.
- orangeshinee/dsh-mem0 - Agent tools for a self-hosted mem0 server: add, search, get, update, delete, history, reset and status memories, with a settings-panel configuration card.
- PerryLink/dsh-library - Turns local markdown and text documents into a queryable knowledge base with hybrid semantic and keyword search, citation verification, and source injection.
- PerryLink/dsh-memento - Bounded, layered, approval-gated, auditable cross-session memory: a typed
ctx.memoryseam with a zero-dependency SQLite provider, amemorytool, and frozen snapshot injection, plus the dsh-memory-protocol v1 rehearsal with an adapter registry and a distributable conformance suite. - Phant0Meow/dsh-meow-memory - Project-scoped cross-session memory: seven-layer SQLite store (soul/user/project/fact/lesson/rules/topic) on node:sqlite, cache-friendly first-message injection plus per-message keyword hits, memory_remember/search/find_similar/read/update/project tools, and idle-window consolidation ("dream") with peak-hour suppression.
- plur-ai/dsh-plugin - PLUR memory rendered into the system prompt on each assembly rather than exposed as a tool call, so the block is replaced instead of appended and context stays flat across a session. Fully local hybrid search (BM25 + BGE fused with RRF), plain YAML storage you can edit, per-workspace scoping, and a /plur-memory browser.
- Qinling-Melon-Farmers/dsh-memoir - Local-only project memory with zero bundled runtime dependencies or external services: structured JSON plus generated PROJECT_MEMORY.md, token-bounded session-frozen Hot Memory designed to preserve prompt-prefix cache hits, cached cross-project BM25 ranked recall, editable pin/supersede/archive lifecycle, configurable top-level turn-end distillation, and a bilingual Web panel for search, inspection, diagnostics, and live settings.
- rainow/dsh-simple-wiki-memory - A super-simplified LLM-wiki memory plugin: one index document (auto-loaded) + one markdown file per topic (read only when needed) — no dumping everything into the context and burning tokens. Simple and lightweight, painless to install/uninstall, and freely editable however you like.
- reatcat/l123-harness - Three-tier agent memory harness: L1 always-on CLAUDE.md, L2 index, L3 detail skeleton with templates, a gate that blocks writes to protected files without a one-time approval token, zero-judgement event logging, weekly distillation, and a TDD execution-loop skill.
- Relistencode/dsh-recall - Conversation history recall for DSH: three-layer (literal/fuzzy/semantic) retrieval over every past session's original text, fully local & offline — AI never forgets what you told it. One-command install via
dsh.bundle.patch, semantic layer runs in a worker thread. - reshuibuduo/TMCRA-Agent-Memory#deepseek-harness-local - Technical-preview local graph memory for DSH and Codex: recalls owner-global and current-project evidence before each turn, writes USER and ASSISTANT records separately, and preserves project, session, actor, and source provenance for a visual atlas and cited knowledge pages.
- Rxiain/dsh-openviking - Semantic retrieval, resource management, auto-recall (user + agent dual spaces) and session memory for DeepSeek Harness: memsearch/memfind/memread/membrowse/memgrep/memglob over viking:// URIs, memadd/memremove resource management, memqueue observer status, memcommit session capture, and memlearn skill playbook minting.
- scd13150/dsh-cognition - Project memory for coding agents on DeepSeek Harness: similar past edits surface as precedents, out-of-scope edits are blocked, and cognition persists across sessions (47 upstream-verified fixes, gold-free 20-task run).
- seriousz158/dsh-memory - Local Git-backed long-term memory for DeepSeek Harness with cited context, usage-aware read tools, safe sync, previews, and rollback.
- Shiye-10Pages/dsh-memory-porter - Brings your existing Claude / ChatGPT history into DSH: instant zero-token import of the memories.json inside a Claude export, local Claude Code transcripts with no export needed, and conversations distilled through the model you already configured in DSH. Every memory carries verbatim evidence checked against the source by code — a paraphrase is dropped and counted, and evidence found only in the assistant turns is always routed to review rather than stored.
- skepsun/dsh-engram - Zero-LLM auto-capture and a symbolic [ENGRAM] index with progressive disclosure, an ESR-lite task/evidence protocol (esr_task / esr_node / esr_close / esr_link), and per-workspace usage telemetry with an offline recall benchmark (npm run eval).
- SodaMem/dsh-plugin-sodamem - Bi-temporal memory backed by a SodaMem daemon: recall is contributed to the prompt while each turn is assembled and every closed turn is ingested, with no tool call and no model call on the read path; each recalled fact cites the turn it came from and carries validity dates, so superseded facts stop being retrieved.
- songoao25/dsh-auto-compact - Enhanced auto-compaction defaults for DeepSeek Harness agent presets: apply tuned threshold/retention budgets and per-model policies with one command, idempotent with backups and rollback.
- Swd146296/dsh-memos-bridge - Bridges the MemOS memory service over MCP: the agent gets add/search/update/delete memory, multi-cube sharing, and a memory scheduler as mcp__memos__* tools.
- symmetryseeker/dsh-akn-plugin - Local-first Agent Experience Network for DeepSeek Harness, distilling task-level experiences from traces and live manifests, grading by H0-H4 evidence, discovering by compatibility, and promoting only after explicit review.
- tancheng33/dsh-yogacara - Tracks the agent's state as Yogācāra mental factors over a durable seed store, and feeds it back into the prompt as first-person inclination.
- text2future/flowix#dsh-flowix-memory - Registers the local flowix-cli MCP server so the agent can search, read, create, and edit Flowix memos and mind-map artifacts.
- tinqiao-oss/engramory#plugin - Long-term memory for DeepSeek Harness kept as plain markdown, one fact per file, readable in any editor. The
MEMORY.mdindex has a hard 200-line / 25 KB cap enforced byctx.tools.guard(): a write that would grow an over-cap index is denied, while a rewrite that shrinks it always passes, so an oversized index can be compacted step by step. The plugin never writes memories on its own — what is kept is decided by you and the model. The same store is also used by Claude Code, Codex, Kiro and OpenClaw. - truelove-dreamer/dsh-plugin-recall - Cross-session memory for the model: full-text search all past sessions (SQLite FTS5 via ctx.sessionQuery) and bring the strongest matching excerpts back into the current context.
- Tyan66666/billion-context-dsh - Model-driven context compression (Active Context Pruning) for DeepSeek Harness: the model decides when and what to compress.
- vectorize-io/hindsight#coding-agents - Hindsight, agent memory that learns: long-term project memory with auto recall and retain, knowledge pages, deep reflection, and per-repo memory banks.
- volcengine/OpenViking#examples/dsh-memory-plugin - OpenViking memory and context bundle for DeepSeek Harness: pre-step auto-recall and profile injection, session capture,
viking://URI guarding, and recall/write memory tools backed by an OpenViking server. - vshulcz/deja-vu#extensions/dsh - Reads the session files nineteen other coding agents on this machine already wrote — Claude Code, Codex, Cursor, opencode, Antigravity, Kimi, Cline, Zed and more — including sessions from before it was installed: deja_recall, deja_session and deja_blame tools, a /deja command, and optional automatic recall added to the runtime context. Local BM25 index, no LLM, no embeddings, no network.
- wly8691-jpg/knowlp-rag - Dual knowledge-graph RAG for Markdown notes: prerequisite + similarity graphs (P/S-Agent traversal), paragraph chunking, n-gram/embedding hybrid search, and an explicit weight feedback loop — via MCP.
- XieZongChen/dsh-md-notes - A markdown notes manager for DSH: full MD notes manager and MD notes editor, quickly capture conversations into notes, maintain notes by syncing to Git repositories, and bring notes into the conversation context.
- Xplore-LAB/dsh-plugin-asmemory - Action-state time memory: record typed states and actions, then analyze trends, anomalies, and causality.
- yangyongzhen/dsh-memory - Long-term memory injected at session start: preferences/facts/summaries/knowledge in global and per-project scopes, budgeted recall via
agent/pre-step, durable JSON store. - yihefeikong-rgb/dsh-cc-haha-memory - Persistent memory for DeepSeek Harness: memory read/write/retrieve tools, per-turn auto-recording, project-scoped recall injection and a management UI, with non-destructive Claude Code memory import.
- Yiipu/dsh-agentmemory - DSH ↔ agentmemory session-memory bridge: mirrors session lifecycle into a local agentmemory daemon (REST), exposes memory_recall / memory_remember tools, and injects a per-session memory context window via agent/pre-step.
- zhangzhenwen1/qmd-autosearch - Auto-supplement QMD semantic search when the model greps/globs a knowledge-base directory: zero-dependency DSH plugin, async injection via next-step, no manual invocation.
- zhengjy01/dsh-flomo - Write notes and memos to flomo (浮墨笔记) from any agent via the flomo_send tool, configured once with the flomo API URL or API Key.
- zhengjy01/dsh-notion-connector - Notion connector for DeepSeek Harness: search, read, query, create, update, and append Notion pages and databases via six agent tools, with a Web settings page — configured once with an Integration Token.
- zhujunpeng12/dsh-memory-system - Local-first persistent memory for DeepSeek Harness: bounded pre-step hot-memory injection, exact and Chinese-bigram BM25 cold recall, six agent tools, approval-gated lease-lock writes with recovery receipts, and read-only governance and trajectory-review candidates.
- ZSeven-W/dsh-noema - Long-term memory for DSH agents — durable, inspectable memories with recall, search, browse and knowledge-graph tools, import from ten other AI coding tools, and a settings page.
Tools & Capabilities
- 0xRabit/dsh-crypto-portfolio - Crypto portfolio tracker for DSH: BTC / EVM (DeBank free+paid) / Solana / Hyperliquid L1 / CEX balances with multi-provider API failover, per-profile configs, scheduled daily refresh and trend charts (self-contained web dashboard).
- 1na-ko/dsh-hdc-bridge - HarmonyOS device bridge: hdc screenshot/install/log/crash/UI automation loop with read_image, official-first versioned API knowledge (SDK .d.ts + offline bundled docs), and a DevEco CLI build/sign/lint lane.
- 6Mikao9/dsh-wsl-workspace - Add a WSL workspace from the web GUI without needing to install dsh or related tools again inside WSL. Bash commands and file read/write operations run within the local WSL distribution on the host machine, while Windows files remain accessible.
- 863683348/dsh-plugin-academic-writing - Academic writing toolkit for DSH agents: paper outlines, title and abstract skeletons, GB/T 7714 / APA / MLA citations, phrasing QA, and a pre-submission checklist.
- 863683348/dsh-plugin-education - Education toolkit for DSH agents: lesson-plan skeletons by grade band, quiz scaffolding and answer-key validation, analytic rubrics, Anki/markdown flashcards, and readability levels.
- 863683348/dsh-plugin-finance-data - Finance data toolkit for DSH agents: number and currency formatting (incl. Chinese wan/yi units), return and CAGR math, valuation and profitability ratios, PV/FV, risk metrics, and a data-quality checklist.
- 863683348/dsh-plugin-local-life - Local-life toolkit for DSH agents: budget planning, bill splitting, unit-price and discount math, common unit conversions (jin/li/chi, C/F, L/gallon), and trip checklists.
- 863683348/dsh-plugin-translation - Translation toolkit for DSH agents: sentence segmentation, term and glossary extraction, source-target QA (numbers, units, brackets), tone guides, and a durable workspace translation memory.
- 988hj7tczd-oss/dsh-computer-use - Cross-platform Computer Use for DeepSeek Harness: virtual-mouse human-like operation (screen_observe + computer_click + type + key + scroll + drag, 11 tools), AX-tree zero-vision-cost mode with free GLM-4V-Flash vision fallback, safety guards (snapshot TTL / app whitelist / dangerous-action approval / password-box protection).
- AbcdefgXW/dsh-toolbox-web - Toolbox plugin for the Web UI: session/trash/subdirectory/search/preset/config management, tag grouping, long-message collapse, and a scheduled heartbeat with optional IM channel push.
- AbnerAI/dsh-monitor - Persistent background watchers that wake the agent on new messages (file inbox or command-output delta) — the harness analog of Claude Code's Monitor tool.
- acebang0303/dsh-quick-launch - One-click create, update or remove the DeepSeek Harness desktop shortcut with switchable custom icons and a draggable whale button.
- agentmail-to/dsh-agentmail - Gives an agent its own email inbox through AgentMail — eleven tools for sending, reading and labelling mail, plus inbound mail delivered into one harness session per email thread, with an approval gate and recipient allowlist on everything outbound.
- alone-tree/dsh-skill-mcp-manager - One-stop visual management of DSH Skills & MCP: on-demand MCP loading, in-session hot reload, SKILL & MCP descriptions viewable in the plugin.
- AngelosZou/dsh-multi-folder - Secondary working directories for a DSH project: the agent keeps the primary workspace as cwd and gains equal read/write/exec permissions on configured secondary directories, configurable from the session header and the new-session page.
- AngLi1997/dsh-plugin-sync - Sync the installed DeepSeek Harness plugin manifest to a GitHub Gist (OAuth login, one-click export/import with automatic dependency install).
- Anionex/dsh-computer-use - Accessibility-first macOS computer use: fresh observations, stale-state rejection, scoped permissions, and safe input.
- annexwu/dsh-cos - Adds COS storage browsing and transfers, workspace artifact uploads, temporary links, and conversation attachments that retain local copies with cloud object identity, plus Agent tools for Tencent Cloud COS, CI, and MetaInsight.
- anyuer678/dsh-logtimeline - Query local log files with Chinese natural-language time expressions (e.g. "yesterday afternoon", "3 hours ago") — precise time range, matched lines, ERROR/WARN/INFO level stats, fully offline.
- Asher-2000/dsh-expert-mode - Expert-mode agent preset for DeepSeek Harness (v0.8.0, bilingual EN/ZH): a chief coordinator plus 16 domain-expert subagents with automatic task delegation and a real Inter-Expert Communication Bus (file-based, P2P, zero coordinator handover). Features: Five-Anchor constraint, Near-distance Guidance, progressive disclosure, expert persistence, cross-expert communication protocol, cross review, experience pool, fast-track for simple tasks, fault recovery with auto-retry. Experts: data analysis, copywriting, legal review, product, frontend, UI/UX, architect, ops, growth, quant finance, finance, backend, DevOps, database, QA, security.
- buhuikongpan/dsh-win-gitbash - Git Bash shell tool for Windows: runs commands through the bash bundled with Git for Windows, with timeout, sandbox, output truncation, and background jobs, replacing the slow pwsh tool and the WSL-only bash tool.
- bwndlct/dsh-session-audit - Session execution analytics: steps, tool calls, failures, repeated actions, token usage and verification signals, rendered as text/Markdown/JSON reports.
- bx33661/dsh-omv - Evidence-first vulnerability research workbench for DeepSeek Harness: native audit views, 29 OMV tools, Evidence.v1 findings, reproducible runs, Campaign workflows, and isolated PoC evidence.
- caoyiwei850/dsh-ssh-ops - SSH ops terminal for DSH Web UI: drive a connected server from the main conversation (ssh_connect/ssh_exec/ssh_read/ssh_write/ssh_disconnect) while keeping an interactive xterm.js terminal on the right.
- cerebrixos-org/dsh-asimovbox - Connects DeepSeek Harness to AsimovBox for creating, updating, rendering, and finishing videos through API-key-authenticated tools.
- changingwang/dsh-stage-gate - Stage-gate governance tools: model-callable gate_open / gate_check / gate_list / gate_close for in-memory, per-session acceptance checks with PASS/BLOCK conclusions.
- Chaos-Hyper/dsh-econ-tools - Econometrics research assistant: 6 tools covering method selection, data preparation, model specification, empirical analysis with Python/R/Stata code templates, robustness checks, and result reporting.
- Cheng-cheng9669/dsh-cache-precision - Renders the built-in cache-hit percentage with three decimals and widens the composer stats line to prevent truncation.
- chenjiyan2001/dsh-proxy-routing - Per-execution HTTP/SOCKS5 proxy routing for Agent fetches, LLM providers, and shell commands, with settings-backed hot reload, approval-gated controls, and credential-safe status.
- CheshireJCat/blender - Blender 3D production plugin with 30 modeling/reconstruction skills, 13 runtime tools, and 26 deterministic helpers for reference fitting, rendering, validation, animation, and portable export; installable as
dsh-blender. - Chhlafiu4312/dsh-mcp-bridge - Zero-dependency MCP client bridge that connects stdio and HTTP MCP servers and registers their tools as mcp__ for the agent.
- chiang21fcb/cn-linebreak - Static HTML auditor for Chinese line-breaking: checks explicit-
<br>orphan lines, keep-all CSS coverage, CJK line-start/line-end punctuation rules, and protected-phrase splits, then inserts at natural breakpoints; exposes a cn_linebreak_audit tool for agents. - CHplus0/dsh-learning-mode#plugin - Learning Mode agent preset: a coding agent that teaches while coding — concrete scenario-grounded explanations, Socratic guidance, and TODO(你) practice blanks, modeled on Claude Code's Learning output style; installable via dsh plugin add (dsh-learning-mode on npm).
- CHplus0/dsh-shell-command - Claude Code-style shell integration: /! for single-command analysis and /terminal for interactive PTY sessions with on-demand history reference.
- ciky20171114/dsh-plugin-midscene - AI UI automation via Midscene — android_ui and web_ui tools that tap, type, query, and assert on a real Android device or an already-running Chrome through the ctx.midscene seam.
- ClaireXi99/dsh-data-insight - Data analysis toolkit: CSV/TSV/JSON profiling, IQR and z-score anomaly detection, structured summarization with quality issues, and code-free filter/group/aggregate queries.
- codingayice/dsh-interview - AI interview practice for DeepSeek Harness Web: generates questions across four modes (concept review, mock interview, scenario, LeetCode Hot 100), scores answers, and provides explanations.
- coolbreezecoin/dsh-wechat-mp - Turns markdown into a WeChat Official Account (微信公众号) draft: inlines every CSS rule onto its element because the editor discards
<style>blocks and class names, uploads each local image through WeChat's own endpoint so it is not filtered out, and creates the draft; it never broadcasts. - CZX2244/dsh-bilibili - Bilibili video analysis: metadata, transcript (ASR fallback via Bijian/sherpa-onnx/whisper.cpp), comments, danmaku, and sharp keyframes with optional local vision descriptions.
- DamonKoy/dsh-plugins#dsh-mcp-client-v2 - Enhanced MCP client: paginated tool discovery, non-blocking startup, mcp_tool_search, hand-rolled stdio/streamable-http transports.
- DeepTrial/dsh-bash-rtk - Route eligible shell commands through rtk to compress tool output and save tokens.
- dfycaly98931680/dsh-trajectory-governance - Agent trajectory governance and anomaly diagnosis: rebuilds flat session logs into multi-branch trajectory trees, detects loop deadlock, invalid retry, and goal drift, alerts with cost attribution, one-click interrupt and breakpoint fork via official APIs, independent GUI tab.
- dhicoc/dsh-codex-web-search-mcp - Registers codex-web-search-mcp as native DSH MCP tools (mcp__codex-web-search__codex_web_search / codex_web_research / web_fetch) for model-independent Codex and Grok web search and deep research.
- dsh-plugins/dsh-auxiliary - Dedicated model routes, tools, and system guidance for vision, compaction, reviews, subagents, titles, and image generation.
- duhu2000/dsh-mcp-connector - General-purpose MCP connector, connection manager, plugin extension, and integration marketplace for DeepSeek Harness, initiated and maintained by Qichacha/QCC, with OAuth 2.0 PKCE, API key and URL configuration, JSON import, tool and prompt discovery, agent skill extension, and prompt-to-session workflows.
- duhu2000/qcc-mcp-legal-oauth - One-click OAuth (PKCE) connect to Qichacha (qcc.com) legal-data MCP services — regulation search and case search — with dynamic client registration, token auto-refresh, and dynamic mcp-client configuration.
- duhu2000/qcc-mcp-oauth - One-click OAuth (PKCE) connect to Qichacha (qcc.com) MCP services in DeepSeek Harness: dynamic client registration, token auto-refresh, and dynamic mcp-client configuration.
- Edge-Echo/dsh-mcp-bridge - Curated MCP server bundle: one install brings demo, memory, filesystem, GitHub, Playwright and remote HTTP MCP servers, plus a connectivity verifier tool and CI checks.
- EdgeTypE/dsh-better-deepseek - Bridge plugin for the Better DeepSeek Chrome extension: exposes HTTP handshake and session-filtered SSE event streams over the web server, enabling browser-extension UI integrations with DeepSeek Harness.
- EthanYoQ/Invoice-Downloader#dsh-invoice-downloader - Local IMAP invoice download, OCR, archive, and Excel reimbursement summaries for DeepSeek Harness.
- Fantasality/dsh-origin-plugin - Drive Origin scientific plotting from DeepSeek Harness AI chat via MCP: write data, plot line/scatter/column, export PNG/SVG.
- fire-disposal/dsh-mojibake-interceptor - Mojibake guard bundle for DSH: feature-based garbled-text detection before writes with review-then-release (an identical retry passes), plus pre-execution pwsh encoding audit (ANSI/GBK/UTF-16/Default), Windows and Chinese first.
- Fish121380/auto-mouse - Windows desktop UI context picker for Codex, DeepSeek Harness, and MCP clients: select windows, UI elements, or screen regions with hover highlighting, UI Automation, screenshots, and local OCR, then review and approve Markdown/JSON context before output.
- Fishsb/dsh-prompt-enhancer - One-click prompt enhancement: an independent LLM call rewrites your rough draft in the composer, fully undoable.
- flymysql/dsh-remote - Multi-machine remote workspace: manage many SSH hosts, pick a local or remote workspace in the native Add-workspace flow (system folder chooser / local path / remote dir browse), mirror a remote workspace to a real local folder, and operate it with rw_* tools. The picker is a centered modal that opens on the local tab and auto-fills
/for remote paths, live-completing each directory level. - Fro2en12/dsh-download-progress - Download progress panel: URL downloader, agent shell/SSH transfer tracking and workspace black-box file-growth monitoring, shown in a draggable floating panel with live bytes, speed, percentage and ETA.
- geml-spec/geml#integrations/dsh-plugin - Block-addressed document editing: an MCP server exposing geml_get / geml_set / geml_check and friends, so an agent reads or rewrites one addressed block of a Markdown or GEML document instead of the whole file. Ships the GEML authoring skill and a code-graph skill that builds and navigates a project call graph as GEML codemaps.
- Github-CJX/dsh-tool-imagegen - OpenAI-compatible image generation in DSH Desktop chat: generate inline, edit reference images or chain-edit previous results directly (image-to-image) without re-uploading, with storage cleanup.
- goecho/dsh-generation - Adds generation_fork and generation_run to copy an agent preset and run a task on a new session.
- gongyijie85/dsh-repo-setup - Read-only repo bootstrap scanner (repo_setup_scan tool): detects stack/tests/docs/git/db and recommends plugins, MCP servers and hygiene files.
- hanyi7867069-create/dsh-content-lab - Content workshop tools for DSH — topic, title, post and content-calendar generation through the built-in LLM.
- hccccc01333/dsh-excel-chat#bundle - Talk to Excel in DeepSeek Harness: create, edit, repair, and verify spreadsheets by conversation, with automatic formula health checks after every edit.
- heartleo/hn-cli#hacker-news - Hacker News tools for feeds, discussion threads, search, and user profiles.
- Hefulalala/dsh-remote-workspace - SSH/SFTP remote sites and workspaces: manage connections and remote directories like local workspaces.
- hezhongtang/dsh-capability-optimizer - Headless Claude Code consultations with advisor, reviewer, and designer roles, returned as reference answers.
- Hongcheng-LI/dsh-zotero - Zotero library tools via the local API (no API key): search items/collections, read metadata and abstracts, list attachments, read full text (parses PDFs on the fly when Zotero cache misses), download PDFs, and manage notes.
- HorusJiang/dsh-map-tools - Map and routing tools: driving/transit/walking/bicycling route planning, geocoding and POI search via free OSM/OSRM data by default, with an optional Amap (高德) key for better China coverage.
- Huang-zhishi/dsh-plugin-call-trace - Persistent model tool-call trace recorder: every tool call is durably written to a JSONL file that survives restarts, queryable via a structured call_trace tool and a callTraceHistory service, with size rotation and an optional floating canvas UI add-on.
- huaxiren6/dsh-email-reader - OAuth2-capable IMAP email reader for accounts where password authentication is disabled. Microsoft disabled Basic Auth for personal Outlook IMAP in 2024, so this plugin authenticates via refresh-token OAuth2 (XOAUTH2) with automatic token refresh, plus app-password login for Gmail through an optional local HTTP/SOCKS proxy. Registers list/read/search as ol_email_* so it can coexist with the market dsh-email plugin without tool-name clashes.
- huaxiren6/dsh-sms-webhook - SMS forwarding webhook for DeepSeek Harness. Phone apps (SMS Forwarder, Tasker, or any HTTP POST) push messages to a local HTTP endpoint; the plugin stores them as JSONL and exposes sms_recent / sms_search tools so the agent can read SMS verification codes during tasks. Auto-extracts the first 4-8 digit OTP from each message, supports keyword filtering, and works over LAN or Tailscale.
- huey1in/trio - Browser automation (Playwright) with a live view, an MCP server exposing DSH agents to any MCP client, and GitHub issue/PR/webhook review tools.
- hyzyn/dsh-plugin-kit#rss - Daily RSS/Atom news digest for DSH: built-in channels plus a curated awesome-rsshub-routes catalog and custom feeds (validated on save), aggregated into one "今日值得读" Markdown digest each day and injected into the system prompt; Web GUI settings card and sidebar reader.
- ilps2/dsh-video-understand - Low-cost video understanding tool: a video_understand tool turns a Bilibili link / BV / local video into an AVIS info layer (ASR + scene structure + object tracks + YOLO labels) and returns summary + Q&A. Question-driven dynamic routing across layers (L0 ASR / L1 object tracks / L2 key-frame VLM), semantic-layer reuse for repeat questions, per-question budget cap. Self-contained engine, no external dependencies.
- initial-d/dsh-plugin-mlquant-benchmark - DSH tools for reproducing and validating the ml-quant-trading protocol v1 CPU benchmark, then drafting an issue-ready report. Requires a local clone of initial-d/ml-quant-trading (set as the workspace or repoPath) plus Python and PyTorch; this plugin does not fetch the repository or install its dependencies.
- Isanti2016/dsh-console - Slash-command console for dsh: /web start|stop|restart|status, /tunnel SSH forward management, one-shot /ask, and a console TUI launcher.
- izwarm195/dsh-net-tools - Lets sandboxed agents reach the web through your local proxy: net_fetch fetches pages, net_proxy_status reports proxy status.
- Jamailar/beav-deepseek-harness - Connects DSH to local Beav for Xiaohongshu (RED/RedNote) and social-media AI operations: topic research, knowledge, copywriting, image, audio, and short-video workflows with approval and artifact tracking.
- jean3690/dsh-devtoolbox - Local toolbox for the DSH web GUI: 35 pure-client tools (text, encoding, hashing, extraction, conversion, reference tables) in a sidebar view, plus the /toolbox command and config-driven agent tool exposure.
- jean3690/dsh-drawio - AI-driven drawio: four agent tools (validate, render to SVG/PNG, edit, template) plus a sidebar live board — zero-dependency mxfile-to-SVG preview, embedded diagrams.net editor with save bridge, and auto-open whenever the agent draws.
- Jesse-njx/dsh-docker - Typed, guarded container control: ps/logs/inspect/exec/start/stop and compose up/down with JSON output, project-aware targeting, and approval-gated destructive ops.
- Jesse-njx/dsh-skillport - Bring your existing Agent Skills (SKILL.md) library to DSH: discover skills across Claude/Codex/Cursor/Gemini paths, inject a progressive-disclosure index, and load bodies on demand.
- jiangzhenguo/dsh-codegraph - DSH bundle that registers 13 native codegraph_* tools wrapping the codegraph CLI, so agents bootstrap, maintain, and query a pre-indexed code knowledge graph (symbol query, explore, node trail, callers/callees, impact, affected tests) instead of grepping files.
- jiayan-xu/dsh-codebase-memory - Code knowledge graph bridge for codebase-memory-mcp: semantic symbol search (BM25), source snippets, architecture overview with Leiden communities, call/data-flow/cross-service traces, graph-augmented grep.
- jiayan-xu/dsh-nuphus-mcp - Desktop and browser automation bridge (36 tools): window/screen/mouse/keyboard control with PaddleOCR element perception, Chrome CDP browsing with accessibility snapshots.
- jihongboo/dsh-apple-mode - Xcode AI integration for DSH: 26 Xcode MCP tools (mcpbridge) + Apple platform skills + Xcode Intelligence-style persona (agent preset or global bundle).
- jing-hy/dsh-task-runner - Project/task dual-mode workspaces for DSH: a task skips the workspace picker and gets a fresh scratch directory (D:\dsh_working<name>-) per conversation, Codex-style; no-workspace sessions are grouped under a persistent Tasks section in the sidebar with empty states, and the new-session workspace picker gains a "no workspace (task)" option.
- jinguanghai/deepseek-harness-forge-plugins#forge-gates - Real-compute verification gates: math simplification, logic proofs, regex validation, E-prover FOL, state-machine checks, and code repair, backed by Go-compiled binaries with prebuilt Windows executables.
- jinguanghai/deepseek-harness-forge-plugins#forge-tcm - Traditional Chinese Medicine toolkit: eight-axes diagnosis and herb-pair lookup.
- jinhuoooo/dsh-prompt-polish - One-click ✨ polish button for the composer: rewrites prompts and drafts with WorkBuddy humanizer-style rules (kills AI-flavored phrasing, varies rhythm, mode-aware for instructions/questions/prose) via free Zhipu GLM-4.5-Flash or any OpenAI-compatible API, falling back to offline local rules.
- jinsiyu/dsh-auto-open-web - DeepSeek Harness automatically opens browser plugins and includes a built-in WebView2 program to achieve a lightweight desktop experience.
- jinsiyu/dsh-safemode-profile - The dsh security mode plugin achieves a zero third-party plugin startup by constructing a blank profile.
- JoFe2/kaleidosphere-dsh-plugin - Registers six native DeepSeek Harness tools for deterministic fixture-based or read-only Microsoft SQL Server and Oracle database analysis, planning, preview, and readback.
- Johnny-xuan/dsh-paste-to-path - Adds a path-backed attachment dock for images, documents, archives, code, and other files, leaving file reading to the Agent's available tools.
- JohnXu22786/apply-patch - Applies structured unified diffs (git format) to the real filesystem: multi-file/hunk parsing, fuzzy hunk location with line-offset correction, all-or-nothing application with typed conflict reports, reverse-patch undo journal and dry-run - four patch_* dsh tools plus a CLI.
- JohnXu22786/bookkeeping - Conversational bookkeeping bundle for dsh: record expenses/income by chat with strict amount validation and natural-language dates, then query, report, export CSV/HTML, and track monthly budgets against a local SQLite ledger.
- JohnXu22786/codegraph - Local code knowledge graph for agents: parse a codebase (Python/JS/TS/Go/Java/Rust) into a SQLite index and answer callers, callees, deps, dependents, impact and full-text questions over it.
- JohnXu22786/command-scout - Scans a project's declared build commands — Makefile targets, package.json scripts, just recipes, deno tasks — and exposes them as ready-to-run agent tools.
- JohnXu22786/computer-control - Desktop (native) control for dsh as a stdio JSON-RPC bridge over a Python core: capture the screen, inject pointer/keyboard input, drive accessibility-tree actions, and gate high-risk operations behind required confirmations.
- JohnXu22786/db-connector - Safe, audited SQLite/PostgreSQL/MySQL access for dsh agents: schema introspection, enforced read-only queries, a write approval gate, and a durable JSONL SQL audit trail.
- JohnXu22786/docs-retriever - Doctrove: versioned library documentation retrieval MCP server for coding agents — catalog lookup, version selection and focus-ranked doc extraction, with zero runtime dependencies and a dsh bundle.
- JohnXu22786/market-watch - Financial market monitor bundle for dsh: real-time quotes, a local watchlist, threshold alerts with cooldowns, periodic polling, and in-chat ASCII/mermaid charts for A-share stocks/indices and crypto (Tencent + CoinGecko).
- JohnXu22786/model-catalog - Auto-discovers model listings, pricing and capabilities from OpenAI-compatible API hosts, normalizes them, and emits ready-to-use model configs for dsh.
- JohnXu22786/rss-digest - RSS/Atom digest bundle for dsh: subscribe to feeds, fetch on a schedule, dedupe exact and near-duplicate stories, and get LLM-summarized daily Markdown briefings delivered into conversations and/or files (with a standalone CLI).
- JohnXu22786/snippet-expander - Expands #tag shorthand into snippet-library text before messages are sent; multi-library, aliases, variables and recursion guards.
- jsoncode/dsh-jenkins - Manages multiple Jenkins servers and triggers jobs from a Settings page, model tools, or a per-workspace "Run Jenkins Job" entry, with a bilingual host + browser UI.
- kaiwangleo/xiwen#dsh-xiwen - Semantic-layer analytics tool that uses curated table, column and metric metadata with Qdrant and Elasticsearch recall to generate, validate and execute MySQL analytical queries through the Xiwen service.
- Kaixxrua/dsh-aigc-radar - Search AIGC Radar's curated GitHub AI project library (500-star admission, bilingual zh/en tags, star-growth snapshots) over its MCP endpoint with native result cards; an agent/pre-step listener proactively suggests a reuse check before the agent writes code.
- KannaKuron/dsh-ptc-cordis-preset - Agent preset for DeepSeek Harness that layers the self-referential Cordis toolset (dynamic plugins, runtime inspection) and preset-authoring skills onto the PTC Code-Mode preset; materialized files carry per-file sha256 markers, so user-edited presets are never overwritten on upgrade or uninstall.
- kentleenot/dsh-trading-toolkit - A-share and US stock trading toolkit for DSH agents: realtime quotes, OHLCV klines, ADX three-state regime signals and simple backtest previews via EastMoney. Read-only, never places orders.
- kexuejin/dsh-zhihu-dashboard - Zhihu (知乎) dashboard: hot list with trend arrows, follow feed (favorites/creations/followees), post tracking (question/keyword/person) with auto-briefs, and five agent tools (zhihu_search/hot/answer/global_search/followees).
- kingguuu8-svg/dsh-pi-compatible - Pi-compatible tool suite recreated inside DeepSeek Harness: installs lower-case read/write/edit/bash/find/grep/ls core tools while retaining DSH-backed web, task, plan, todo, think, and slash extensions.
- klarkxy/dsh-plugin-autoevo - Reuse-first capability evolution for agents: resolve existing tools and skills, discover and review exact-commit DSH plugins, install with one-time approval, verify real tool round trips, and minimally adapt partial matches instead of rebuilding from scratch.
- KLRSL/dsh-packer - Agent config packer for DeepSeek Harness: pack local agent assets (skills/sessions/profiles/settings/memory) into a zip for migration or sharing, with privacy scanning, diff-based restore, pack management, and a settings panel.
- kouyichi/dsh-plugins#dsh-a2a - Native A2A (Agent-to-Agent) server for dsh: expose this dsh as a callable agent over HTTP with JSON-RPC tasks.
- kouyichi/dsh-plugins#dsh-guard - Security and governance for dsh: rule-based tool denial, full tool-call audit trail, and governance reports.
- kouyichi/dsh-plugins#dsh-meter - Token usage and cost metering for dsh: per-session and aggregate statistics with configurable pricing and reports.
- kuaiyukuaikuai/dsh-agent-sync - Scans 20+ AI agents on this machine (Codex, Claude Code, cc-switch, Hermes, opencode, Gemini, Grok, Kimi, CodeBuddy, Trae, OpenClaw, Qoder, WorkBuddy, Zcode, Cursor, Windsurf, Cline, Roo Code, Qwen Code, ...) and one-click syncs, manages and adds their MCP servers and skills into DSH — global or per-workspace.
- kunjinkao-os/dsh-mobile-gui-agent - Android GUI Agent with ADB screenshots, compact UI hierarchy grounding, verified iterative actions, approvals, and a Mobile Web view.
- lcgash/dsh-plugin-uw - Union workspaces: merge multiple directories into one session, manage unions from a settings panel, and read/write member files via uw_read/uw_write/uw_edit/uw_delete/uw_move tools.
- leaforbook/dsh-mcp-lazy - Lazy-loading router for MCP servers: auto-discovers compatible MCPs and keeps only a shared router in the tool catalog, revealing a server's schemas when a turn needs them and hiding them again at turn end, so many installed MCPs stop costing context on every request. Falls open to normal visibility on any uncertainty, and the original MCP keeps ownership of execution, permissions and process lifecycle. Also supports explicit lazy connections with warm reuse, bounded reconnection, stdio and Streamable HTTP.
- LeemanCheung/dsh-agent-preset-recommender - Bounded, privacy-safe local scanner for Codex, Claude Code, WorkBuddy, and CodeBuddy metadata: atomically aggregates keyed evidence and deterministically advises built-in DSH presets and optional capabilities—without content retention, network access, or preset mutation.
- Letter2025/dsh-tool-search - Hermes-style tool search & slimming: progressive disclosure, semantic search, describe, and call long-tail tools on demand while core tools stay eager.
- lifeodyssey/dsh-compressor#dsh-compressor - A slim port of Headroom: compresses tool output, cuts up to 20% of context, without affecting the model's context cache or agent performance.
- Lion-1209/dsh-plugin-wiki-tools - Native tools for an Obsidian wiki vault: wiki_query, wiki_write, wiki_rename, wiki_scaffold, wiki_archive, and wiki_lint cover BM25 search with link-graph context, bookkeeping writes with sha256 source tracking, vault-wide renames, mode scaffolds, source archiving, and health checks — with cross-process locks and optional git auto-commit.
- liqiming-whu/dsh-environment-context - Injects live time, weather, location, battery, and device context into the DSH system prompt, with a bilingual settings page.
- literaf/dsh-ai4scholar - AI4Scholar academic search: 38 tools over Semantic Scholar, PubMed, Google Scholar, arXiv, bioRxiv/medRxiv, and DOI resolution (search, citation graph, authors, recommendations, PDF full text in slices, auto-cite, scientific figures), a unified cross-platform search with de-duplication, an API-key card in Settings, and per-call credit accounting with an
/ai4scholarbalance card. - littleblakew/msds-chain-mcp#dsh - Chemical safety intelligence through the hosted MSDS Chain MCP endpoint: 23 tools for compatibility and mixing order, GHS hazards, PPE, storage, waste disposal, exposure limits, transport classification, multi-region regulatory compliance, SDS lookup and version diffs, and signed audit reports, each answer citing the supplier SDS and revision date it is grounded in.
- lonelymoon87/dsh-code-intel - Indexes workspace symbols with Tree-sitter and provides lexical or optional embedding-assisted code search.
- lsz-asd/dsh-plugin-device-info - Read-only Windows device information tools: one agent tool per Win32 device category (time, system, cpu, memory, disk, gpu, network, battery, processes, usb, audio, printers) via WMI/CIM and Node os collectors.
- LucienLL/dsh-plugin-proxy - Global proxy for DeepSeek Harness: route agent tools, model requests and web fetches through the Windows system proxy or a custom address with one persistent toggle, an editable settings card, and agent-visible proxy status.
- Luke-Yong/dsh-plugin-knowledge-graph - A read_graph tool backed by a codebase knowledge graph (CONTAINS / EXPORTS / IMPORTS / IMPORTS_SYMBOL relations).
- Luke-Yong/dsh-plugin-project-management - A DeepSeek Harness plugin that interviews the user about a project, generates a project timeline / Gantt chart, and exports it as Word or Excel.
- lussey820/dsh-http-tools - HTTP/API debugging toolset: full-control HTTP requests (method/headers/body/auth), curl command parsing and one-step execution, in-session request history with side-by-side response comparison, pagination-aware Link headers, and DeepSeek-branded UI cards (optional dsh-http-tools-ui).
- lynote-ai/dsh-humanizer - Writing tools that remove AI-sounding patterns and match your personal voice. 8 deterministic tools scan text, build a style fingerprint from your samples, and return rewrite briefs.
- lzszq/dsh-scholar - Academic assistant plugin.
- maddogfinance/dsh-trading - Research-only trading workbench bundle: typed market-data provider seam with a CSV reference provider, multi-timeframe indicator regime snapshot and OHLCV tools, interactive chart cards in dsh web with provenance-gated model annotations, and a risk-guard denying execution-shaped tool calls at tools/pre-execute.
- mafeis/dsh-net-proxy - Route agent network requests through a local HTTP/CONNECT/SOCKS5 proxy.
- mario03690/dsh-netcafe - Hosted tool server over MCP: invoice and bank-statement extraction with in-code arithmetic checks, ledger reconciliation in integer cents, PDF and table conversion, SQL dialect transpiling, and mainland-China reachability probes run from a China Mobile network vantage point.
- MAXeaglet/dsh-bash-terminal - One shell tool for PowerShell / Git Bash / WSL on Windows plus an interactive PTY terminal; the default terminal is chosen by the user in DSH settings.
- MaxHou-infinity/dsh-scout - Evidence-driven company and job due-diligence for DSH: logs sources with evidence levels, adds evidence-bounded claims, verifies the legal entity against official registries, and renders a PROCEED/VERIFY/STOP report with a verification checklist and interview questions.
- megatronyy/dsh-tradingagents - A-share multi-agent analysis behind /trading-agent, ported from TradingAgents-AShare, running 14 roles (analysts, bull/bear debate, risk review, trader) through the harness LLM route.
- MlittleFriend/dsh-character-profiler - Character consistency toolkit: personality profile cards, appearance-weight stats, and behavioral-drift detection for long-form fiction.
- moononnn/DeepSeek-Harness-biaoqingbao - Sticker/emoji expression for assistants: emotion-driven auto-matching, library management, AI image tagging, dialects, style mimicry, and chat-based tag refinement.
- Mr-Neutr0n/dsh-medseek - Clinical documentation and reference bundle for healthcare professionals: SOAP/APSO progress notes, admission H&P, SBAR/I-PASS handover, discharge summaries, Safe Harbor de-identification, patient-instruction readability, completeness checks, and cited lookups against FDA labels, MedlinePlus, PubMed, and ClinicalTrials.gov. Draft-only with a PHI egress guard; not a medical device.
- mrpulor-gh/dsh-nuphus-mcp - Official DSH plugin for nuphus-mcp (by the nuphus-mcp maintainers): desktop and browser automation (38 tools) with PaddleOCR element perception and Chrome CDP browsing, via a persistent stdio MCP child process.
- nononononofish/dsh-region - Switches DSH's package download source between the npmmirror China mirror and the official npm registry on timeout or failure, with a Web UI to inspect and switch manually.
- Nrxous/dsh-context7 - Fetches up-to-date, version-pinned library documentation and code examples from context7.com for DSH agents via context7_search and context7_get_docs tools.
- nyantused-cpun/gewu-tools - Model-agnostic visual-inspection pipeline for text-only agents: page-by-page HTML screenshots plus a ready-made vision-subagent briefing contract (gewu_prep), then source-code truth verification of every finding (gewu_locate); validated on mimo-v2.5 & qwen3.7-plus.
- omdsh-dev/dsh-custom-tool - Create and manage sandboxed JavaScript tools with a Monaco editor and model-driven tool lifecycle.
- omdsh-dev/dsh-data-agent - Let the AI connect to databases and write SQL for you.
- omdsh-dev/dsh-tool-calculator - Safe math expression evaluator, zero-dependency recursive-descent parser.
- omdsh-dev/dsh-tool-csv - Parse/query/aggregate/convert CSV (RFC 4180) with a zero-dependency state-machine parser.
- omdsh-dev/dsh-tool-diff - Structured comparison and unified diffs for text/JSON/CSV/Markdown.
- omdsh-dev/dsh-tool-encoding - base64/url/hex encoding, common hashes, and UUID generation.
- omdsh-dev/dsh-tool-json - JSON queries with a JMESPath subset.
- omdsh-dev/dsh-tool-regex - Test/extract/safe-replace/statically explain regexes without executing code.
- omdsh-dev/dsh-tool-schema - JSON Schema validation: validate/paths/explain/normalize.
- omdsh-dev/dsh-tool-stat - Descriptive statistics, percentiles, frequency distributions, and correlation.
- omdsh-dev/dsh-tool-time - Strict ISO 8601 parsing, IANA timezone conversion, and UTC calendar arithmetic.
- omdsh-dev/dsh-toolkit - Zero-dependency toolkit: time / encoding / json / calculator / csv / regex / markdown / diff / stat / schema — ten deterministic tools in one install.
- omicverse/dsh-omicos - Runs OmicVerse/OmicOS bioinformatics analyses in a persistent Python kernel, with capability-catalog search, kernel inspection and an account tab.
- oomol-lab/dsh-oomol - Connects DeepSeek Harness to OOMOL-managed apps and services, with progressive Connector Action discovery and execution plus an in-app panel for managing Provider connections.
- pengpengyi92/dsh-quant - Quantitative R&D toolkit for DeepSeek Harness — 46 tools across six domains covering market data, indicators, factor evaluation, walk-forward ML validation, risk, options, bonds and fund simulation, with an end-to-end research pipeline.
- pengzhou267-ai/dsh-shop-assistant - Ecommerce operator workbench: CSV batch preview with marketplace column adapters, reproducible profit/six-dimension scoring, public product-page snapshots, Chinese skills, and a replaceable store-policy KB.
- PerryLink/dsh-checkpoint-rewind - Claude Code /rewind for DeepSeek Harness: git-first workspace snapshots before every mutating tool execution, turn-boundary session forks, and a one-shot /rewind command that restores files and forks the session back to a checkpoint.
- PerryLink/dsh-fund-research - Deterministic research reports for Chinese public mutual funds built from public-source data (Tiantian Fund and Eastmoney), pure-function metrics (performance decomposition, holdings penetration, style attribution, manager profile), and versioned reports with a per-number snapshot traceability appendix.
- PerryLink/dsh-lsp-actions - LSP action surface for DSH: diagnostics, formatting, completion, code actions, symbols, signature help, inlay hints and rename, all backed by real language servers.
- pg527322814/dsh-bayes-predict - Bayesian stock prediction plugin that fuses MACD, RSI, moving-average, volume and other technical signals into an up-move posterior probability with multi-horizon comparison, trend-state classification and position risk metrics for A-share and US stocks.
- PicGo/dsh-plugin - Upload local images and files to your image host through PicGo's existing configuration (PicGo Cloud, GitHub, S3, COS, Qiniu, or any installed uploader plugin), via a
picgo_uploadtool and a/picgocommand. - PiedPiper911/dsh-video-tools - Browser-local audio/video toolkit for DSH — extract frames, capture thumbnails, compress images, and convert clips to GIF with FFmpeg.wasm.
- poplarity/dsh-science-workbench - Reproducible science workbench: agent-driven cells, inline figures with feedback/rerun, manifest provenance, environment snapshots, and publication-grade figure skills (9 bio_* tools + workbench UI).
- Q1hangL/dsh-ask-guard - Cooperative timeout guard for ask_user_question: lost or unanswered questions resolve as a structured ASK_TIMEOUT instead of hanging the turn forever.
- qq1376868542-lang/dsh-tools - Personal toolbox for the dsh web profile with per-feature toggles: task-done desktop notifications, one-click restart, session deletion, plugin enable/disable, update checks, and UI utilities.
- QSWWLTN/dsh-UEAssetsOperator - Unreal Engine .uasset inspection (resolve/registry/load) and restricted Blueprint node editing through built-in UE Python.
- Realyujie/dsh-us-stocks - US stock quotes, price history, financial statements, analyst consensus and news via yahoo-finance2.
- Rianico/dsh-better-edit - Hash-anchored read / edit / batch_edit / undo_last_edit tools: every line gets a unique 3-character content hash, edits target hashes instead of line numbers, and served-state verification rejects stale ranges with fresh anchors.
- Roarpeng/GraphFlow - Local-first code knowledge graph for coding agents: 10 MCP tools for layered context compression, DAG planning, incremental AST indexing, a cross-session skill flywheel, diagnostics, and graph artifact import/export.
- sakikoTGW/pack-agent - Project .pack.json/.pack.zip into .agent-pack/modpacks/ and expose skills via a workspace allow-list.
- Samge0/dsh-plugin-nexterm - Nexterm fleet maintenance in a DSH session: 6 agent tools (auth with password/TOTP/device-code login, fleet listing, single-host exec, parallel batch exec, preset health checks, CPU/memory/disk monitoring) over the Nexterm REST API, plus a minimal settings page; no SSH private keys needed on the DSH machine.
- Samge0/dsh-plugin-qcc - Qichacha (企查查) enterprise data source as a dynamic Cordis plugin: 5 agent tools (auth with QR login, company search, knowledge search, tool search, tool execute) covering 100+ data dimensions (business registration, shareholders, judicial, IP), plus a settings-page account manager; network/file IO via DSH subprocess spawning node -e, credentials interop with the local BizOwl client.
- SamurAIGPT/dsh-plugin-muapi - MuApi media-generation tool: a muapi_generate tool that submits and polls jobs against any of MuApi's 100+ image, video, audio, and 3D models through one x-api-key.
- SamXiaBing/dsh-adb - ADB device & bench operations for DSH: device discovery, structured logcat (background streaming), apk install, file pull/push, and dumpsys performance snapshots.
- seven282/oss-prompt-optimizer - Turn a casually written sentence into a four-section (Role / Task / Context / Format) or plain-text professional prompt via the harness llm service. Situation-aware role / task / goal profiling keeps ##Role tied to the task; /dream appends a clearly labelled AI-inferred insights appendix; /template covers 21 sub-scenes with zero model calls; input-box ✨ one-click optimize / undo, prompt_optimize tool (optimize + iterate), auto-optimize hook, auto-detected zh/en role document.
- ShiXiangYu2/dsh-translate-pro - Professional translation for DSH: 18 target languages, 4 styles (formal/casual/technical/literal), glossary-controlled terminology, and whole-file translation (README/docs/subtitles) with Markdown/code-block format preservation; powered by DeepSeek via SiliconFlow.
- SiriLee/dsh-edit-approval - Per-edit approval for write/edit/str_replace_editor: shows a red/green line diff before the file is touched and asks approve once or reject, with a master switch in Settings.
- siruignaw-sys/dsh-tool-bandit-search - A
searchtool that learns to pick between fast and thorough search strategies using a contextual bandit (Thompson sampling), improving from real usage instead of a fixed heuristic. - Smalldy/godot-bridge - DSH↔Godot engine runtime bridge: launch and drive a running Godot 4.x game through its in-game TCP interaction server — 16 tools (runtime control via ~130 game commands, scene/UI inspection, GDScript eval, input simulation, screenshots, headless static ops, project editing, export, script validation, engine-path setup), replaces godot-mcp.
- somnusovis/dsh-multi-workspace - Multi-workspace sandbox: grants file-write access to every registered workspace automatically — add a workspace, write to it immediately, no config or escalation needed.
- springbrand-lab/dsh-oauth-mcp-client - OAuth 2.1 MCP client for Streamable HTTP servers: add a connection in Settings, sign in through the browser (PKCE with dynamic client registration), and have its tools registered in DSH, with tokens kept in the credential service and the connection written to the profile.
- SPYQWER1/dsh-codex-tools - Codex-backed
web_search,image_gen, andimage_visiontools for DeepSeek Harness, reusing ChatGPT OAuth login state. - STARDUSTLC666/dsh-calendar - CalDAV calendar tools (list/create/update/delete/search) for Google/iCloud/Nextcloud/custom endpoints, with RRULE expansion.
- STARDUSTLC666/dsh-cite - Citation tools for agents: exact DOI lookup, Crossref bibliographic search, GB/T 7714 / APA / MLA / Chicago formatting, BibTeX generation and bounded-concurrency DOI validation.
- STARDUSTLC666/dsh-codex-port - Batch-port official Codex plugins into DSH skills (measured: 186 plugins / 583 skills, 577 ported, 0 failures).
- STARDUSTLC666/dsh-docker - Docker tools for agents: ps/images/logs/inspect/exec/manage with JSON output, env-configurable CLI path, approval-gated exec and zero runtime dependencies.
- STARDUSTLC666/dsh-ffmpeg - Seven video tools (probe/cut/concat/encode/subtitle/extract/gif) on the official subprocess service: shell-free argv, zero runtime dependencies.
- STARDUSTLC666/dsh-rss - RSS/Atom subscription management and parsing (rss_list/add/remove/fetch/check), persisted to settings.
- STARDUSTLC666/dsh-sql - Database tools for agents: list/query/exec/schema across SQLite/MySQL/PostgreSQL, with lexer-grade read-only protection, row caps and an approval-gated write path.
- StvLi/dsh-ros2 - ROS2 debugging toolset and robot-state vision analysis for DeepSeek Harness: node/topic/service/action/interface/TF enumeration, whole-graph topology JSON, rosdep checks, approval-gated builds and custom message scaffolding, GUI screenshots and multimodal vision observation, plus headless RViz2 offscreen rendering (low-poly meshes, direct pixel read, GPU passthrough - motion rendering at 30Hz) with parallel VLM realtime analysis.
- superdesigndev/treg - Tool catalog for agents: search ~2,600 external endpoints (SEO and SERP, backlinks, social, people and company enrichment, ad libraries, scraping) by the task you want done, read each one's parameters and per-call price, then call it with the credential injected server-side. Ships the skill plus an MCP row that stays disabled until TREG_TOKEN is set.
- Taler97/dsh-rollback - Observational file-mutation rollback for the fs tools: write/edit pre-images are checkpointed as git blobs or snapshots and restored through a model-facing rollback_files tool or a /rollback command.
- TaurenMountain/dsh-llm-as-a-verifier - Fine-grained LLM verification for DSH agents: pairwise rewards over score-token logprobs, Probabilistic Pivot Tournament best-of-N selection, and per-step progress tracking.
- taxueseek/argo#dsh-plugin - Search built for agents: multilingual coverage across web, academic, code, shopping, finance, news, and encyclopedias.
- TecFancy/dsh-deeptutor - DeepTutor tutoring bridge: deep explanations, self-test questions, learning-path planning, personal knowledge-base search (RAG), and note archiving via deeptutor_run / deeptutor_kb / deeptutor_note tools.
- Tencent/WeKnora#dsh-weknora - Four read-only tools over a WeKnora knowledge base: list knowledge bases, hybrid passage search, reassemble one document's chunks in order, and WeKnora's own cited RAG or ReAct-agent answer with a resumable session id.
- THU-MAIC/dsh-openmaic - OpenMAIC: classrooms, slides, interactive widgets, and Socratic teaching.
- tiantianlaolao/dsh-astock-research - China A-share stock research: ticker search, announcements over any date range, financial report cards, valuation profiles and signal-factor explanations (~5,000 stocks since 2011, public read-only data service), plus a link-out tool to an external trading-sandbox product.
- trench-xinxin/dsh-tool-lens - Deterministic AST code graph and architecture intelligence tool for call hierarchies, blast radius, circular dependencies, domain slices, and full-stack API contracts.
- unclecode/toolshrink - Content-aware tool-result reducer: 13 reducers cut oversized output by meaning at tools/post-execute (failing tests kept, diff context dropped, JSON and CSV sampled, lint problems grouped by rule, dependency stack frames collapsed, crowded directories counted), with full originals spilled to disk behind a locator.
- uriekang1211-bot/dsh-ssq-plugin - SSQ (China Welfare Lottery Double Color Ball) helper for DeepSeek Harness: 1000-draw trend tracking, six prediction models with ensemble voting, structure analysis and dan-tuo/random generation via the ssq tool.
- v587d/capital-generation#dsh-plugin - China A-share financial data MCP server for the harness: 11 fin_data__* tools (quotes/K-lines/financials/calendar/special-data/announcements/EDB/reconcile/funds/indices) over THS free official REST (primary) + AKShare (fallback) + Wind (exclusive domains), with observable degradation, context-budget compression (result-side -72.2% measured), and an offline 10-year market-data lake; BYOK.
- vibeinging/dsh-tool-search - Per-agent on-demand tool discovery and progressive schema disclosure.
- Viger1/dsh-design - Measures design rules on the rendered page rather than in the CSS — type-scale count, WCAG AA contrast against the real composited backdrop, spacing-grid drift, palette size, tap targets, and the tells of generated UI such as violet gradients caught by hue angle; ships a design-system skill.
- Vncntvx/dsh-zotero - Zotero as an evidence store for agents: search your library, inspect metadata and notes, retrieve evidence passages, open source PDFs, and generate citations and bibliographies.
- wade20250715/dsh-pubmed - PubMed deep-research toolset: literature search, author investigation, same-name disambiguation, institution statistics and mentor-student matching.
- Walvez/dsh-codex-sync - One-stop bidirectional sync between OpenAI Codex and DeepSeek Harness: first-class skills from ~/.codex/skills, codex session import with workspace attach, live MCP auto-mirror of codex's mcp_servers, and a Codex-side reverse MCP installer.
- Walvez/dsh-search-failover - Web search pool for the native web_search tool: fails over across 8 free/paid backends with quota-aware circuit breaking, settings-page API key management, custom SearXNG instances, failover/rotate strategy switching and live SerpApi quota.
- warmwine/dsh-memoryleak - Notes and todos as plain Markdown files in your workspace: type /ml plus a sentence to jot into today's journal; todos come in three flavors — deadline, sleep-until-a-date (auto-wakes when due), and anytime; /ml view fuzzy-opens any file with a few keystrokes. Zero tokens throughout — nothing goes through the model, and your notes stay ordinary local files that git and any editor can read.
- weike-zhang/dsh-svg-motion - Turn any SVG logo into a motion video inside DSH: an
animate_svgtool renders a transparent 30fps assembly animation (parts fly in, or the whole mark settles) and synthesizes an MP4 with ffmpeg. - weisiren000/dsh-remote-ssh-ops - SSH remote ops for DSH: pair servers over SSH or a one-time-code remote-hostd, then run commands, manage background jobs, and read or write remote files with reviewable changes (host_pair/host_bash/host_jobs/host_read_file/host_write_file/host_review_changes).
- welsione/dsh-mmx-bridge - MiniMax multimodal bridge: one
mmx_bridgetool covers image understanding/generation, video, TTS, music, cover, web search and quota; optionalweb_search/read_imagetakeover; inline players/image previews right in the Web GUI (npm:dsh-mmx-bridge). - whitefirer/dsh-browser-fs - Give agents access to files on the machine where the browser runs: user authorizes a local directory via File System Access, tool calls relay over the plugin's own WebSocket; read-only compat mode for mobile/insecure contexts.
- wingsky-1/dsh-plugin-hub#packages/dsh-mcp-manager - MCP server manager: side-panel with per-status server listing, stdio/streamable-http setup forms, mcpServers JSON import, exponential-backoff reconnect, and tools registered to the model as mcp____.
- wingsky-1/dsh-plugin-hub#packages/dsh-web-file-preview - Preview conversation file links in the web UI (images / text / Markdown / highlighted code / git diff) — click a link to open a preview modal instead of the desktop opener; loopback-fenced routes with weak ETag/304 caching and DOMPurify sanitization.
- wjt0321/dsh-git-proxy - On-demand GitHub proxy for the Web UI: one-click git/SSH proxy toggle with connectivity tests.
- wulun811/LiuHe#bundle - Bridges the LiuHe MCP code toolkit (44 tools) into dsh web: repo_map, symbol search, edit_batch with tolerant matching, transactional edits with undo journal, and deterministic quality gates — backed by a crash-isolated Rust tree-sitter parse daemon and SQLite index.
- wxkingstar/SpecFusion - Search 65,600+ API docs from 20 Chinese open platforms through five read-only tools and a runtime skill.
- x2802490130-prog/dsh-tool-writing - A web-novel writing engine for DeepSeek Harness: parallel drafting, outlining and brainstorming with a separate DeepSeek key, lore and foreshadowing management, semantic vector retrieval, a corpus library, usage ledger, mechanical proofreading, and a local serialization plan.
- x2802490130-prog/dsh-writing-remote - Host-side Typert remote for dsh-tool-writing: serves project volumes, chapter status, corpus library, full-text search, evolution entries, and thread-graph data to the client writing panel.
- xiajiajun516/dsh-config-manager - One-click backup, export, import and migration of a whole DSH config: settings, plugins, MCP, skills and workspaces. Secrets are excluded by default and, if you opt in, are AES-256-GCM encrypted rather than written in the clear; imports preview first and auto-backup with rollback, profiles hold multiple setups, and remote sync pushes portable config through a private Git repo with secrets excluded.
- Xiamu-ssr/snowmountain-market - Connects seven Wind financial MCP domains and Wind Alice to DSH while resolving WIND_API_KEY only inside the host credential boundary.
- xiaoyuink/dsh-image-create - Text-to-image and image-to-image generation inside DSH through OpenAI-compatible endpoints, with an agent tool, multi-provider fallback, and a side-panel workspace with history.
- xiehuan123/dsh-deepread - Deep-read books and articles in five modes (quick, deep, knowledge map, Feynman, full book) with claim-evidence-data reports, Mermaid/XMind mindmaps, batch comparison, budget preflight, transparent background-job progress, and MD/HTML exports from URLs, files, or pasted text.
- xing666173/dsh-vision-hub#file-drop - Drag-and-drop file upload for PDF, Word, Excel and images: dropped files are saved to a local directory and referenced by path, no base64 bloat in the chat.
- xmutfyh/dsh-plugin-writing-guard - Academic writing guard (EN/ZH bilingual): removes AI-style defensive writing, protects scientific evidence (numbers, citations, claim strength, null findings, scope) during polishing, and calibrates writing toward a target journal (Journal Profile + Journal Fit). Deterministic local regex/statistics, zero network/LLM; writing_rules / writing_audit / writing_style_profile / writing_journal_profile with auto-audit on paper writes.
- xxiaoxiong/dsh-issue-tracker - Jira Cloud issue-tracker integration exposing eight model tools for issue search, project and transition lookup, creation, updates, comments, and transitions; writes are opt-in and support dry-run.
- xxiaoxiong/dsh-kubernetes - Safe Kubernetes capability for DeepSeek Harness with workload inspection, bounded logs and events, failure diagnosis, and approval-gated operations.
- yangyunsong023/dsh-sxs-news-collector - Trending-topics collector aggregating Baidu / Toutiao / Douyin / Weibo hot lists in one call (Weibo optional cookie), returning titles with heat values for content creators — tool:
sxs_news_hot. - Yu-tao-Li/dsh-computer-use-win - Windows computer use for DeepSeek Harness: an MCP stdio server over a PowerShell UIA backend exposing 22 desktop tools (UIA tree, screenshots, typed input, OCR, window management, failsafe).
- Yu-tao-Li/dsh-reference-checker - Reference verification for DeepSeek Harness (参考文献真实性检查器): the reference_checker model tool checks a paper's bibliography (.pdf/.bib/.tex/.txt or pasted text) against Crossref, OpenAlex and arXiv, reports found / partial / not_found / error per entry, and emits corrected citations in the input's style (APA, GB/T 7714, IEEE, Vancouver, MLA, Chicago, Harvard, ACS, BibTeX).
- YuanyuanMa03/dsh-funnel - Ingestion-time tool-output curation: keeps error and warning lines plus head and tail, spills the full text to disk with a pointer the model can read back; covers every text tool, small results pass through untouched.
- YV3507/dsh-webui-launcher - Cross-platform Web UI launcher for DeepSeek Harness: webui_start/stop/status/open model tools, a /webui start|stop|status|open slash command, a Settings-page launch card, and an optional desktop shortcut that starts the Web UI hidden and opens the browser once it is fully ready (dsh default icon).
- Yvesgao/dsh-desktop-launcher - Create a one-click Windows desktop shortcut from the Settings page: a .cmd launcher + desktop icon for DeepSeek Harness or any local server, auto-opens the browser, with taskbar pin hints.
- ywgATustcbbs/dsh-human-task#dsh-human-task - Human-in-the-loop tools (
human_task/human_task_ready_check): pause the agent until the user performs a real-world action or returns an observation (GUI operation, game testing, visual verification, hardware checks), gated by session consent and an AFK presence check, returning a structured JSON result via a web task dialog. - yxy050208/multisim-mcp#deepseek-harness - Connects DeepSeek Harness to Multisim MCP for circuit generation, simulation, diagnostics, design optimization, and experiment report export.
- YZz-S/dsh-bili-summary - Provides the bili_summary tool: Bilibili video metadata, subtitle timeline, and sharp-based frame capture with built-in error handling and graceful degradation.
- zhang787jun/dsh-finance - Financial research workflow and portfolio risk tools with source discipline for current market facts.
- zhangyoufu-123/stylotrace#dsh-plugin-stylotrace - Deep-collaboration writing agent for DSH: per-user writing-style learning from edit pairs, clarify→outline→section-writing→red-team→reader-gallery flow, project-to-report synthesis (lab report / product intro / survey / README), 41 MCP tools, and web selection-improve UI with in-app file preview.
- zhaoolee/notes#dsh-plugin - Export DSH conversations as Smartisan Notes-style PNGs, or create and update Markdown notes in a configured account-scoped workspace.
- zhtx2024/dsh-skin-switcher - A settings-panel skin manager that auto-discovers installed Web UI skins, switches between them in one click, and maintains the profile patch automatically.
- zimai233/dsh-exam-countdown - Query 64 Chinese exams (高考/考研/四六级/CPA/法考…) with rule-aware date math (2nd-Saturday, 1st-Sunday) and countdowns.
- zimai233/dsh-figma-to-lottie - Compile SVG paths and keyframe specs into self-contained Lottie JSON animation files.
- zimai233/dsh-wash-calendar - Recurring-habit scheduling from pure date math: next occurrence, range schedules, and overdue advice.
- zjl1989-li/dsh-harness-zh-cn - Chinese localization for DeepSeek Harness: translates all system prompts, tool descriptions, and runtime contexts into Chinese at runtime via the system-prompt/assemble waterfall (1788 entries, zero source modification, uninstall restores English).
- zoahdev/dsh-artifacts - Render Markdown + JSON into self-contained HTML documents, cards, dashboards, and galleries (CLI + artifact_render tool).
- zp-home/dsh-recommend - Transparent rankings and recommendations for the DSH plugin ecosystem: daily auto-fetched topic data, an open scoring model, and rank/search/recommend tools with a settings-page leaderboard.
- ZRui-C/dsh-computer-use - Text-first computer use for DSH: background Chromium control via Playwright/CDP plus accessibility-first macOS control; actions stay pinned to the right process and window without taking the user's pointer, ships a Developer ID signed, notarized Universal 2 DMG.
Browser & Web
- 131CDA1/dsh-scrape-webpage - Fetches any http/https page and returns title, description, main text, heading outline and links, with stats (char/word counts, reading time, language) and top keywords; can download content images to the session workspace for vision analysis and dispatch them to registered analyzers via the scrape.imageAnalyzer service.
- 1624318455/dsh-plugin-tavily - Tavily-backed web search provider for the built-in web_search tool, with a settings card for the API key, result count, and recency window.
- 263311487-ux/dsh-verify - Independent browser acceptance testing for agent deliverables: JSON spec in, real-Chromium verdict out.
- 2672243194/dsh-read-url - Read any page as clean main content: charset auto-detect (GBK/GB2312/UTF-8/Big5), noise stripping, compact text/Markdown, offset continuation, optional SPA rendering, batch reads and site crawling.
- ankye/dsh_use_browser#use-browser - Generic browser automation with six tools (browser_open, browser_click, browser_type, browser_extract, browser_screenshot, browser_eval), @e element references, and dual Playwright-headless / CDP (connect to your own Chrome) backends.
- anweat/dsh-browser - Self-contained browser runtime: Playwright (chromium) + OpenCLI as plugin-local dependencies (global reuse fallback), exposes a
browserservice and 9 interactive browser tools. - anweat/dsh-web-search-pro - Persistent enhanced web search: multi-engine routing (DeepSeek/Exa/DDG/Bing/Jina + GitHub/Bilibili/YouTube/V2EX/Xiaohongshu/Twitter/Reddit/RSS), SQLite+LRU cache, userscript-style extraction, Playwright rendering.
- bpc-oss/chrome-faithful#dsh-plugin-chrome-faithful - Exact-profile control of your real logged-in Chrome browser: an MCP server plus MV3 extension and authenticated localhost bridge for tabs, locators, file injection, media export, and durable scroll capture, with no debug profile or remote-debugging port.
- BrambleXu/dsh-annotate - Select browser elements directly during Vibe Coding and send structured visual feedback to the DeepSeek Harness Agent.
- chendefine/dsh-web-fetch-playwright - Playwright/CDP web-fetch provider for the built-in web_fetch tool: renders pages in a real browser, denoises them (Readability + DOMPurify) and returns markdown.
- DDDMUC/dsh-free-search - Free, keyless web search for DSH: 7 engines (DuckDuckGo/Bing/SearXNG free + Exa/Perplexity/DeepSeek paid), auto-failover, settings-page UI with API key inputs and official links, web_fetch, and an engine test tool.
- EdwinDigital/dsh-web-search-microsoft-webiq - Microsoft Web IQ search provider for the built-in web_search tool, with a settings card for the API key, endpoint, language, region, passage length and SafeSearch.
- elves-ai/dsh-web-search-firecrawl - Firecrawl-backed web search provider for the built-in web_search tool, with a settings card for the API key and result limits.
- fno2010/dsh-web-search-ext - Multi-backend web_search provider (Exa + Firecrawl) for the built-in web_search tool, with automatic failover, per-backend 429 cooldowns, and key-free anonymous access.
- guo6x/dsh-pilot - Zero-dependency browser control: drive a real headless Edge/Chrome over CDP with 8
pilot_*tools (navigate/click/type/keys/eval/screenshot) plus a live draggable cockpit panel in the Web GUI - text-first snapshots for text-only models, no Playwright, no API key. - jiaererw/dsh-plugin-chrome - A visible Chrome window per DSH session: 16 chrome_* tools (open/status/close/navigate/tabs/snapshot/screenshot/click/click_at/fill/type/press_key/hover/scroll/evaluate/wait), a Chrome tab in the Web GUI with a live screencast view (screenshot-heartbeat fallback for idle pages), tab management, window controls and a screenshot history.
- jiewaigongxing/dsh-jiey-browser - Drive Jiey Browser from DeepSeek Harness over MCP: navigate, snapshot, act, read, screenshot, and manage tabs in a real Chromium profile.
- JohnXu22786/browser-automation - Real-browser automation for dsh via an MCP server (Playwright core): navigate, click, fill, type, screenshot, and act on accessibility snapshots with numbered references - all 22 web_* tools re-exposed to the harness over stdio.
- KKKneko/dsh-search-enhance - Grok-compatible web search with retained source pagination, Context7 and Exa documentation lookup, bounded page extraction, site mapping, offline research planning, and read-only diagnostics.
- kyo615/dsh-browser-control - Playwright MCP browser control for AI agents: drive a real, visible Chrome (navigate/click/type/snapshot + ~80 browser_* tools), with a live screenshot panel embedded in the GUI that refreshes after every action.
- liustack/modsearch - Web search bridge for text-only agents: ask the web or X, get structured JSON evidence (search, fetch, citations).
- Lum1104/dsh-browser#bridge-browser - Chrome sidebar extension that lets DSH operate your browser directly, no vision capabilities required.
- maxiaovivi/dsh-cloak-browser - CloakBrowser-powered native browser tools with per-agent isolated sessions, bounded snapshots, ref-based interaction, screenshots, and safe routing.
- MicroHEROX/dsh-exa-mcp - Mounts the hosted Exa search MCP endpoint (https://mcp.exa.ai/mcp) through the in-box @deepseek-ai/dsh-mcp-client bridge: web_search_exa and web_fetch_exa tools, anonymous on the free tier or with your own EXA_API_KEY.
- MicroHEROX/dsh-Kimi-WebBridge - Drive the user's real browser through the local Kimi WebBridge daemon: navigate, find-tab, snapshot, click, fill, evaluate, CDP, screenshot, network, upload, PDF export and tab-management tools that reuse existing login sessions.
- moguiyu/dsh-tavily - Tavily search with multiple API keys, key rotation and failover, a usage gauge, and a settings card.
- Nono-neko/dsh-browser - Embedded browser for DSH Web and Desktop: multi-tab browsing via Puppeteer rendering proxy that bypasses X-Frame-Options, per-workspace tab persistence, workspace file preview, and agent tools (browser_open, browser_read).
- platonai/dsh-browser4 - Installs the browser4-cli runtime and registers the Browser4 skills (browser4-cli, browser4-experience, browser4-plugin, scent-miner) into the DSH skill registry, providing an AI-native browser engine for autonomous agents, intelligent extraction, and large-scale web automation.
- PyModel/dsh-research-plugins#dsh-mcp-firecrawl - Firecrawl MCP bridge: hosted Firecrawl MCP server with keyless search, scrape and parse; an API key unlocks the full tool surface including crawl and map.
- PyModel/dsh-research-plugins#dsh-tavily - Tavily Search API as a web search provider (settings toggle with DeepSeek fallback, keyless search) plus a Tavily MCP bridge: keyless search and extract tools, crawl and map with an API key.
- rogerdigital/dsh-searxng - SearXNG-backed web_search provider for the web seam: free, self-hosted, key-less metasearch through your own instance's JSON API, with a bundled loopback-only docker-compose example.
- shinjiyu/dsh-plugin-search - Keep the built-in web_search tool without an official DeepSeek API key: disable web-search-deepseek and use Tavily keyless by default.
- stuarthu/dsh-chrome - Chrome side panel that embeds the dsh web UI and lets the agent read the current page, capture HTTP traffic, and drive the browser.
- superagents-lab/dsh-s1 - Native Search1API (s1) web research tools: search, news, page crawling, sitemap discovery, and trending topics as first-class
s1_*tools, with a bundled s1 skill. - SZMY-haruhi/dsh-tavily - Tavily web search for DSH with a settings toggle, keyless by default, and a connection test.
- Tabbit-Browser/dsh-tabbit - Gives DeepSeek Harness control of the Tabbit Browser: auto-loads the tabbit-browser skill on install, detects official Tabbit and Tabbit Browser releases (>= 1.9.0), checks the tabbit-cli persistent runtime, diagnoses the per-platform DSH sandbox mode needed to call the CLI, and downloads the region-matched official installer via a background job when no qualifying version is present.
- Tencent/BrowserSkill#dsh-plugin-browserskill - BrowserSkill bridge for controlling visible Chrome and Edge Agent Windows from DeepSeek Harness, with native browser tools, accessibility and VOM observations, screenshots, owned multi-session control, and a live Web UI overlay.
- TonyDua/dsh-web-search-exa - Zero-config Exa web search provider for the ctx.web seam: anonymous MCP fallback without an API key, plus keyed REST search.
- TZHR-invest/dsh-plugins#dsh-web-search-metaso - Metaso (秘塔AI搜索) search & reader providers for the web seam: web_search returns page summaries, web_fetch reads full-page markdown, multi-scope search (webpage/document/paper/image/video/podcast).
- Viger1/dsh-pilot - Browser operation by accessibility refs: navigate, snapshot the page as a ref tree, act on elements, and wait for conditions; the origin policy follows the session approval stance and is enforced by request interception.
- Viger1/dsh-preview - Headless-browser verification tools so the agent opens the page it just built, reads the rendered DOM and computed styles, checks the console, and screenshots the result; ships a frontend-verify skill.
- wqty123/dsh-browser - Shared real browser for DSH: a native Electron window the human can watch and take over, driven by the agent over CDP with 20 browser_* tools (open/snapshot/execute/fill/screenshot/download/auth), per-task session isolation, cookie persistence, CAPTCHA detection; self-hosts on plain dsh web without a desktop shell.
- yangyunsong023/dsh-sxs-anti-bot-http - Anti-bot HTTP fetch tools hardened by SXS's production scraping stack (millions of requests/day): UA-pool rotation, retry with exponential backoff, anti-bot wall detection (captcha / verification challenges) and adaptive rate limiting — tools:
sxs_fetch/sxs_fetch_json/sxs_rate_status. - yugasun/dsh-plugins#dsh-web-search - Registers Baidu, Doubao, Tavily, and Exa backends into ctx.web so official web_search can use them, and routes web_fetch through Tavily Extract or Exa Contents when that backend is active.
- zaiwenJ/dsh-cdp-browser - CDP bridge to an already-running Chrome/Edge for DSH: screenshots, pixel assertions, DOM/CSS checks, and page JS evaluation over HTTP + WebSocket, with zero child processes, zero npm dependencies, and zero per-use approval.
- zimai233/dsh-image-search - Multi-engine reverse image search aggregator: Google Lens, Baidu, Yandex, TinEye, SauceNAO, IQDB, Ascii2d.
- zimai233/dsh-video-downloader - Detect and download media from Bilibili/YouTube/Douyin/Xiaohongshu with quality and format analysis.
Vision & Multimodal
- 1HelloMan1/dsh-vision-fallback - Routes chat images to a fixed OpenAI-compatible vision model, returns factual observations to the selected main model, and reuses session-scoped observations across replay, compaction, and restarts.
- 314857493/dsh-vision#vision-route - Registers a
deepseek-visionprovider route: the Web GUI accepts pasted images and transcribes them to text via the free Zhipu GLM vision API before delegating to the DeepSeek adapter. - 314857493/dsh-vision#vision-tool - Model-facing
visiontool for DeepSeek Harness: describe and OCR image files by calling the free Zhipu GLM vision API directly (glm-4v-flash fallback chain), no external CLI required. - 54xkeee/dsh-vision - Vision for text-only DeepSeek via Doubao Web by default (zero-cost, no API key — drives your logged-in Chrome through a Windows CDP bridge), with Antigravity IDE quota (flash/pro) or Gemini fallback; auto detail escalation, vision evidence memory with compaction rehydration, content-hash cache, and a bilingual client panel.
- 54xkeee/dsh-youreyes - Vision toolkit for text-only DeepSeek: model-invokable
visiontool, wrapper adapters for deepseek/opencode-go (v4 flash/pro), Antigravity IDE quota (default, flash/pro) / any OpenAI-compatible VLM / Gemini / local Ollama channels, evidence memory with compaction rehydration, content-hash cache, and a bilingual client panel. - Anionex/dsh-vision-toolkit - Vision for text-only models: paste an image and the model switches to a Vision Toolkit variant for image Q&A, multi-image comparison, long-screenshot OCR, screenshot-to-UI reproduction, element grounding, and pixel diff. No API key by default — images are processed by the author-hosted free service, 100 per machine per day; configurable to your own provider.
- ankye/dsh-client-vision#tool-vision - Screen capture and external vision recognition: take_screenshot, list_windows, analyze_image and view_image tools with a configurable GPT vision channel (gpt-5.5 / gpt-5.6-sol / gpt-5.6-terra), API key via the credentials service, and a settings card; view_image shows the screenshot in the Web UI while the model context keeps text only.
- AtropinolTT/dsh-guide-dog - MiniMax-powered multimodal plugin: real-time voice call mode (streaming conversation, floating dock UI), voice mode and mic voice input, plus image/video/music/speech generation and vision inspection tools.
- br1nosense/dsh-vision-solution - Give DSH text-only models vision: an image/OCR/document recognition skill (race pool → custom channels → local) plus an idempotent host patch so image messages reach the model.
- Cheng-cheng9669/dsh-deepseek-vision - Reuses DeepSeek web's built-in vision mode for text-only models: the deepseek_vision tool drives the local deepseek-vision-cli browser automation (manual login helper, deep-think enabled, auto-closes browser) and returns image descriptions as text.
- ConsoleSun/Gemini-Eyes - MCP bridge to gemini.google.com: vision analysis of images and videos, Imagen image and Veo video generation, and conversation management using the logged-in browser session with no API key.
- corrinehu/dsh-chat-imagine - Automatically generates and displays images in the DSH chat via API channels or local CLIs (mmx / codex / agy), and can also recognize images using the corresponding CLI.
- dami9527/dsh-image-pathify - Lets text-only models handle pasted chat images, with a native vision experience, batch image viewing, and a built-in OpenAI-compatible analyze_image tool; vision-capable models are unaffected.
- DamonKoy/dsh-web-ui#dsh-tool-describe-image - Gives a text-only model image understanding via a vision-language model, exposed as a
describe_imagetool. - dickpy/dsh-imagegen - AI image generation for the DSH Web GUI: text-to-image and image-to-image through a configurable OpenAI-compatible endpoint (gpt-image-2 / gpt-image-1 / dall-e-3), with an api_url/api_key settings card and a sidebar split-pane generation studio.
- Einskyle/dsh-llm-vision-bridge - Native LLM-provider vision bridge: images pasted in the chat are described by a vision model (Qwen3-VL via pi-ai/llama.cpp) and the text description is fed to text-only DeepSeek for the reply — image admission, routing and compaction all run through harness-native mechanisms, with an LRU description cache and 503 retry.
- Elohia/dsh-plugin-image-input - Image-to-text input for the Web UI: paste or drag an image and it is transcribed into structured text and sent, giving text-only LLMs image-input takeover (OpenAI-compatible vision API).
- Elohia/dsh-plugin-mm-vision - Synesthesia Encoder for DSH: a vision model translates images into compact structured spatial text (canvas/elements/percentage coordinates), giving text-only LLMs pixel-level image understanding via the
mm_visiontool. - Flyvhidbwo/dsh-vision-proxy - DeepSeek brain + automatic image transcription: attach images in the GUI and each one is transcribed via the official deepseek-v4-flash-vision-exp by default (a pure-text V4-Pro brain can see images), with any OpenAI-compatible VLM or local Ollama as alternatives.
- FuzzySoul/dsh-free-vision - Free vision bridge for text-only models: image understanding, OCR, UI and debug analysis via free-tier providers (Qwen3-VL-Flash, Doubao, DeepSeek-OCR) with a settings GUI.
- gloryxpnv/dsh-tool-vision - Local-first structured vision for text-only agents: images go to a local OpenAI-compatible VLM and come back as JSON evidence (summary, verbatim OCR, layout regions, entities/relations, colors, explicit uncertainty), with anti-hallucination fallback and an optional paste/upload bridge; zero cloud cost, images never leave the machine.
- good-boy4069/dsh-vision-guard - Transparent image guard for text-only routes: paste images without the 400 session deadlock, plus a vision_analyze tool for OCR/PDF/docx/pptx/video.
- GOU-GEE/deepseek-vision#plugins/dsh-plugin-deepseek-vision - Vision MCP and DSH bundle for text-only DeepSeek: analyze_image, analyze_clipboard, compare_images and vision_status tools, a visual settings page, free GLM-4.6V-Flash by default, result caching and rate-limit tolerance; keys stay out of logs.
- GXX182/dsh-vision-bridge - Bridges session images to configurable vision providers and returns text-only analysis to eligible DeepSeek Harness model routes.
- haiziyao/dsh-vision-mix - Combine text, vision, and image-generation APIs into one Mix model with automatic routing: text-only requests go to the chat model, user images and agent screenshots go to the vision model, follow-ups keep using the same session image, and agents can generate or edit images with session-scoped call history.
- Harvey-Will/dsh-vision-analysis - Model-facing
analyze_imagetool with 8 analysis modes (describe, OCR, UI review, chart data, object detection, compare, code-gen, endpoint debug) for any OpenAI- or Anthropic-compatible vision endpoint; local path / http(s) URL / data URL input, up to 4 images per call, live settings UI with masked secrets, and a composer hint that guides image-incapable models to the reliable local-path route. - hawkhai/wechat-ocr - Local WeChat OCR tool for DSH:
wechat_ocr_recognizereturns recognized text and the engine structured result for a local image path. - hawkhai/win11-oneocr - Local Windows 11 OneOCR tool for DSH:
oneocr_recognizereturns OCR text and structured line/word polygons, confidence, rotation, and handwriting style. - Hyp6666/dsh-open-eyes - Vision bridge for text-only DeepSeek routes that analyzes attached and local images through configurable OpenAI Responses, Chat Completions, or Anthropic Messages endpoints while leaving image-capable routes native.
- Isanti2016/dsh-quicksight - Two-tier image reading for text-only models: fast local OCR (RapidOCR, offline) first, vision-model fallback (modlens).
- jing-hy/picturereader - Image "reading" for text-only models: downscale + reduce color depth + structure/color fingerprints into text grids fed back to the conversation, letting the model zoom, sample and OCR autonomously like a multimodal model; fully local with zero external model dependency, ships an image-reading methodology skill and optional PaddleOCR.
- Junkrat9527/dsh-autovision - Vision for text-only dsh models: paste an image and a configured multimodal model transcribes it to text automatically — transparent twin routing, an agent-callable read-image tool, no built-in keys or relay.
- jyh20030112/dsh-visual-plugin - Gives text-only models vision: forwards user images to an OpenAI-compatible vision model and shows the descriptions in a Web UI right panel.
- kaixinbaba/dsh-vision-recognizer - Vision provider route that transcribes attached images to text through a configurable model (15+ OpenAI-compatible and Anthropic vendors) while DeepSeek keeps answering.
- kanchengw/dsh-mindseye - Plug-in vision for text-only models on DSH, with native interaction for image understanding and generation, layered evidence memory and cache, and GUI automation.
- ld-1101/dsh-vision-plugin - Give your text-only model eyes - chat image attachments are auto-described via a vision model (default prompt), with iterative re-parsing through model-generated prompts when details are missing; system/custom model modes + GUI config panel, key-safe secret handling, and a small host patch for DSH 0.1.0-rc.6 (see repo README).
- LeemanCheung/dsh-image-gen - GPT Image 2
image_genwith Codex subscription OAuth by default or explicit API-key mode: developing card, up to three live API partials, durable attachment replay/lightbox/download, text-only model output, and bounded credential-safe requests. - Leeminjing/dsh-eyes - On-demand vision for text-only DeepSeek models: upload images, and the model calls a view_image tool backed by any OpenAI-compatible vision endpoint (Qwen/DashScope by default).
- linenxi-ctrl/dsh-vision - External vision plugin for DeepSeek Harness: whale-button config panel, image recognition with auto-reply, and agent screenshot/recognize tools.
- liustack/modlens - Vision bridge for text-only models: paste an image, get structured JSON evidence (OCR, layout, semantics).
- lsjspl/dsh-plugin-grok2api-media-tool - Gives dsh the ability to generate images and videos through the grok2api API.
- maxwell-feng/dsh-tesseract-ocr - Local OCR for attached images via Tesseract: only the recognized text is sent to the model, never the image bytes; vision passthrough is opt-in.
- maxwell-feng/dsh-windows-ocr - Local OCR for attached images via the built-in Windows engine (Windows.Media.Ocr): only the recognized text is sent to the model, never the image bytes; vision passthrough is opt-in.
- MicroHEROX/dsh-koboldcpp-hands - Hands repetitive text and vision labor (OCR, image analysis, comparison) to a local KoboldCpp (llama.cpp) server through koboldcpp_run and koboldcpp_vision tools, with on-demand server lifecycle management.
- MicroHEROX/dsh-unsloth-hands - Hands repetitive text and vision labor (OCR, image analysis, comparison) to a locally running Unsloth Desktop (Unsloth Studio) server through unsloth_run and unsloth_vision tools; pure HTTP client, never spawns or owns processes.
- MJorgin/dsh-media-skills - Free vision bridge and image generation for text-only models: paste-image reading, GLM-4V-Flash and Gemini engine failover, ModLens-style structured evidence, and a seeded free vision model route.
- moon09300731/dsh-vision-tools - Full vision-capability bundle for DeepSeek Harness: a vision_understand tool (OpenAI-compatible vision APIs, free Zhipu GLM-4V-Flash by default) plus paste/drag-and-drop/button entry points for image recognition.
- NagasakiSoyo-ui/dsh-llm-deepseek-vision - Vision-augmented DeepSeek adapter: a vision-capable model describes image input, then a text-only DeepSeek model reasons over the description.
- niuniuaba/dsh-subagent-vision - Lets a text-only DeepSeek agent read images in the same session by delegating to a vision-capable subagent, with send-time image-to-path conversion.
- niyongsheng/free-vision-skill - Fully-local image understanding & OCR via macOS Vision Framework:
ocr_image(text, table layout + coordinates) andview_image(scene, faces, QR) — paste multiple images into the web input box or pass path/URL/base64; images never leave your Mac. - NormanFxxkingRockwell/dsh-auto-vision - Auto-discovery vision bridge for text-only DeepSeek Harness agents: automatically finds an image-capable model from your configured providers and returns picture descriptions as plain text via a vision tool.
- Okkay712/DSH-dseyes - Native image attachments for text-only DeepSeek in the Web GUI: pasted or dropped images appear as thumbnails in the session, and before dispatch the host reads them with the free Zhipu GLM-4V-Flash vision API (glm-4v-flash fallback chain) and substitutes the description, so DeepSeek answers about the image while the original is kept in history.
- paicat1/dsh-screenshot - Standalone screen capture for DeepSeek Harness (dsh). Browser hotkeys for instant capture plus an agent-facing capture and read tool that lets the agent see and analyze any screen region.
- poiuyjie/dsh-vision-opencode - Adds a configurable vision model to text-only main models: a vision_read_image tool, a composer-bar vision-model selector, and automatic image-to-text conversion for text-only routes.
- Renji004/dsh-omni-vision - Local eyes for text-only models: eyes_render draws text/shapes/Mermaid onto a canvas in the Web GUI, eyes_paste captures pasted images, eyes_ocr reads text via the built-in Windows OCR (offline), and eyes_analyze inspects pixels as structured data — no vision model required.
- ruby1304/dsh-vision-subagent - Vision for any DSH route: paste images in the Web composer with intent-aware auto-analysis, delegate workspace image reads to a Kimi/MiniMax vision subagent, and materialize pasted originals for editing.
- s3yf1337/dsh-easyvision - Give text-only models vision: a describe_image tool that delegates images to a vision model from your dsh model list over the harness's own LLM runtime.
- shinjiyu/dsh-plugin-multimodal - Advertise image paste on text-only DeepSeek routes, describe attachments with a vision sidecar, and leave native vision models untouched.
- siegfly/dsh-deepseek-vision - A vision-language gateway provider route: pasted images are described by a configurable VL model (Qwen-VL by default) before the DeepSeek wire.
- sunxin-ai/dsh-design-qa - Design-fidelity QA for text-only models: a
deepseek_visiontool borrows an eye from any OpenAI-compatible vision route, so the model can judge whether an implementation matches its mock — shipped with the benchmark behind that judgement (four fixtures, 23 injected defects, raw transcripts) and the questioning discipline it depends on. - TaurusWood/dsh-plugin-appshot - Codex Appshots for DSH: capture the frontmost active window via global shortcut and seamlessly mount it into the composer for agent queries.
- TZHR-invest/dsh-plugins#dsh-vision-tool - Agent-callable vision tool that describes local images via any OpenAI-compatible vision endpoint you configure, with an optional multi-model cross-check and no built-in keys.
- wang-bool/visual-review - Renders pasted/uploaded images inline in the DSH Web chat and gives text-only models vision: the model-invokable visual_review tool calls any OpenAI-compatible multimodal API first, falling back to a local Qwen3-VL worker.
- wanshichenguang/dsh-tool-vision - Model-facing image_describe (识图) tool over the DashScope OpenAI-compatible API (qwen3.7-flash), plus a paste bridge: on text-only sessions, pasted images auto-convert to file paths at send time and render back in the transcript, so they never trip image admission. Bring your own DASHSCOPE_API_KEY; endpoint/model/budgets configurable, redirect-proof HTTP client, works in every agent preset.
- wulusai2333/mimo-vision -
describe_imagetool: a vision bridge that sends images to mimo-v2.5 through the opencode Zen API (credentialOPENCODE_GO_API_KEY, free route first with paid fallback) and returns text descriptions for text-only models, with native passthrough and ImageMagick transcoding of SVG/TIFF/HEIC formats. - xiaoshihou514/dsh-vision - Native vision capability extension, using either Zhipu (free) or Qwen-VL (local).
- xiaoyuink/dsh-image-vision - Image understanding for any DSH model: vision, OCR, grounding, and crop tools with domain presets for histopathology, cell biology, anatomy, clinical images and scientific figures.
- xiaozhe7772222/dsh-draw-router - Unified image generation router for DeepSeek Harness (DSH): auto-discovers image models from any OpenAI-compatible endpoint, provides draw_image and draw_list_sources tools, supports SenseNova, StepFun, Agnes, Qwen, Flux, SD, Imagen and more.
- ximengxiaolan/dsh-vision-bridge - Composer-attached images are transcribed to text by an OpenAI-compatible vision model before reaching text-only DeepSeek models.
- xing666173/dsh-vision-hub#tool-vision - Enhanced vision toolbox: 14 pixel-level vision tools (describe, ground, detect, crop, pixel-diff, OCR, long-screenshot OCR, vectorize, colors, cutout, screenshot, present, materialize, html-screenshot) driven by one OpenAI-compatible endpoint, with clean [图片: path] bridge markers, content-safety classification and rate-limit auto-retry.
- xsoc1/dsh-image-vision - Chat image-attachment bridge with a
view_imagetool for any OpenAI-compatible VLM (local Ollama or cloud): pasted/dropped images becomeview_imagepath markers before reaching text-only DeepSeek models. - ysr666/dsh-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 to use it.
Voice & Audio
- 0nt-one/dsh-voice-input - Mic button in the composer tool row: Web Speech API speech-to-text (Chrome/Edge), language switching, and optional auto-send, zero dependencies.
- 117BS/dsh-perlica-ding - Perlica (Arknights: Endfield) themed tiered sound notifications: plan-ready, task-done, needs-your-input, and error tones; silent for plain chat, system-level playback (works in background), cross-platform (Windows/macOS/Linux), custom TTS sounds.
- 1624318455/dsh-plugin-tts - Reads assistant replies aloud via free Edge TTS or your own RVC voice models: read-aloud buttons + auto-read, adaptive chunked progressive playback (gapless long reads), one-click voice-pack installs from a registry, and a portable RVC runtime.
- 3274375092/dsh-voice - Voice input for DeepSeek Harness: speak into the microphone and the recognized text is submitted as a normal chat message, via local or browser speech recognition.
- AI-Galaxy-GPU/dsh-sound - Per-event sound notifications: turn completion, approval, question, plan-review, goal-blocked, and task-failure each get their own sound and volume, configurable in the Web UI (built-in synth, mute, or local audio file).
- Alan2Z/dsh-speak - Voice-announce the final reply on Windows (SAPI5 natural voices) and macOS (system voice); skips reasoning and tool calls, one-line npm install.
- anweat/dsh-voice-webspeech - Browser Web Speech API voice input: zero server, zero keys, zero model downloads (Edge=Azure, Chrome=Google speech).
- baisama-cloud/dsh-stt-input - Speech-to-text voice input for the web UI: a mic button in the composer transcribes speech into the draft via the browser Web Speech API (zero-config) or an OpenAI-compatible Whisper API (OpenAI / Groq), with a selectable model and language in Settings.
- beiyege-01/dsh-voice-ai-girlfriend-plugin - Voice AI girlfriend for the Web UI: FunASR mic input, Qwen3-TTS spoken replies, companion animation window, and two-way QQ chat (text/voice/image push) via NapCat.
- CAOGGL/dsh-ding - Notifies you when a conversation finishes: plays a sound and shows a Windows notification when the agent goes idle (configurable sound file, volume, debounce/throttle).
- february2015/dsh-dingo - Sound reminders with one-click jump for concurrent sessions: the current session gets crisp dang/dang-dang tones, other sessions a soft ding/ding-ding plus a top-right card that jumps straight to the replying conversation.
- FuzzySoul/dsh-chatvoice - Free voice closed loop for the Web UI: browser SpeechRecognition mic input with live interim results plus read-aloud speaker buttons and auto-read for assistant replies, zero configuration and no API key.
- haoku123/dsh-voice - Full-duplex voice mode for the Web UI: tap-to-toggle or hold-to-talk dictation (send key or
Ctrl) with a live caption, host-side SenseVoice ASR via sherpa-onnx, sentence-by-sentence spoken replies, and speaking interrupts playback and the running turn (true barge-in). No API key. - huguangyu666/dsh-plugin-notify - Notification outbox: agent proactively notifies via toast / Chinese TTS voice / sound effects (explosion, victory, alarm), 60s confirmation window voice-calls you back, volume boost, settings panel.
- Jesse-njx/dsh-voice - Voice notes in, spoken answers out: dictate audio that becomes user messages (transcribe), have the agent read replies aloud (speak), local-first under ~/.dsh/voice.
- ldchaowin/dsh-plugin-notify-sound - Per-workspace completion ringtones plus attention sounds for approval, question, plan-review, goal-blocked, and task-failure events, with built-in synth, voice (TTS), and custom audio.
- MaRi23333/dsh-fish-tts - Reads assistant replies aloud via Fish Audio API only (bring your own key): per-message read-aloud, auto-read toggle, and a settings page for model, voice reference_id, encrypted API key, and proxy.
- NewDaNew/dsh-voice-input - Voice input for the web UI: a mic button in the composer that transcribes speech into the draft via the Web Speech API, with an optional auto-send toggle.
- Nothree-code/voco-input-sh - Voice input for the Web UI: a mic button that drives local VocoType offline speech recognition and auto-inserts recognized text into the composer (auto-deploy, dedupe, continuous dictation).
- PandaPolo/dsh-voice-call - Agent-initiated voice calls:
offer_callrings the human (接听/拒接/稍后再说); accepted calls synthesize and play locally via CrispASR + Qwen3-TTS (9 speakers, 2 Chinese dialects), rejected calls return the decision to the agent. - ppy-web/dsh-plugin-xiaomi-mimo-tts - Adds Xiaomi MiMo text-to-speech controls for finalized assistant messages, with preset voices and custom voice design.
- QT-Chen/dsh-mic-input - Microphone voice input for the composer: browser Web Speech API live transcription, dedupe/auto-continue, smart punctuation, language and auto-send settings.
- radres/dsh-plugin-call-me - Rings your phone over CallKit:
call_meandtext_metools, plus optional turn-end and approval calls whose spoken answer is transcribed back into the session. - Schumchanvi/dsh-voice-input-cn - China-ready voice input for the composer. Requires a local Python bridge (pip install dashscope websockets, run bridge/voice-bridge.py) — the plugin alone does not work. Browser mic streams 16 kHz PCM to the bridge, which runs Alibaba Cloud DashScope ASR (paraformer-realtime-v2); interim text fills the draft at the cursor, silence auto-stop, optional auto-send.
- STARDUSTLC666/dsh-voice - Voice pair: free edge-tts neural speech synthesis + OpenAI-compatible ASR transcription.
- tangzheng202202/dsh-voice-live - Real-time duplex voice over Volcengine streaming ASR/TTS: agent reply narration, barge-in, wake word, live captions, 30 Chinese voices and a reply-first acknowledgment; builds in the DSH monorepo.
- WizisCool/dsh-ears - Voice input plugin for DeepSeek Harness (dsh): a microphone button in the composer turns speech into a draft transcript, with a choice of speech-recognition backends, optional polish through dsh own LLM routes, and a native settings page.
- XanthanL/dsh-plugin-uisfx - Semantic UI sound effects powered by uisfx: task start/success/failure and per-button cues, settings UI with instant preview, 12 sound packs, Host-persisted preferences, and
ctx.uisfxservice for other plugins. - Zhangbo-cn/dsh-voice-input-plugin - Composer mic for the Web UI: tap-to-monitor live transcription and hold-to-talk, with host Edge TTS reply reading that streams while the model generates, echo-pause during reading, and tap-to-stop.
Docs & Rendering
- 3361805598-gif/dsh-md-annotator - Markdown sidebar preview and source editor for dsh-better-sidebar, with block- and text-range annotations that can be sent to the conversation as structured revision requests.
- AKS1st/dsh-mermaid - Render Mermaid code fences in DSH Web chat messages as lazy-loaded SVG diagrams with strict sanitization and light/dark theme follow.
- baconbao/dsh-mermaid-image-preview - Preview Mermaid diagrams as images via local rendering in DSH Web when the chat message contains a Mermaid fenced code block, and also allow integration with external rendering servers.
- bill9109/dsh-101 - Document reading mode for DSH.
- Bob-Bo1/obsidian-workbench - Obsidian-style Markdown workbench for DSH: browse, edit, preview, create, move, and delete notes inside the selected local vault.
- didclawapp-ai/DSH-Office - Create, read, and edit PPTX, DOCX, XLSX, and PDF via the local zagens-office CLI as office_schema / office_write / office_edit / office_read tools.
- dream-num/dsh-univer-office - Create, edit, inspect, and deliver spreadsheets, documents, presentations, databases, and canvases in DeepSeek Harness, with live preview and worktree review.
- duyanta123/arch-doc - Analyze a codebase and generate architecture documentation: module responsibilities, dependencies, entry points and run methods.
- duyanta123/dsh-data-insight - Turn raw data (CSV / pasted table / SQL results / DuckDB) into a structured Markdown report with business conclusions, metrics and charts.
- fly233338/dsh-overleaf - Connect multiple Overleaf projects to DSH through OverleafMCP for browsing, analysis, and Git-based file updates.
- genius-alray/dsh-mermaid-render - Mermaid diagram renderer for the Web UI conversation: renders mermaid code blocks into interactive cards (zoom, fit-width, fullscreen viewer, preview/code toggle) with official UI primitives, and keeps the original code block with an inline error banner when rendering fails.
- GitHubJiKe/dsh-markdown-preview - In-chat preview for produced files: click a produced-file chip to render Markdown (server-side markdown-it + highlight.js), images, or plain text right in the conversation; system-app open and reveal-in-folder stay one click away.
- hanzhangzzz/dsh-diagram - Editable Excalidraw diagrams for DeepSeek Harness conversations.
- HuanLinOTO/dsh-plugin-mineru - Expose MineRU document parsing tools to the model.
- jcaiagent7143-ui/sendpage-mcp - Publish an HTML document as a shareable link that opens in one tap and previews as a card in chat apps; publish, update, and export to PNG/PDF/Word.
- Jesse-njx/dsh-cowork#dsh - Bounded, cell-addressed
doc_read/doc_writefor xlsx / pdf / docx / pptx / ipynb, plus an MCP server and CLI. - kw78/dsh-office-tools - Workspace-safe Office tools for agents: create/read Word, create/read/update Excel, and create/read PowerPoint decks with PNG/JPG/GIF image placement.
- LeslieWylie/dsh-md-preview - Render Markdown to a standalone, self-contained HTML page: an
md_html_rendertool that works in a headless profile, plus a web drawer to browse, preview, edit and export local.mdfiles; both share one renderer, with no runtime dependencies. - maple-pwn/paperlab - Overleaf-style LaTeX paper workbench: annotate any text in the rendered PDF and let a dsh agent revise the sources with compile checks and git history.
- omdsh-dev/dsh-tool-markdown - HTML↔Markdown conversion, GFM table normalization, and TOC generation.
- Pasumao/dsh-plugin-dev-kb - Offline mirror of the official DeepSeek Harness documentation as a dsh skill: 168 site pages (EN/zh) plus 52 repository-only reference docs, with topic navigation and a full-text search index for plugin development.
- poiuyjie/dsh-md-preview - Dockable Markdown preview for the DSH Web UI: side-by-side with the conversation, a per-session recently-read .md list, local relative-path images render in place, and clicking an in-chat .md reference previews it instead of launching the system editor; follows the shell light/dark theme.
- PyModel/dsh-research-plugins#dsh-mcp-context7 - Context7 MCP bridge: gives the model up-to-date, version-specific library documentation and code examples through the Context7 MCP server, keyless by default.
- STARDUSTLC666/dsh-ppt - Presentation skill and tools: one sentence or one document to an HTML slideshow plus editable PPTX, with five built-in themes, default theme/language config and bilingual support.
- sudoprivacy/dsh-shareone-plugin - Publish TXT, Markdown, HTML, PDF, Word, and PowerPoint files as ShareOne links with passwords, watermarks, text-page updates, and TXT/Markdown/HTML comments.
- tt-a1i/archify#integrations/deepseek-harness - Generate validated, self-contained interactive architecture, workflow, sequence, data-flow, and lifecycle diagrams from repositories or system descriptions.
- Whatsmore-nf/dsh-pdf-edit - PDF document editing plugin for precise text editing in PDF files.
- zhtx2024/dsh-pdf - PDF parsing tools for DSH: pdf_info, pdf_extract_text, and pdf_render_page with dual pdfjs and built-in rendering engines, including system-font rendering for PDFs with non-embedded CJK fonts.
- zjsthmjialin/inspiration-deck-workshop#dsh-inspiration-deck-workshop - Registers the Inspiration Deck Workshop skill for DSH: local static HTML presentation decks (6 deck templates, 25+ layouts, 23 themes & motion showroom) with a validate + PNG/PDF export CLI and smoke tests, zero runtime dependencies.
- zjsthmjialin/pdf-background-gray-codex-skill#dsh-pdf-background-gray - Registers the remove-pdf-background-gray skill for DSH: whitens gray/off-white scan backgrounds in image-based PDFs while preserving resolution, page geometry, and anti-aliased text edges (lossless Flate write-back), via a single Python script (pypdf + Pillow + numpy).
Skills
- 7dgroup-ai/dsh-skill-7d-code-reviewer - Template-driven code review skill: five-step review flow, critical/medium/minor severity grading, four-dimension scoring (quality, security, performance, maintainability), dual text and HTML report output, and an on-demand reference knowledge base.
- 863683348/dsh-starter-zh - Beginner starter pack for DeepSeek Harness: welcome flow, 0→1 learning path, scenario-based plugin recommendations and a self-check checklist, paired with the dsh-handbook-zh Chinese tutorial repo.
- akqwpeter-prog/skill-bartender - Task-to-skill pairing meta-skill with a laziness ladder for minimal loading, a user-editable routing table, and a quarantine, SkillSpector scan, human-approval install flow.
- Andiii208/dsh-ultramath - Multi-agent workflow for math-modeling contests: the "UltraMath" preset runs a problem from reading through framework, derivation, coding, verification, paper and review, plus 4 single-stage role presets (mathematician, engineer, writer, reviewer) and 33 model-library skill docs.
- Cavan-Ou/hermes-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).
- cheshireez/dsh-skill-hub - In-GUI skill hub for DeepSeek Harness: browse, search, toggle, inspect, diagnose and scaffold local skills from the official ctx.skills registry, plus a skill market with tracked source sync and one-click update-all.
- Chu-Xin-r/wanjiqi-meme - Barrage-meme skill distilled from 22,771 real messages in the 6657 live room: wanjiqi-style banter, CS and DOTA cross-memes, player roasting and casting commentary.
- Crayonnan/dsh-math-modeling-skills-Gatecraft- - A gated math-modeling skill suite for DeepSeek Harness: a five-stage pipeline with stage gates, award-paper writing patterns, sensitivity analysis, statistical diagnosis, and a contest preset.
- creght-dev/skills - Skills for building websites on the Creght platform: CLI pull/push sync, page and component conventions, CMS, forms, auth, SEO, publishing and version rollback.
- dataelement/dsh-plugin-coaligne - Installs the coaligne-workflow skill for CoAligne team collaboration; requires CoAligne Desktop (signed in) to provide the MCP connection - not usable without Desktop.
- dhicoc/dsh-chinese-traditional-wisdom-skill - Complete chinese-traditional-wisdom (玄枢 / XuanShu) skill pack as a DeepSeek Harness Cordis plugin: bazi, ziwei-doushu, liuyao, meihua, qimen, daliuren, taiyi, wuyun-liuqi, constitution and fengshui calculation, with a local deterministic engine and a visualization dashboard.
- dhicoc/dsh-reverse-skill - Complete reverse-skill pack (85 SKILL.md) as a DeepSeek Harness Cordis plugin: reverse engineering, authorized pentesting and security-research skill router.
- dhicoc/dsh-wuyun-liuqi - Complete wuyun-liuqi (five-evolutions-six-qi / 五运六气) Traditional Chinese Medicine skill pack as a DeepSeek Harness Cordis plugin: annual and guest-qi calculation, clinical pattern differentiation, and pathogenesis reasoning.
- duyanta123/dsh-preset-scaffold - DSH project scaffold preset: strict 5-phase init runbook, engineering standards and six runnable starter templates (node-ts / react-vite / python / go / spring-boot / monorepo).
- dylanzhangzx/dknowc-dsh - Trusted office suite for government/enterprise work by Beijing Caizhi Technology (深知可信智能): three skills — trusted consulting (policy/regulation Q&A with citation markers + provenance HTML), trusted search (authoritative policy/standard retrieval with traceable HTML + clean Markdown), and official-document writing (draft/rewrite/Word/red-head delivery); all interfaces go through the dknowc trusted workbench MCP (Bearer auth), products land in the session workspace, one-time key setup persists for later sessions; ships on npm as dknowc-dsh.
- FuncWei/dsh-wechat-mp-studio - WeChat Official Account content studio: anti-homogenization rotation writing, low-creativity remediation playbook, blessing-image visual baseline, gpt-image pipeline with OCR acceptance, and the measured xiaolvshu draft web API.
- fuxin123z/dsh-skill-manage - Agent-managed procedural memory: a skill_manage tool that creates, patches, disables and deletes the agent's own skills in user or project scope, with delete guards (agent-created marker, pin, path confinement) and a trigger-discipline prompt.
- GanyuanRan/Aegis - Software-engineering method pack for coding agents, with skills for baseline-first planning, systematic debugging, prompt hygiene, verification before completion, and repair/retirement tracking.
- gongyijie85/dsh-ecc - 273 ECC skills (95.8% of the 227k-star operator system) ported to DSH in four batches.
- gongyijie85/dsh-ponytail - Ponytail lazy senior dev mode: 6 skills adapted from DietrichGebert/ponytail.
- gongyijie85/mattpocock-skills-dsh - Matt Pocock full promoted skill set (25 SKILL.md: grilling, writing-for-agents, wait-what, TDD, code review, wayfinder, ask-matt router) ported to DSH.
- gongyijie85/mattpocock-skills-dsh-zh - Matt Pocock's 25 skills fully translated to Chinese (technical terms kept in English with glosses).
- hackerFish/awesome-dsh-skills - 12 tested engineering skills (git commit, code review, test-first, plugin dev, debugging, changelog, PR review, task breakdown, and more): every SKILL.md passes a format validator aligned with the official skill rules plus an isolated load smoke test.
- happpsee/dsh-desktop-app - Skill for packaging DeepSeek Harness into a Tauri 2 desktop app (macOS + Windows): dual-platform install playbook, China mirror bootstrap with a subagent timeout sentinel, admin-free Windows toolchain recipe (no VS Build Tools), and three-path acceptance checklists.
- hatsuyuki0103/oh-my-deepseek-harness - OMX-style workflow skills for DeepSeek Harness: deep-interview, ralplan, ralph, autopilot, team, code-review and 19 more, rewritten on native DSH tools, without vision skills.
- IcyCreamDAS/shidi-skill - AI-for-Science research workflow skill for DeepSeek Harness, aimed at researchers and grad students using agentic AI: multi-angle literature review with per-angle files, experiment design with a caveat list, figures and paper reading; each job returns files plus a cross-verification brief for a second model. Zero deps, MIT.
- jeremy9682/dsh-skill-pack - 11 shareable workflow skills (handoff, triage, to-spec, to-tickets, wayfinder, teach, wait-what, dsh-mode-routing, ask-matt, overnight-execution, full-throttle) as an installable skill pack.
- JohnXu22786/docgen - Document workshop skill pack: four pure-prompt Agent Skills that turn a codebase into READMEs, PR descriptions, changelogs and code reviews, installed into dsh via a dsh.bundle plugin row.
- JohnXu22786/skill-framework - Bundles an engineering-methodology skill library as one Cordis plugin: 14 Agent Skills (planning, testing, debugging, review, delivery) registered on ctx.skills for DeepSeek Harness.
- JohnXu22786/spec-driven - Spec-driven development discipline for dsh: five keel skills (anchor/spec/probe/build/audit), three review tools and six spec templates enforce specs-before-code, assumption verification and scope control.
- JUNQINGV587/mattpocock-skills-dsh - DSH bundle porting Matt Pocock's 25 promoted engineering and productivity agent skills (grilling, TDD, code review, domain modeling, etc.).
- Kenerlee/dsh-moments-aieo - AIEO (GEO/AEO) delivery method as one isolated skill provider: AI-visibility diagnosis on a 0-9 score, positioning, search-term mining restricted to whitelisted platform exports, periodic monitoring and an HTML monitoring dashboard, chained by one shared question library, plus a landing-page cloner.
- kobenfang/Big8 - AI fortune-telling skill for DeepSeek Harness: feng shui, face reading, BaZi, zodiac, daily divination and Chinese almanac.
- kobenfang/bigA - A-share stock analysis and screening skill: real-time quotes, technical timing scores, buy/sell signals and a managed watchlist.
- kobenfang/BigFish - Fishing assistant skill: spot analysis, fish activity and bait/lure recommendations from water photos and weather data.
- kobenfang/BigFocus - Tracking assistant skill: monitor product prices, celebrity news and custom metrics with change alerts and scheduled pushes.
- kobenfang/BigFood - Fridge manager skill: recognize ingredient photos and recommend recipes, with inventory and shopping reminders.
- kobenfang/BigLead - B2B lead generation skill: search target companies by industry/product/region, cross-validate and extract contacts.
- kobenfang/BigPlan - Product research skill: analyze market, technology and supply chain, then output three-tier product spec proposals.
- kobenfang/BigSeedSkill - Life-story skill: capture moments and fragments, build a user profile and generate novels, scripts or autobiographies.
- kobenfang/Eyes - Global news monitoring skill: track world events and analyze impact across industries, currencies and commodities.
- kobenfang/FruitPi - Fruit price tracking skill: collect and query global wholesale fruit prices with RMB/kg conversion.
- kobenfang/ListForm - Smart form skill: structured record-keeping for bills, ledgers and logs with auto-categorization and periodic reports.
- kouyichi/dsh-plugins#dsh-learn - Self-learning loop for dsh: record lessons, draft and promote skills, periodic curator review that corrects, consolidates, and retires skills.
- LayneChai/superpowers-dsh - Superpowers for DeepSeek Harness: TDD, debugging, planning, and collaboration skills adapted from obra/superpowers, installed as a Cordis plugin registering 14 skills with zero runtime dependencies.
- linhay/harmony-next.skills - HarmonyOS NEXT skill bundle for DeepSeek Harness with offline API references and DevEco, HDC, and emulator automation guidance.
- linhut/gongwen-skill - Chinese government document processing toolkit: GB/T 9704 format check, auto-fix, content revision (red annotation + strikethrough), template generation, Markdown-to-docx, and document header/footer/page-number injection for 24 official document types.
- linxichen/dsh-rigorquant - RigorQuant preset + skill pack: unattended walled multi-agent research for empirical and computational mathematics (economics, finance, portfolio), with a four-part pre-implementation check battery and a jacobian/Lean escalation lane.
- lunw/shopline-ai-toolkit-dsh - SHOPLINE AI Toolkit: bridges the official SHOPLINE Developer MCP server and ships seven SHOPLINE agent skills (Admin REST, GraphQL, OAuth, webhooks, Sline) — the SHOPLINE counterpart of the Shopify AI Toolkit.
- MichengAI/dsh-agency-agents - Adds a summonable domain-expert roster that runs as subagents while the parent session keeps the task and final answer.
- mjylfz/dsh-skill-mover - Migrates skills from other agents (Cursor, Claude Code, Codex, OpenCode, and more) into DSH: scans 14 agent platforms plus the shared ~/.agents skills layer, detects duplicate names across sources, lets you pick the best source per skill, copies them into the DSH skills directory, and rolls back previously migrated skills.
- mudden2380078550-creator/write-chinese-long-screenplay - Chinese long-form screenwriting skill: two input blocks (background + character bible) feeding a causal-value engine, anti-AI-flavor review, and a continuity ledger; works on Codex / Claude Code / dsh / zcode.
- PerryLink/dsh-plugin-guide - The DSH plugin-development knowledge base as an on-demand agent skill: official constraints, task workflows, API reference and community gotchas, installed with the bundle so the agent can look things up while building a plugin.
- redfox-data/redfox-community-dsh - 100+ multi platform social-media data skills, plus 40 native MCP tools covering data APIs, AI search and AI generation — all installable with one command.
- sandbaseai/sandbase-skills - Mounts 88 packaged research, social-intelligence, marketing and business Agent Skills into dsh through the filesystem Skill provider.
- songoao25/dsh-contract-drafting-agent - Contract-drafting agent preset: 11-stage lawyer workflow with 5-way parallel AI review, decision gates, and domain packs for general, employment and equity-investment contracts.
- songoao25/dsh-virtual-product-team - Virtual product team agent preset: user-led conversation walks you through the full 12-step pipeline from idea to shipped, promoted and operated product, with staged gates and per-stage skills.
- STARDUSTLC666/dsh-hyperframes - Five official HyperFrames by HeyGen skills: HTML video / CLI / registry / website-to-video / GSAP reference.
- STARDUSTLC666/dsh-remotion - Official Remotion skill ported to DSH: programmatic video with React (animation/audio/captions/3D/charts/fonts, 38 rule files).
- SummerSec/SumSec-Skills - Multi-platform Agent Skills monorepo that mounts as a DeepSeek Harness profile bundle, exposing Chinese writing, Git, plugin-dev, taste, and semantic-linter skills.
- superdesigndev/superdesign-skill - Design skill for UI and marketing graphics on the Superdesign canvas: reads the repo for context, extracts its design system, then generates and iterates branchable design drafts, flow pages, and reusable components through the Superdesign CLI.
- tetckx/deep-structural-analysis-skill - Multi-lens structural analysis skill: adversarial-first analysis across 16 lenses in 4 categories with 10 structural tools, confidence calibration, and fact-bound layered output.
- vdnight89/InfiniteDSH - Literary DSH plugin: one session is one book. Cover-card /new opens one of 19 realms, a prose-only 诸天万界DSH preset keeps the model writing fiction, keyword worldbook entries ground each turn, and /export-story typesets the session into a Markdown novel.
- Vladimir-Human/humanizer-ru#dsh - Cleans AI traces from Russian text: finds chatbot copy-paste artefacts (ChatGPT, Gemini, Grok, Perplexity, DeepSeek) and rewrites the text into natural prose on request; 39 regex markers with an evidence registry, offline, text-only bundle.
- Vladimir-Human/ru-marketplace-mcp#dsh - Skills and optional MCP rows for ten Russian marketplaces: price comparison across Wildberries, Detsky Mir and Yandex Market, plus per-source search, product cards and reviews. The 13 skills load on install; both MCP rows stay disabled until RU_MARKETPLACE_MCP_DIR points at a local clone, which needs Python 3.12+ and uv.
- warm-flame-core/new-project-init - Project documentation scaffolding skill: question-driven setup of project standards, AI-collaboration workflows, and memory discipline across DSH, Reasonix, Claude Code, and Codex.
- WaveSpeedAI/wavespeed-dsh-skill - Generate and edit AI media (image, video, audio, 3D) with WaveSpeed models via the open-source wavespeed CLI: live catalog search, per-model input-schema introspection, local-file upload with @path markers, and price checks before running.
- Wenaixi/dsh-superpower - Complete port of obra/superpowers for DeepSeek Harness: 14 methodology skills via a native SkillProvider (rank 550), covering brainstorming, planning, TDD, debugging, parallel agents and more, with Chinese-localized docs and zero-build install.
- WilShi/dsh-skill-station - Sidebar skill hub: scan Claude/Codex/Cursor/Gemini skill directories for one-click import, manage global/project skills (toggle, trash), and install from dropped folders, zip archives, or local paths of any size.
- wmengxiang/dsh-any-skills - Import, install and invoke Agent Skills in DeepSeek Harness from Codex, Claude Code, OpenCode, GitHub or npm — composer-side ⚡ picker inserts /skill-name into the draft, and a Skill 管理 settings page offers per-source/per-skill import, expandable source paths with skill counts, uninstall and one-click restore from .trash.
- WODE25500/dsh-skillopt - Microsoft SkillOpt-Sleep integration: a nightly sleep cycle that harvests sessions, mines recurring tasks, replays them and consolidates validated skills behind a held-out gate.
- wyzh0117/dsh-skill-select - Sidebar skill picker: lists installed skills with Global and repo badges, session checks plus persistent auto-start, optional Guard, Codex/Grok/Hermes user skills, and /skill injection.
- xsoc1/math-research-dsh - Rigorous open mathematics research suite: four agent skills (rigorous-open-math-research, manage-math-research-program, math-research-workflow, lean-verify) for theorem solving with adversarial audit, research program management, pipeline orchestration, and Lean 4 formalization audit; CI-verified tests and mechanical upstream sync.
- xulelenlp/dsh-web-artifact-designer - Design-artifact skill adapted from Anthropic canvas-design / web-artifacts-builder: turns a design brief into a self-contained HTML/SVG artifact (posters, infographics, landing pages, charts, component mockups) with a pre-delivery quality checklist and an anti-AI-look pattern list.
- YuanyuanMa03/cot-lint - Chain-of-thought leakage linter: zero-dependency CLI that finds AI-session residue in docs and comments (dead design citations, PR vantage, change narration, review choreography), shipping the cot-trim fixing skill as the installable bundle.
- Zenjibad/skill-injector-plugin - Auto-injects user-chosen skills into DSH sessions, either every prompt or once at session start, with a settings page and a composer indicator.
- zhaiyateng/dsh-design-skills - Design-aesthetics skill pack (10 styles: dark SaaS, minimal white, neumorphism, brutalism, glassmorphism, Japanese minimal, bento grid, cyberpunk, vaporwave, art deco) with runnable landing-page demos: tokens, component rules, forbidden lists, and acceptance checklists per style.
- zhao1012/dsh-fix-duplicate-loader-id - Diagnoses and fixes "duplicate loader entry id" boot crashes - finds duplicate loader rows across profile bundles and converts them into id-targeted patches via a zero-dependency CLI (detect / preview / fix / verify).
- zhu1090093659/dsh-web-ui#packages/dsh-skill-explorer - Skill center for the dsh web GUI: browse all loaded skills grouped by source, enable or disable model invocation, create new skills, and delete into a recoverable trash.
- ZihaoVistonWang/Stata-AI-Skill#dsh-plugin - Run Stata through DeepSeek Harness: the native Stata AI Skill service auto-starts with DSH (macOS/Windows binaries bundled), so you can run regressions, do-files and econometrics workflows with no manual setup.
- zimai233/dsh-adhd-copilot - ADHD behavioral coaching skill: task breakdown, overwhelm management, launch rituals, and failure recovery.
- zjsthmjialin/commercial-ui-ux-codex-skill#dsh-commercial-ui-ux - Registers the commercial-ui-ux skill for DSH: task-aware commercial UI/UX/GUI design, review, repair, and implementation (SaaS, dashboards, admin panels, forms, tables, design systems) with a reference-doc system and quality gates.
- zuoyunlai/lunheng-article-pipeline-dsh - Multi-agent deep long-form article pipeline skill for DeepSeek Harness, running 8 roles across 5 phases with parallel literature/data/case retrieval, a critical-companion review, M-Gate mechanical final check, independent G0-G13 audit and human verification gates.
Workflow & Automation
- 1052326311/dsh-plan-lattice - Adds persistent execution contracts, recursive work graphs, critical clarification, and evidence gates for long or underspecified Harness tasks.
- 534119219/chicheng-cron - Cron scheduler with a sidebar UI: run shell, Python or Node scripts, skills, or agent tasks on a schedule, with push notifications and session archiving.
- 82c86b8z86-stack/dsh-engineering-workflow - Engineering workflow agent preset for dsh: five gated phases (requirements clarification, plan approval, TDD, parallel subagents, verified finishing) with six workflow skills adapted from obra/superpowers.
- adithya-hmt/fullstack-expert - Cordis-native, evidence-driven full-stack engineering workflow: inspect-first planning, explicit verification evidence, and approval-aware gating for sensitive operations.
- alib8b8/dsh-plugin-aflare - Workflow tools for the local aflare binary: generate, validate and run local-first deterministic YAML workflow DAGs (WAL crash recovery, Saga compensation) through the local aflare binary, with 300+ templates built in.
- alpacachen/dsh-kanban - A shared kanban board that lets people and DSH agents manage workspace tasks through a Board tab and kanban tools.
- apheli0os/deepseek-harness-orchestrate - Declarative task-DAG orchestration for DSH: validates dependency graphs, runs topological task layers in parallel through workflow-backed subagents, and propagates failures deterministically.
- BillyChen123/qdd - Question-Driven Discovery research workflow for DeepSeek Harness with a QDD Agent Preset, durable Human and Auto runs, and an auditable research panel.
- biociao/dsh-science - Claude Science-style research workbench: ReAct research-loop engine (research_* tools), versioned artifacts with provenance (artifact_* tools), and 10 science skills for genomics/pathogens/bioinformatics.
- bpc-oss/dsh-verification#dsh-verification - Verification gate for DSH agents: every acceptance criterion must be backed by server-stamped real tool evidence before the completion gate lets a goal through (advisory audit, enforce gate, durable permits).
- btspoony/dsh-advisor - Pair a second model that passively reviews each turn and injects notes.
- btspoony/mstar-harness#dsh - Skill-driven harness/loop engineering workflow agent plugin.
- buhuikongpan/dsh-project-context - Turns each DSH workspace into a project: every new session auto-injects a project-workspace convention (read code before acting, empty folder means a brand-new project); a per-session Project toggle in the composer downgrades the session to a plain workspace with an explicit notice, with the state kept in the session log.
- callmesoul/deepseek-kanban-plugin - Kanban board for DSH: task state machine with git branch isolation, agent auto-execution, and review-driven merge.
- Ceelog/dsh-plugins#dsh-plugin-scheduled-tasks - Per-project scheduled prompts run as fresh headless agent sessions, with one-time, interval, and cron schedules plus durable run history.
- changlianxiya-139/dsh-ambiguity-handling - Appends ambiguity-handling rules to the dsh system prompt so the agent asks clarifying options before guessing.
- ChongCyrus/Vibe-Mathematics - Multi-agent math problem-solving & verification framework: brainstorm → solver iteration → multi-verifier debate → Verified knowledge base, with checkpoint resume and manual/auto intervention (also ships as an agent preset).
- cloader/dsh-taskboard - Task board for DSH: create tasks with project and model assignment, run them manually or on cron schedules; new sessions in a project automatically pick up its todo tasks and move them to in-review when done.
- Cola1018/dsh-aicc-zhunao - Main-brain orchestration preset: delegation-first persona, root-session execution gate, and portable AI-LAW rule skill.
- CTWCTW9999/dsh-agent-preset-router - Auto Mode for DSH: a flash-model router that auto-picks the best agent preset (standard/code/minimal/cordis) for each new session and executes immediately, no confirmation.
- Dely0/dsh-personal-workbench - Calendar and hierarchical task workbench: AI-assisted intake clarification, consultation, decomposition, execution with user acceptance, and review, plus reminders and per-task AI session workspaces.
- dickpy/dsh-cloud-sync - Synchronizes DSH profiles and local plugin source archives through WebDAV and S3-compatible storage, with encrypted snapshots, conflict-aware recovery, and explicit self-updates.
- eightHundreds/dsh-plannotator - Opens the official Plannotator app (plannotator.ai) so you can review the agent's plan — annotate, approve, or send it back.
- EthanYoQ/AI-Novel-Writer#dsh-ai-novel-writer - Installs a dedicated AI novel-writing preset and workbench: revisioned local project assets, a compact side drawer, and native approval-gated single-file changes.
- EvilIrving/dsh-proof - Independent read-only acceptance layer: spawns a read-only verifier before each top-level turn closes and steers non-pass gaps back into the agent.
- fakechris/dsh-track - Embedded task management engine: decision-point protocol, idea capture wall, Linear-style issue store.
- february2015/dsh-taskswarm - DSH port of TaskPlane: dependency-ordered waves run in parallel git-worktree lanes, with task packets, cross-model review, and crash recovery.
- fuhefei/dsh-sentinel - Condition-driven wakeup: durable file/command/http/process/webhook watches that wake the agent.
- fxylabs/superself#dsh-plugin - Superself's self CLI as model-facing tools (project context, work units, reports, decisions) plus a /self command — cross-session, cross-project project state kept outside the code repo.
- haochi72/dsh-auto-continue-429 - Automatically sends "continue" to recover from RATE_LIMIT (429) and QUOTA (insufficient_quota) errors. Per-session consecutive-failure counter (default 20, configurable 1-100), a toolbar on/off switch, and a settings-page card.
- hongyue0721/dsh-kimicode-swarm - Kimi-Code-style swarm: batch-parallel subagent dispatch with adaptive scheduling, a /swarm command, and in-chat live progress rows.
- huxint/dsh-team - Agent teams: spawn named long-lived teammates, coordinate them with a shared task list, member mailbox, and virtual workspaces, and watch the team live in a team-room tab.
- icetomoyo/dsh_workflow - UltraCode-style multi-agent orchestration: a generatable, savable, governable, observable, resumable workflow layer.
- ishuowang/dsh-agent-team-room - Coordinate independent DSH Sessions and provider-backed members without merging their histories, using persistent native Rooms with identity-bound leading
@mentions, direct delivery, broadcasts, and leader-scoped controls. - Jesse-njx/dsh-routines - Scheduled agents on a cron: run a prompt on a schedule and get the digest where you already are, with overlap/missed-run/timeout safety defaults.
- jiezeng2004-design/dsh-requirements-alignment - Runtime requirement drift guard that keeps long-running DSH agents aligned with the user's approved goal, constraints, and decisions.
- JimchengChina/dsh-frontier-repro - Clusters arXiv, first-party lab, official artifact, hardware-vendor, and opt-in X signals into versioned release evidence bundles, then gates claim-level reproduction on commands, artifacts, metrics, and verifiers.
- jingzhao-l/iterate-plugin - Turns the iterate skill into an autonomous closed-loop harness — plan, parallel review, atomic fixes, validate, loop, auto-stop — plus a dry-run review-only mode and a meta-review that audits the report and emits a final review report.
- JohnXu22786/file-planning - Disk-persisted execution planning for DSH: milestone/step state machines, dependency gating, an audit event stream, and a deterministic completion gate via dsh tools, CLI, or skill.
- Jungod1121/dsh-anchored-standard - Two-phase agent preset for DeepSeek V4 Pro: the first request sees only bash+read (Minimal-aligned bootstrap), then the full Standard tool catalog after the first tool call or reply; ships as an installer bundle plus a manual preset directory.
- KanoNoUta/dsh-captain - GPT plans dependency DAGs, DeepSeek workers execute tasks with adaptive parallelism, and an optional GPT reviewer audits incremental Git diffs and drives repair rounds.
- Karbo123/DSH-EvoResearch#evoresearch-plugin - Research agent suite: long-horizon goal control with auditable evidence chains, cron scheduling, multi-agent expert teams, self-evolving research memory (FTS5 + RRF recall), project workspaces, and a custom workspace UI.
- kui123456789/dsh-codex-workflow - Coordinates Codex planning and independent review while the original DSH session implements and tests changes.
- LeemanCheung/dsh-task-dag - Projection-driven live DAG for a Session's subagents and durable workflows: status and navigation, deterministic deep-chain layout, fit/pan canvas controls, and current-session node rearrangement.
- LeslieWylie/agent-loop-workflow - A project-agnostic multi-agent collaboration protocol for the DeepSeek Harness: loop guards that stop runaway agent loops, a six-field handoff format, risk-tiered review routing, and a fixed verify→commit→push→review→close sequence. One skill instead of the same rules copy-pasted into every agent's instructions.
- LeslieWylie/dsh-ops-kit - Evidence-first operating kit: six read-only tools (capability catalog, staged workflow plans, packaged skill reader, bounded local memory search, repository release audit, release checklist) and five packaged skills - plans and audits, never remote writes.
- LeslieWylie/review-workflow - A structured multi-panelist review workflow for the DeepSeek Harness: N panelists score in isolated subagents, blind to each other; a chair reconciles disagreement by anchor match then Δ-level adjudication; an independent critic audits the process. Works for design, code, paper or project review.
- Letter2025/dsh-model-failover - Two-level model circuit breaker with failover: trip a model or a whole provider after repeated request failures and route the next request to a configured fallback.
- Lhy723/dsh-agent-canvas - Interactive canvas for visualizing Agent, Subagent, Workflow, Phase, and tool relationships in DSH Web.
- limuyang2/agent-team - Multi-agent team collaboration for DeepSeek Harness with per-assistant models, skills, MCP servers, independent contexts, shared workspaces, task coordination, and conversation management.
- LittleBlackTong/dsh-plugin-heartbeat - Interval heartbeat that wakes each root agent itself (followup injection) to proactively report progress, risks or blockers: busy-safe queuing, no stacking, auto-pauses when no human replies, re-arms on the next user message.
- ljsysfurryACE/dsh-aura-scheduler - Proactive scheduling: an adaptive heartbeat plus a value network (urgency, relevance, interruption cost) decides when the agent should speak unprompted.
- lonelymoon87/dsh-specflow - Adds specification artifacts, skills, commands, goal-backed implementation, and task-progress context.
- lusblead/dsh-Kingdom - Agent governance kingdom for DeepSeek Harness: territories, role bindings (bind/unbind/session with model/agent identity), and a plan→assign→execute→review task loop where Worker claims never auto-complete (Claim ≠ Fact), with a local GUI operations console.
- lynx-gt/dsh-subagent-cwd - Extends dsh-subagent-tools with a per-call cwd for subagents, shipped with the two in-process provider patches it requires.
- lynx-gt/dsh-subagent-tools - Per-call model, provider, persona, and toolFilter overrides for subagent delegation, with @preset: references and provider/model composite ids.
- MichengAI/dsh-automation - Runs scheduled coding tasks in isolated DeepSeek Harness sessions, managed from Settings or the agent.
- MJorgin/dsh-agent-conductor - Dispatch self-contained tasks from DSH to 11 external agent CLIs (Codex, Claude Code, TraeCode, OpenCode, Gemini, Cursor, Kimi, Qwen, Copilot, WorkBuddy, Grok): a host-only bundle registering the conductor_dispatch tool plus an auto-triggered conductor skill.
- MoonCoder-HAPPY/SpecWorkflow - Registers a SpecWorkflow skill pack for requirement clarification, implementation specs, execution, delivery review, repair planning, bug diagnosis, and source-backed research.
- NanmiCoder/dsh-agent-teams - AgentTeams multi-agent teams.
- Noelune/dsh-agent-relay - Loopback-first multi-agent message relay: HMAC-authenticated broker plus dsh plugin (relay_send/recv/peers/history), zero-dependency CLI and Python clients, wire protocol v1.0.
- nyantused-cpun/folio#plugins/folio-events - Folio (兰亭) @nyantused/folio-dsh-events: session-protocol events — auto session-start reminder + auto-save on session close; pair with @nyantused/folio-dsh-tools.
- nyantused-cpun/folio#plugins/folio-tools - Folio (兰亭) @nyantused/folio-dsh-tools: 15 schema-validated tools (memory + quality gates) plus an L0 guard of the consulting document-generation engine; pair with @nyantused/folio-dsh-events for the full session protocol.
- omdsh-dev/dsh-deep-research - Adaptive deep-research orchestrator built on the official workflow engine.
- omdsh-dev/dsh-inspect - Adversarial checkup → fix → review loop toolset.
- orziz/odai#odai-dsh-plugin - Profile-wide DSH governance and routing bundle with configurable compaction calls and scoped local semantic memory; compatible with DSH 0.1.0-rc.6 and 0.1.0-rc.7.
- PensiveFei/deep-read-summarize - Deep reading & summarization for DSH: books/papers/videos/web into structured Obsidian notes via plugin parsers, MapReduce parallel deep-read subagents, JSON Schema outputs and an idempotent cache.
- PerryLink/dsh-background-agents - Durable background child agents on the official subagent seam: start from any session, watch progress in the Web UI sidebar, message and interrupt any time, with per-child tool scoping, persona and delegation-depth caps.
- PerryLink/dsh-doublecheck - Engineering-discipline guard: requirements grill before the first edit, red/green test-evidence gates, forked adversary review, and a delivery report with a per-dimension verification workflow.
- PerryLink/dsh-research-report - Verifiable research-report engine for DeepSeek Harness with a content-addressed evidence ledger, versioned sealed reports where every claim carries a verification verdict and the manifest hash seals the directory, and retrieval orchestration that reuses the ctx.web and ctx.jobs seams.
- PiedPiper911/dsh-workflow-canvas - Visual drag-and-drop workflow builder for DSH — orchestrate tool calls, sub-agents, and conditional branches on a React Flow canvas.
- Punky971210/dsh-punky-swarm#dsh-punky-swarm - Single-machine multi-subagent swarm governance for DeepSeek Harness: fixed-semantics wavePlan (3-layer DAG), engine-enforced Tier3 gates (Entry/L0/Exit/Complete), state machine, locks/mailbox, session isolation, plus the Punky Mode preset and jiufeng-team role guide.
- Q00/ouroboros#integrations/dsh-plugin - Config-only bundle that mounts Ouroboros through the DSH MCP client, exposing 36 interview, Seed, execution, evaluation, and evolution workflow tools in DSH.
- QlzqQlzq/dsh-dual-agent-presets - Installs two selectable Agent Presets: a shell-restricted general-purpose agent and a repository-focused coding agent.
- R-LEI2536/dsh-more-agent-presets - More agent presets for DSH, derived from other coding agents such as Qwen Code and iFlow.
- rinDBeans/dsh-apex-standard - Unified anchored agent preset for DeepSeek V4 Pro/Flash on the official API and opencode-go: Minimal-exact two-tool first-request bootstrap, model-aware Pro/Flash paths, and epoch-aware catalog management for long-session stability.
- rocker2018-droid/dsh-longtask-orchestrator - Long-task orchestration loop: Codex plans/scores/reviews, DeepSeek executes, Kimi supplements (vision acceptance, summarization, cross-check).
- sailoumili/novel-writer - Installs a multi-agent novel-writing preset for DeepSeek Harness: one conductor agent dispatches five specialized subagents — world-building, plotting, character management, prose writing, and QA review.
- Saktawdi/dsh-ha-orchestrator - Model high-availability failover (quarantine, circuit breaking, probe recovery) and subagent orchestration (fanout/pipeline/supervisor) with bilingual settings UI.
- sandbaseai/sandbase-harness - Connects dsh to a local SandBase Harness runtime over stdio MCP for managing agents and sessions, streaming turns, inspecting artifacts and cancelling work.
- Sev7een/dsh-plugin-automations - Settings-based scheduled tasks that run on time or during DeepSeek off-peak hours, with one-time and daily schedules backed by durable task state.
- severin-ye/uagent-sync#packages/dsh - Cross-device workspace backup, restore, and ecosystem update via the uagent-sync CLI.
- shanliuling/dsh-image-gen - Native conversational image generation for DeepSeek Harness: ask the agent to create an image, and it handles generation and keeps the result directly in the conversation.
- shengsheng90/DSH-taskboard - Local SQLite taskboard as a native overlay page: projects, tasks, comments, relations, attachments and workflow automation, with backlog → todo → in_progress → in_review → done statuses,
taskboard_*Agent tools that can only submit work to in_review, a headless JSON CLI and a packaged skill. - shengyvself/dsh-autoresume - Auto-continue an interrupted dsh session after a web restart by injecting a "continue" follow-up; one-shot per process, no duplicate-injection loops.
- STARDUSTLC666/dsh-minimal-ptc - Minimal prompt x full PTC tools: one-line persona, Code Mode SDK, subagents, workflows, web search, and Windows Git Bash.
- StruggleYang/dsh-project-kanban - Per-workspace project kanban board: nine kanban_* model tools for agent-driven planning plus a browser board UI, with disk persistence, undo, templates, and archiving.
- stuarthu/dsh-crew - Runs work as a crew of role agents: a product manager writes the PRD or DoD, waits for your confirmation, then starts architect, engineer, QA and reviewers whose tool sets are locked per role, and shares work through files on disk.
- timwhitez/dsh-self-evolving#packages/dsh-self-evolving - Evidence-first self-evolution controller: bounded Cordis candidate generation, one-shot real-Loader admission, Harbor evaluation, and a crash-resumable journaled lineage.
- titanwings/dsh-automation - Scheduled coding runs in fresh agent sessions with auditable history.
- titanwings/dsh-plannotator - Plan review with anchored annotations and structured feedback back to the agent.
- tong-io/tongflow#dsh-tongflow - TongFlow film-crew studio for image, voice, music and video production: the agent writes per-asset TongFlow workflow files (.tongflow.json) that run through TongFlow plugins, with an embedded workflow canvas, a shot/character/take project layout and a manga-drama template; sessions starting with @tongflow open the Studio view.
- toolclub/dsh-agent-team-gui - Persistent multi-model squads configured in Settings and selected in the Composer, with per-member model/tool policies; the main Agent dynamically plans each send as a bounded DAG with bounded reviewer/repair loops, while Run Center tracks retries and per-member tokens from official Harness usage events.
- truelove-dreamer/dsh-plugin-hooks - Claude-Code-style lifecycle hooks: configured shell commands run before/after model tool calls with a JSON payload on stdin; a non-zero pre-tool exit blocks the call.
- ttmouse/dsh-taskboard - Full local-first issue board embedded in the DSH web GUI: Kanban / list / Gantt / workflow / dashboard views, AI chat per task, attachments and labels, auto-claim of todo tasks driven by dsh-routines — data lives in local SQLite (dsh plugin add @ttmouse/dsh-taskboard).
- victorzhong0110/dsh-code-reference - Surveys local code and GitHub/npm for reusable implementations before development, evaluates reuse versus rewrite, and checks architecture coupling.
- victorzhong0110/dsh-outcome-loop - Keeps a local task-outcome ledger for DSH, verifies acceptance criteria from deterministic evidence, records user disposition and token usage, and supports digest-bound export.
- virggle/dsh-shutdown-after-task - Shut down Windows automatically after DeepSeek Harness tasks complete — a floating arm button plus a cancellable countdown banner (shutdown /a), zero runtime dependencies.
- vlln/dsh-loop - Recurring loops:
/loopcommand + loop tool + activity status bar. - whyihaveyou/dsh-suite#plugin-team-board - Shared multi-agent task board (create/claim/transition/query) over a Cordis service key.
- WintryGrass/dsh-multi-candidate - Multi-candidate mode for DeepSeek Harness (test-time scaling): floating panel config, the agent auto-runs parallel candidates plus verifier selection, scoped to the current session.
- xxiaoxiong/dsh-ci - Provider-neutral CI/CD capability for DeepSeek Harness with GitHub Actions support, bounded failure evidence, source-aware diagnostics, and approval-gated rerun/cancel controls.
- yangyongzhen/dsh-article-publish - Publish articles to CSDN / Juejin / CNBlog directly from the session, no external server.
- yangyongzhen/dsh-scheduler - Cron/one-shot scheduled tasks: run shell commands or fire webhooks on a schedule, with optional ServerChan/DingTalk/Feishu/webhook delivery of results.
- ygcdsj/dsh-home-migrate - Export and import DeepSeek Harness configuration across machines as same-OS .dshmig archives, with credential redaction, verification and rollback.
- yyyy231209/ai-company-framework - AI Company Framework: turn one sentence into a multi-agent company — 15 flat Skills (boss/pipeline/role-template/11 roles/generic customer-memory), 7 workflow templates, AgentTeams runtime + activity panel, employee sidebar with per-session isolation, Feishu bot bridge (boss and per-employee bots, group routing, autonomous push, human decision gate, external-contact guide), per-customer SQLite memory with three-layer memory (cross-group merge), /company mode switch; no RAG.
- zclDragon/dsh-tool-generate-image - Model-facing
generate_imagetool for text-only models: the model asks for a picture in natural language, Gemini draws it via the Antigravity CLI, the image is saved to a configurable output directory, and the tool returns the file paths for the model to use in its work. - ZEM17/dsh-subagent-agy - Google Antigravity CLI (agy) as a DSH product subagent: delegate tasks to a Gemini coding agent with your Antigravity login (no API key), with conversation follow-ups, background streaming progress, image analysis by path, and a pop-up login window.
- zenghaili0901/dsh-bot-mode - Bot Mode for DeepSeek Harness: a roster of named bots with avatars, personas and per-bot chats, each backed by one durable continuable subagent session that keeps memory across turns.
- ZhenHuangLab/dsh-sync - Policy-driven Git sync for DSH settings and profile configuration, with secret-aware projections, conflict review, and per-line apply controls.
- ZSeven-W/dsh-crew - Dispatch work to DSH agents from Claude Code or Codex: native subagent progress, in-host worker sessions with per-tier presets, and a multimodal bridge for vision and image generation.
- ztl34245881-commits/dsh-task-planner - Task planning with experience muscle-memory: condition-reflex recall of past solutions, LLM capability matching, and auto-persisted lessons.
- zzhzz/dsh-ask-peer - Peer-to-peer colleague-agent consultation for DSH: ask one or several configured peers, queue asynchronous questions, discover peers through signed friend cards, and review inbound requests in the Web UI.
Git & Code Review
- 7dgroup-ai/dsh-skill-7d-git-commit - Checks git commit messages against the 7DGroup convention (Chinese type tags, length and punctuation rules) before committing, as a client-side guard before GitLab pre-receive hooks.
- andyfan1094/dsh-github - GitHub account management plus a local Git workflow for the web GUI with clone, fast-forward pull, status, commit, push, and host-side push guards.
- BrambleXu/dsh-revdiff - Native interactive Git diff review for DeepSeek Harness with structured annotations sent back to the current Agent session.
- cirelir/dsh-change-review - Session change-review plugin for DeepSeek Harness: tracks write/edit tool calls per session and renders line-level diffs with customizable colors, with session isolation, subagent aggregation, and SSE live updates.
- DamonKoy/dsh-web-ui#dsh-git-graph - Git branch selector and Git graph in the conversation header of the dsh web GUI.
- dd2673/dsh-wending-git-workbench - Codex-style Git workbench: workspace-scoped changes, diff, stage, commit, guarded branch operations, graph history, fetch, fast-forward pull, and upstream push through official plugin APIs.
- DietCokewithSugar/dsh-user-experience - Finds potential UX issues in your project: automatically reviews React/TypeScript code, pinpoints each problem, and gives concrete suggestions.
- Fectivnfy112357/github-explore - GitHub search, discovery and audit scripts wrapped as a SKILL.md pack around the gh CLI: repo search, multi-axis explore, trending, repo summaries, similar projects, code search, issue/PR search and org audits; ships as a dsh bundle (and on npm).
- JFWaskin/dsh-git-nexus - Git and GitHub panel for the DSH web profile: stage/unstage/discard/diff, branches, commit, push/pull/sync, log, file browser, workflow board, and GitHub OAuth with PR creation.
- jiayan-xu/dsh-ocr-review - Local AI code-review gate: review a workspace/branch/commit diff via the managed ocr.js, returning structured findings with token stats; gate mode fails on findings.
- JohnXu22786/adversarial-review - Adversarial multi-lens code review: parallel correctness/security/maintainability lenses attack a diff, with deterministic severity grading, suppression rules and incremental review history.
- JohnXu22786/github-mcp - GitHub workbench MCP server (dsh bundle): 23 MCP tools for repos, issues, PRs, code review, and search, with zero runtime dependencies and PAT/OAuth auth.
- JohnXu22786/worktree-mgr - Per-task isolated git worktrees with a full create/sync/finish lifecycle: task names auto-derive branches, merge targets are double-checked, and batch cleanup is built in — zero manual git operations.
- kaziii/dsh-github-connector#github - GitHub Device Flow connect plus an in-conversation PR workflow: a status bar above the composer for create / AI-review / merge, and github_* tools for search, issue and PR read and write.
- LaoYueHanNi/dsh-git-worktree - Branch switching and isolated git worktrees as real workspaces, from the Web UI composer.
- lehhair/dsh-diff-viewer - PiUI-style diff viewer replacing the stock DiffBlock for write/edit tool calls.
- Lenonss/DSH_VsCodeMode - VSCode-style editing experience for DeepSeek Harness: a Monaco-based central file editor (tabs, Ctrl+P quick open, status bar) and interactive diff review of agent edit/write results with per-change Keep/Undo, rollback and archiving, persisted across restarts.
- Letter2025/dsh-task-worktree - Task-scoped git worktrees for DSH: durable per-repo manifest, worktree mode injects a creation instruction with your first message under an automatic worktree/ branch prefix, header badge instead of workspace clutter, and bring-back or force-remove cleanup.
- lonelymoon87/dsh-gitflow - Adds approval-gated Git status, diff, log, commit, branch, and optional checkpoint tools.
- LoserFox/dsh-git-identity - Pin Git commits to the environment's own author identity; env-var injection overrides all
git configsettings. - lucas-ward/dsh-ci-context - Injects allowlisted GitHub Actions and GitLab CI run metadata into agent context without reading logs, credentials, or provider APIs.
- lucky8197/dsh-code-smell - Code smell radar: statically scans TODO/FIXME debt, stub implementations, long lines, oversized files and duplicated blocks, with severity-sorted read-only fix suggestions.
- lucky8197/dsh-git-hygiene - Git hygiene checker: read-only scan of merged and stale branches, oversized tracked files, untracked files and uncommitted work, with cleanup suggestions (it never deletes anything).
- MeghanBao/dsh-backstory - A
/backstorycommand and tool that annotate each line with the git commit that last touched it and the agent turn + prompt that wrote it, from a persistent per-line ledger (drift-proof by content hash), DSH-* commit trailers, or the live session log. - NEAZ71eve/dsh-tool-github - GitHub REST API tools + browser sidebar panel: repos, search, issues, PRs, comments, account binding (credential-store), and one-click clone-as-workspace.
- No-PRM/dsh-explorer#dsh-explorer - Git-first file-tree sidebar for the DSH web GUI: VS Code-style indent guides, M/A/U/D/R git decorations, HEAD-vs-worktree diff preview, media preview, and drag-to-reference (files/folders/selected code with line numbers) — pure plugin.
- Noob-stupid/dsh-github-login - Visual GitHub login without a terminal: in-window device flow, token synced into the gh CLI, and host status/launch endpoints.
- Palaiologos1453/dsh-worktree-studio - Human-operated Git worktree task board for DeepSeek Harness with validation-bound merge delivery.
- PerryLink/dsh-github - Official-grade GitHub CI integration: a composite action.yml, a polling PR review bot with idempotent inline comments and a status-check gate, plus PR/issues tools with every write gated by human approval.
- Starfie1d1272/dsh-github-skills - Four GitHub workflow skills for PR triage, review feedback, GitHub Actions diagnosis, and safe draft-PR publishing, reusing existing DSH capabilities with gh/git fallbacks.
- sunshaobei/dsh-session-review - A strip above the composer listing files modified in the current session (collapsed by default), with a Review button opening a per-session change panel showing before/after hunks from the session's own edit/write tool results, no git required.
- temotee2103/dsh-ci-co-pilot - GitHub CI co-pilot for DeepSeek Harness: PR review, CI failure fixing, issue triage and release notes.
- Tlyer233/dsh-vscode-review#dsh-review - Journals every AI file write/edit into before/after snapshots for an inline VS Code review flow (accept/reject hunks, per-file undo, no git).
- Tlyer233/dsh-vscode-review#dsh-review-changes - Review Changes panel above the web composer with a VS Code sidebar bridge: send editor selections, drag files/folders as tags, and batch accept/reject every listed file.
- truelove-dreamer/dsh-plugin-git-workflow - First-class Git tools for the model: status / diff / log / commit / branch with validated messages and paths - no bare-shell git calls.
- txy-ucas/dsh-workspace-snapshot - Reports bounded, repository-relative Git status as structured data without staging, committing, or changing branches.
- Viger1/dsh-review - Adversarial code review — parallel finders inspect a diff through separate lenses (correctness, lifecycle, contract, security), then each finding goes to independent verifiers tasked with refuting it, and one refutation drops it.
- WhitePlusMS/dsh-git-graph - Dedicated read-only Git Graph view beside Chat and Trajectory: commit topology, local/remote/tag refs, HEAD and working-tree status, search, filtering, first-parent mode, refresh, and load more.
- wloops/dsh-git-worktree - Git worktree Session Targets with isolated task sessions, Ready for Review, reversible Local Preview, human-confirmed delivery, environment retention and recovery, and same-session iteration.
- Wongzexu/dsh-git-status - Specialized in Git branch and status handling: a Git status drawer on the right edge of the DSH web UI with a commit DAG lane graph, uncommitted changes and stash rows, inline diffs, right-click branch/tag actions, and one-click fetch from all remotes.
- wuxiangru915/dsh-review-loop - Incremental diff reviewer for DSH: after approving a batch, only new changes since the checkpoint are shown, with a Web review panel and
/reviewcommand that inject feedback back to the agent. - xiongjiamu/dsh-atomgit - AtomGit plugin bundle for DeepSeek Harness: six built-in AtomGit skills (plan issues, implement issues, review PRs, merge PRs, publish CLI releases, mirror to GitHub) plus ag CLI integration and platform-hosted MCP tools for repos, branches, issues, PRs, and search.
- yangyongzhen/dsh-git-workflow - Conventional-commit enforcement, changelog generation, PR summaries and branch pushes through the plain git CLI.
- zhu1090093659/dsh-web-ui#packages/dsh-git-graph - Git branch selector and Git graph for the dsh web GUI: switch branches and explore branch-lane and commit history from the conversation header.
- zoahdev/dsh-github-intelligence - The most complete GitHub integration for dsh: repo overview, releases, issues, pull requests, contributors, search, and a deep repo report with TTL caching — no API key needed.
- zoahdev/dsh-github-release-radar - Track releases and stars of any public GitHub repository from inside dsh agents — no API key needed.
- zsxh1990/pr-genius - PR evaluation and improvement consultant: assesses PR success probability based on historical anti-patterns and success patterns, with one-click scoring and actionable suggestions.
Notifications & Integrations
- 534119219/chicheng-push - Multi-channel push for DeepSeek Harness: Server酱, PushPlus, Bark, DingTalk, WeCom, Telegram, Feishu, ntfy, custom webhooks and more, configurable from the settings panel and callable by other plugins via the pushNotifier service.
- 534119219/dsh-messaging#messaging-core - Unified messaging gateway for DeepSeek Harness: 27 IM platforms (Telegram, QQ, WeChat, Discord, WhatsApp, Feishu and more) in one plugin, with QR scan-to-authorize, per-platform workspaces, slash commands, and a web setup dialog.
- 988hj7tczd-oss/dsh-im-qq - QQ official bot (q.qq.com) integration for DeepSeek Harness: chat with the full agent from private chats, groups and channels — WS long connection (heartbeat / reconnect / RESUME), per-chat session isolation, standard agent preset, approval inline buttons with /revoke, slash commands, whitelist fail-closed, credentials via the credentials domain.
- AbcdefgXW/dsh-msg-hub - IM channel bridge: WeChat (ilinkai) / QQ / Feishu with proactive push — wake the channel bot from scheduled tasks and deliver AI replies to your phone.
- alvinunreal/openpets#dsh - Bridges DeepSeek Harness lifecycle status, errors, and approval requests to a locally running OpenPets desktop companion.
- amlyczz/dsh-lark-link - High-reliability Feishu/Lark bridge for DeepSeek Harness: QR one-click auth, card-based commands and intent-confirmation cards, at-least-once zero-loss outbox, media in/out, /doctor session-log ZIP, and a reusable DSH Web GUI that lands sessions in the right workspace.
- andyfan1094/dsh-feishu - Connects a Feishu self-built app over WebSocket, routes each chat to an independent DSH agent session, and streams replies through a Card JSON 2.0 card with plain-text fallback.
- aokamoaki/dsh-notify - Conversation-completion notifications for DeepSeek Harness: Windows toast + sound on turn done / error / goal, plus ask & approval alerts - background-only, with a volume-adjustable bell in the conversation header.
- baisama-cloud/dsh-omni-bridge - Multi-channel IM bridge for DeepSeek Harness: route WeChat (ClawBot/iLink), QQ, and Feishu (Lark) chat messages to a DSH agent and relay its replies back, with per-channel sessions and reply dedup.
- BiBoyang/dsh-im-bridge - Two-way WeChat (iLink) bridge: turn-end and approval-request push, in-chat approve/reject and message injection, persistent dedup and convergent long-reply chunking; channel layer extensible to other IMs.
- bill9109/dsh-web-ui-notify - Desktop notification reminders.
- bill9109/dsh-webbridge - DSH meets Kimi WebBridge.
- Bing-Bryan/dsh-unread-dot - macOS Dock badge and bubble chime: shows an unread badge on the Dock (dot while running, count when done) and plays a chime while the app is hidden; clears on return, built on the Badging API.
- bobleer/dsh-acp-for-bitfun - ACP bridge between BitFun and DSH.
- br1nosense/dsh-wxauto-plugin - WeChat automation for DSH: push task progress to WeChat, listen for messages with keyword auto-reply, and a WeChat ↔ DSH two-way bridge controllable from the settings page, built on wxauto4.
- caoxiaohu7745-bot/kongmu-im-bridge - Feishu bridge for DeepSeek Harness (derived from dsh-im-bridge): WebSocket long connection, approval cards, group @-mention-only replies, streaming card updates, /stop command.
- cdxiaodong/dsh-island - Bridge DSH agent sessions, tool calls, and approvals to the CodeIsland macOS notch panel over a Unix socket, with in-panel allow/deny.
- cerebrixos-org/tuning-engines-cli#tuningengines-dsh-plugin - Exports metadata-only DSH turn, model, tool, approval, retry, and error events to Tuning Engines for governed traces, policy evaluation, cost analysis, and Work Session review, with a disk-backed retry queue.
- chidaic/dsh-agent-notify - Windows system-level notifications when the agent finishes a task or needs your input: task-done, question, approval and plan-review alerts via the browser Notification API, click-to-open the session, background-only mode, and a first-level settings page (Settings → 任务提示).
- ChuanTianML/dsh-open-with - Open registered workspaces from the Web UI in a detected or configured local editor, terminal, or file manager, with a remembered per-browser preference.
- dingyi222666/dsh-session-notification - Notifications for four session states, with browser alerts and prompts.
- doncelee229-cmyk/dsh-plugin-approval-alert - Native OS notifications for approval and question/plan prompts: the toast names the workspace, click jumps to it, bilingual (zh-CN/zh-TW/en), with chime.
- dsh-niao/dsh-niao-message - macOS system notifications for DeepSeek Harness: aborted, max-tokens, blocked, interrupted and error events, pending questions and approvals, and completion or subagent-end via terminal-notifier; clicking a banner opens a configured app and returning to the page auto-dismisses them.
- faukwaa/dsh-gap-feed - During long agent thinking, posts a hot-news or reminder message directly into the conversation stream.
- good-boy4069/dsh-mobile-remote - Drive your dsh agent from WeChat over the iLink gateway: two-way encrypted media transfer (auto-decrypt inbox + /send), proactive weixin_send tool, completion notifications, multi-session switching, and a health panel with file logging.
- grunmin/dsh-acp-enhanced - Enhanced ACP server for DeepSeek Harness: block & reasoning streaming, usage telemetry, model/effort switching, permission presets, session resume/archive, per-session MCP servers, and Zed file/terminal forwarding.
- hanwuji1/dsh-web-launcher - One-click launcher for the Web UI: a double-click Start-DSH-Web.cmd on the Windows desktop that boots dsh web and auto-opens the browser (polling until ready), plus a web_launcher model tool (install / open / status).
- hi-wenw/dsh-telegram-channel - Telegram mobile remote that attaches the phone to a live DeepSeek Harness Web session: workspace-then-session picker (/sessions), /last for the previous Q/A, /model switch, and native Rich Message replies.
- imetn/dsh-lark-bridge - Bidirectional Lark/Feishu controller for DeepSeek Harness with project and session routing, interactive cards, approvals, attachments, and task controls.
- ingleav626-art/dsh-native-launcher - Windows desktop launcher for the DSH Web UI: desktop shortcut, silent start, system tray with open/full-exit (stop service, close app window, quit tray), PWA app window with focus-instead-of-relaunch, install prompt, and task-completion notifications.
- isheng-eqi/dsh-niulai-sound - Approval sound effects from the movie NiuLai: plays 「妈妈」 when user confirmation is requested, interrupts it and plays 「牛来!」 the moment the user approves; native Windows playback, zero external dependencies.
- itr-del/dsh-feishu - Feishu (Lark) IM bridge for DeepSeek Harness via
dsh plugin add; one DM user to one persistent dsh session, with full debugging docs. - JamesYasR/dsh-email-push-master - Email reminders from your DSH agent when you are away, with stable SMTP (no 535 retry loop), connect and idle timeouts, and a --check self-test.
- Jesse-njx/dsh-chatnode-wechat - Chat with, monitor, and approve your DSH agents from WeChat via the iLink gateway: text both ways, session targeting, digest heartbeats, and numbered approval prompts.
- jiezeng2004-design/dsh-chatgpt-bridge - MCP bridge that lets ChatGPT Web create, view, continue, and supervise DeepSeek Harness agent sessions and goals while preserving DSH's native approval, sandbox, and workspace security model.
- JMOKSZ/dsh-lark-bridge - Feishu (Lark) bridge for DeepSeek Harness: one-command install, streaming progress cards with a tool panel, ask/approval button cards, attachments, and proactive feishu_send pushes.
- kaixinbaba/dsh-complete-notify - Sound + popup when a task completes: a Web Audio chime, an in-page toast, and a system notification while the page is in the background (browser-only, cross-platform).
- lanbaolu/dsh-wechat-bridge - Two-way WeChat bridge for DeepSeek Harness via the iLink protocol: bind your personal WeChat with a QR scan and chat with a local DSH agent from the chat box (text, images, voice-to-text, files); a web settings panel handles binding/start/stop/status, project-session binding continues the conversation on desktop, proactive wechat_notify pushes include throttling, and the pure-Node daemon runs on Windows/macOS/Linux.
- Laplace-bit/dsh-bell-notify - Web Audio lifecycle cues for DeepSeek Harness: ten configurable events, three low-noise defaults, per-event custom sounds, and no shipped audio assets.
- liyu34/dsh-wsl-tray - Windows desktop shortcut and system-tray launcher for DSH running in WSL, with fully hidden startup, tray open/restart/exit menu, and a plugin-configuration card to manage the shortcut.
- LoserFox/telegram - Bridge to the Telegram Bot API: long polling, per-chat sessions, HTML formatting.
- luzhengyangtx/dsh-telegram-duty - Telegram duty gateway: phone-message task loop on a dedicated duty session, global approval forwarding with inline approve/reject buttons, telegram_ask choice questions, duty/local toggle with a web duty banner, zh/en messages, zero idle tokens.
- lxp731/agents-plugins#task-complete-notify-for-dsh - Sends a desktop notification and chime when a DeepSeek Harness run completes, errors, or waits for approval, with a configurable duration threshold.
- ly6170/dsh-messager - Monitors session state in the DSH web app and sends desktop, browser, and third-party notifications for interactions, completions, and errors.
- michaelcode-wang/dsh-wecom - WeCom (Enterprise WeChat) Smart Robot bridge: two-way chat over the aibot WebSocket gateway, no public endpoint needed.
- MichengAI/dsh-im-connect - Connects WeChat, WeCom, DingTalk, Feishu, Lark, QQ, and Telegram to a local DeepSeek Harness agent, with each IM chat as a separate workspace channel.
- miiaowuwu/dsh-sound-lab - Event sounds for DSH: plays a chosen sound on session end, options popup, permission request and stop, with AI-generated character voice lines and a manageable sound library.
- mingzeng21/dsh-notion - Connect dsh to Notion via the official Notion MCP (OAuth + PKCE): search, read, and write pages, databases, and comments through
mcp__notion__*tools. - moon09300731/dsh-peak-cost-mode - Auto-switches the agent to ultra-compressed caveman-style output during DeepSeek peak-pricing hours (Beijing 09:00–12:00 / 14:00–18:00, price x2) and shows a status badge plus transition toasts.
- muretai/muretai-dsh-skill - Puts the agent on the Muretai network: its own identity, invite-based introductions, signed end-to-end encrypted messaging with agents owned by other people, and an inbound-mail wake that lets it reply on its own.
- NattoCB/dsh-plugin-notifications - Adds a Settings card that pops a system notification and optional chime when a conversation turn completes.
- nickhelion/dsh-serverchan-notify - ServerChan3 (Server酱) push notifications when a turn finishes — title, model, project directory, git branch, status and a reply excerpt, with subagent filtering and fire-and-forget delivery.
- nishit130/dsh-notification - Desktop and webhook alerts on macOS, Linux and Windows when an agent finishes a turn, errors, or waits for approval — zero-dependency native notifications (osascript / notify-send / PowerShell toast) plus a Slack-compatible webhook, with a configurable minimum turn duration.
- Nixz0824/dsh-sound-cue - Short Web Audio cues when a session needs your attention (approval, question, or plan review) and when a task finishes. No popups or OS notifications.
- omdsh-dev/dsh-lark - Lark/Feishu bot channel for DeepSeek Harness: each chat drives its own agent, and tool approvals, model questions, and plan reviews return as cards answered by a button or a reply. Switch workspace and model from the chat (
/cd,/model,/new), and run several bots that keep separate sessions and can hand turns to each other in one group. - omdsh-dev/dsh-notification - Desktop notifications for turn completions, with per-outcome controls and keyword rules.
- omdsh-dev/dsh-open-in-vscode - Open DSH workspace directories in VS Code directly from the web GUI.
- openma-ai/deepseek-harness-acp - ACP profile plugin and standalone stdio server for using the full DSH agent from Zed and other ACP clients while sharing DSH credentials and sessions.
- PAKIKNOWLEDGE/dsh-notify-skill - Email reminders from your DSH agent when you're away: fires at goal completion, blockage, before asking the user a decision, and at long-task milestones via a bundled zero-dependency Node SMTP sender.
- pany0593/dsh-ui-notifications - OS-level system notifications for the dsh web GUI: popups when a turn finishes or the agent needs your approval, answer, or plan review while the page is in the background.
- Pasumao/dsh-plugin-notify - Adds Windows-native toast notifications and a system tray icon to dsh: alerts when the agent finishes, stops, or errors, with a tray menu to reopen the web page or quit the background process.
- pc439527/dsh-notify-bark - Bark push notifications to iPhone: turn completion, waiting-for-input, and approval events sent from the DSH Host.
- PeterBon/dsh-hooks - Config-driven lifecycle hooks: event→command declarations in cordis.patch.yml, with Feishu card notifications and a QR scan-to-create bot setup.
- PGZXB/dsh-feishu - Feishu (Lark) UI for DeepSeek Harness — a panel-driven control console: every slash command is a button on the ⚙️ control-panel card, in-card approvals and questions, live streaming cards, and one-QR app setup.
- photon-hq/dsh-imessage - Two-way iMessage channel for DeepSeek Harness over Photon: sender allowlisting, session commands, in-chat approvals and questions, and a Settings page for device authorization and hosted-line setup.
- pitetow/dsh-notify-on-complete - Desktop notifications for run completion, model questions, and approval requests with per-platform system sounds, zero runtime dependencies.
- PlutoKeating/dsh-lark-bot - Feishu/Lark bridge for DeepSeek Harness: scan-to-connect PersonalAgent binding, streaming cards, git-worktree project workspaces, parallel per-scope tasks, multi-role agents, cross-session notify, in-chat model/key management, and a safety-net guardian that still answers in Feishu after dsh crashes.
- Qing45/dsh-feishu-chat - Two-way Feishu (Lark) chat bridge for DeepSeek Harness over the official WebSocket long connection: messages route to the bound workspace's latest session and replies return automatically; bot credentials and workspace routing are configurable from the settings page.
- ray062/dsh-obvious-grid - Ambient fullscreen status grid for DeepSeek Harness sessions with token/rate graphs, plus ntfy push and alarm notifications when a turn ends, errors, or waits for approval.
- shaobeichen/dsh-pocket - Remote phone access to the DSH Web UI: scan a QR code for LAN or public (cloudflared tunnel) access with real-time sync, a mobile-adaptive layout, and a settings tab.
- shrekcg/dsh-im-channel - Unified IM channel for DeepSeek Harness: Feishu, Telegram, DingTalk, Slack, Discord — persistent conversations, true streaming replies, 40 MCP Feishu tools, slash commands, and an IM-bot status tab in the plugin settings.
- SingleOne/dsh-notify-center - Native desktop and webhook notifications for turn completions, failures, and approval requests, with outcome filters, content rules, privacy controls, and retrying delivery.
- SkyloveQiu/dsh-finreport - Scheduled bilingual financial reports for DSH: market quotes, news and macro calendar, with per-target timezones and delivery through eight dsh-im channels.
- STARDUSTLC666/dsh-dingtalk - DingTalk group-robot notifications (webhook + HMAC signing, zero runtime dependencies).
- STARDUSTLC666/dsh-email - IMAP/SMTP email tools (list/read/search/send/folders/attachment) with QQ/163/126/Sina/Aliyun/Gmail/Outlook/iCloud presets, multi-account support and a send-approval gate.
- STARDUSTLC666/dsh-slack - Two-way Slack messaging (notify/channels/inbox/reply) over Socket Mode, no public callback needed.
- stuarthu/dsh-update-notifier - Checks npm hourly for newer versions of the installed plugins and asks which ones to upgrade.
- suuuuuu-1/dsh-discord - Discord-native remote controller for DeepSeek Harness: drive persisted coding-agent sessions from DMs, mention-gated guild channels, and threads, with slash commands, progress updates, approvals, structured questions, and image and text attachments.
- temotee2103/dsh-overdrive#gateway-core - DSH-side remote session driver for the dsh-overdrive chat gateway: exposes sessions, trajectory replay and tap-to-approve to Telegram / Discord / Slack / WhatsApp / Feishu / DingTalk / WeCom bridges. Requires running @dsh-overdrive/gateway alongside.
- THEWOLFWALKER/dsh-notifier - Unified notification & remote control for DSH: one
notify()API, 25+ channels (Telegram / DingTalk / Feishu / WeCom / QQ bot / WxPusher / PushPlus / ServerChan / Bark / Discord / Slack / ntfy / webhook...), level routing (timeSensitive / active / passive) with tiered retry, multi-channel inbound approval (Telegram buttons, Feishu cards, QQ, WxPusher, WeChat iLink), official QR login for QQ/DingTalk/Feishu, a local web admin console, multi-agent routing, desktop notifications — and a mobile command center:!status/!stop/!retryagent control from your phone plus actionable notifications (view result / retry / logs buttons that call back into the agent). Secrets redacted, tool rate-limited, zero runtime deps — plus an open event source: other plugins can inject the notifier service (ctx.notifier) and subscribe to dsh-notifier/sent events, reusing notification without coupling — and an identity system (v0.7): pairing codes (/pair in any DM, first redeemer becomes owner), composite-key bindings, member roles, and a guided bootstrap state when the whitelist is empty. - ThreeBody6666/dsh-im-hub - Multi-platform IM gateway for DSH: Feishu (Lark) WebSocket long connection (no public URL), WeCom AES-encrypted callbacks, and Telegram long polling — per-chat agent sessions, whitelist access, and a visual settings card in the web GUI.
- ttmouse/dsh-dingtalk-channel - DingTalk IM channel via Stream-mode WebSocket: each chat drives its own tooled agent; replies stream back as messages, no public callback URL needed.
- wendayuan/dsh-weixin - WeChat (iLink) channel: chat with your DSH agent from the WeChat app, one persistent session per conversation, reusing DSH credentials.
- whyihaveyou/dsh-suite#plugin-notify - IM webhook and local notifications on turn completion, errors, or approval (Feishu/WeCom/DingTalk/Slack/Discord/custom).
- wingsky-1/dsh-plugin-hub#packages/dsh-notifier - Approval/completion/error event notifications: browser Notification plus native toasts (PowerShell WinRT on Windows, notify-send on Linux/macOS), quiet hours, same-kind error merging, and an independent switch for subagent completion.
- wsxwj123/dsh-plugins#dsh-pet-bridge - Bridge dsh session status to the cc-pet desktop pet bubble: thinking, tool calls, and completion in real time.
- wsz987/dsh-channels#channels - Connects WeChat, QQ, DingTalk, Lark, and Telegram to DeepSeek Harness with unified configuration, private-chat and group access controls, and channel-side Agent chat and session commands.
- wz-heng/dsh-feishu-bridge - Fail-closed Feishu (Lark) channel bridge: chat with a bot, get dsh agent turns back — with opt-in human-in-the-loop tool approval (Allow/Deny cards before every bash call, fail-closed timeout). Official-Python-SDK-only integration (exact-pinned); deny-by-default allowlist, webhook signature/timestamp/replay verification, per-chat sticky sessions; daily latest-SDK compatibility canary; bilingual docs.
- xiaoshihou514/dsh-weixin - Connects dsh to Weixin, with arbitrary file sending support.
- xiaxingtianxia2-glitch/dsh-chime - Task-completion chime for DeepSeek Harness, playing the original opencode sounds for done, question, plan-review and error events with zero external dependencies.
- xmanrui/dsh-feishu - Connect a Feishu bot to DeepSeek Harness by scanning a QR code.
- xmanrui/dsh-im - Connect IM bots to DeepSeek Harness via QR codes or bot credentials (9 channels: Feishu, WeChat, DingTalk, WeCom, QQ, Slack, Telegram, Discord, and WhatsApp).
- xmanrui/dsh-weixin - Connect a Weixin bot to DeepSeek Harness by scanning a QR code.
- yangyongzhen/dsh-notify - Task-completion notifications via ServerChan / DingTalk / Feishu / generic webhooks.
- yeruizhi/dsh-lark-meeting-notifier - Feishu meeting reminder: a dsh-plugin which has only side effect: reminding you, mid-flow with AI, that you "have to go meet carbon-based lifeforms".
- YuMo226/dsh-task-notify - Native Windows system notification (Notification Center toast) when a task completes: goal completion or agent turn end.
- YZz-S/dsh-notifier - System-native notifications when a task finishes or needs your confirmation: Windows toast, macOS osascript, and Linux notify-send.
- zhengjy01/dsh-notify - System-level desktop notifications: turn-completion and workflow-end banners, plus a modal alert when an approval is needed (macOS osascript / Linux notify-send).
- zhengjy01/dsh-ticktick - Two-way TickTick/Dida365 (滴答清单) task sync via the official OAuth Open API: pull tasks across lists, create/update/complete/delete tasks, and one-shot title-deduped sync, with a web settings panel.
- zzx-dear/dsh-capybara-notify - Capybara secretary for DSH: desktop pet notifications with ding sound, alert inbox API, session-aware alerts (turn done / approval needed / turn blocked), check scripts, and daily high-star plugin recommendations.
Development & Runtime
- 1123762794/dsh-web-restart - One-click restart button for the DSH Web UI: a sidebar footer button that restarts the dsh web process with a single click and persists across the restart it triggers.
- 2008924/dsh-progress-viz#plugin - Real-time stage, ETA & cost dashboard for headless dsh tasks: turns the black-box session event stream into a live multi-task grid (cordis plugin + standalone local dashboard, no API calls).
- 777-Zen/dsh-capability-index - Pre-flight plugin-library index for DSH agents: injects per-step trigger-table hints into the runtime context so suitable installed plugins get used predictably instead of opportunistically.
- 863683348/dsh-plugin-verify - Verification toolkit for DSH agents: evidence-based claim checking against workspace files with line citations, config validation (JSON/YAML), and read-only URL/npm/GitHub submission-readiness probes.
- 863683348/dsh-trend-radar - Ecosystem trend dashboard (行情面板): snapshot the dsh-plugin topic and the awesome list into local history, then report weekly trends — new plugins, star gainers, category heat, awesome coverage — plus a keyword radar for new plugins and star surges.
- a1113622001/dsh-auto-update - Self-update for the harness launcher; checks npm for a newer @deepseek-ai/dsh, stages the tarball, and applies it on harness exit or via update-and-restart from the web panel.
- a179-sanae/dsh-code-check - Automatic type-check diagnostics: after the model edits or creates TS files, runs
tsc --noEmitin the background (debounced per project) and reports errors via thecode_checktool — grouped by file with line/column, severity and TS error codes, closing the "edit → check → fix" loop. - Airmetro/dsh-update-checker - Update management for the whole stack: compares DeepSeek Harness and every installed third-party plugin against npm and GitHub releases (semver-aware), shows a locale-aware banner (zh/en) with per-plugin update status, and provides one-click updates with automatic backup/rollback, temp-dir installs that never touch other packages, and a watchdog-guarded restart. A settings page adds per-plugin version lamps, live update progress, and banner/notification toggles. Zero-config on any machine.
- AKS1st/dsh-skill-manager - Skill Manager page in the DSH settings panel: browse system / user / workspace / preset skills, expand a skill to its file tree, view and edit files, import skills from a zip, and export or delete them (system skills read-only).
- AngelosZou/dsh-python-env - Wraps Python virtual environment management commands: reduces the network and permission problems agents hit when managing environments through terminal commands, works across operating systems, and routes installs automatically through mirrors and local proxies. The tools are strictly confined by the granted read/write permissions.
- AngelosZou/graphlint#integrations/dsh - Dead-code detection for AI-generated codebases: graphlint builds a dependency graph, finds code unreachable from any entry point to enable codebase cleanup and functional‑effectiveness understanding, and exposes graphlint_query / graphlint_build / graphlint_config tools plus a graphlint skill to DSH agents.
- anweat/dsh-restart - Restart DSH: configurable restart method (Node native / legacy PowerShell), post-restart continue prompt, optional watchdog auto-relaunch.
- aokamoaki/dsh-startup-guard - Boot-time guard that repairs corrupt session logs, preflights plugin composition, vm-checks client artifacts, smoke-tests host apply() and quarantines crash-causing bundles, so a broken plugin can never brick startup.
- Areium/dsh-fail-logger - Auto-log failed tool calls across native tools, PTC run_code, and inline invocations: dedup and count root causes into a skill so repeated mistakes fade.
- asdf17128/dsh-doctor - Registers a
config_doctortool that checks the harness's own configuration for problems that boot silently: fields a patch dropped by whole-config replacement, patches targeting missing entry ids, and tool-name collisions. Read-only. - asdf17128/dshp - Registers
list_profilesandexport_profile, so the agent can show what setups exist and hand back a whole profile — bundle order, plugin versions and patch — as one portable file to share. Read-only. - ayahunter/dsh-plugin-clinic - Read-only health clinic for the installed DSH plugin set: loader health, dependency integrity, version compatibility, install-script risk, duplicates and patch integrity, delivered as a model tool, a Settings dashboard and JSON reports.
- badai147/dsh-global-rules - Edit the global ~/.dsh/AGENTS.md rules from the web settings panel, live on save.
- bainianlaoyao/bash-on-windows - On Windows, the available bash tool is limited to Git Bash and PowerShell is disabled.
- baisama-cloud/dsh-conflict-guardian - Scans the DSH loader tree at startup for plugin conflicts (duplicate mounts, failed or pending plugins, duplicate config row ids), auto-stops or restores the affected plugins, and shows a conflict report popup in the web UI.
- Bcy2020/dsh-cc-ecosystem - Load Claude Code assets into DSH at runtime — skills, slash commands, rules, permission rules (deny/ask/allow), subagents and hooks from .claude/ plus Claude Code plugins (plugin.json / marketplace / skills / agents / MCP), via a memory-IR parse layer that keeps .claude as the source of truth with no writes back. Six installable packages: loader, skills, permissions, agents, hooks, mcp.
- BiBoyang/dsh-eval-harness - Evaluation harness for DSH plugins: YAML cases drive real headless agent runs, assert on tool calls, args, results and token usage, with a baseline gate for CI regression.
- BotonJ/dsh-windtunnel - Contract regression harness for plugin authors: a scripted LLM adapter drives the real pipeline in isolated child processes with session-event assertions (load/contract/behavior/fault layers); zero API key, CI-ready.
- br1nosense/dsh-project-manager - Manage development projects from the DSH web UI in a draggable floating window: add/remove, one-click start/stop/restart, hot-reload restart on file changes, and real-time persistent logs.
- BrambleXu/dsh-prompt-profile - Reusable Markdown prompt profiles for DeepSeek Harness with per-turn model selection, argument substitution, and state restoration.
- bujue600-arch/dsh-testgen - Automated unit-test generation: a /testgen command and generate_tests tool that scaffold, run, and fix tests until they pass (LLM + offline template generators; vitest/jest/mocha/node:test).
- caizhihaoczh/dsh-profile-multica - Bridges Multica to DeepSeek Harness through a versioned JSONL process protocol.
- Cavan-Ou/dsh-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).
- cdxiaodong/dsh-llm-inspector - Unified LLM request/response inspector: reasoning-effort tuning, external-think export, traffic & bundle analysis.
- CH4ACKO3/dsh-harmony - Modifies DSH plugin code at runtime, with ordered patches, inspection, and hot reload.
- CH4ACKO3/dsh-render-engine#code-render - Escaped, theme-aware HTML code-block rendering service for DSH Web plugins, built on structured syntax-highlight tokens with source line-ending preservation.
- CH4ACKO3/the-binding-of-dsh - Bidirectional RPC between DSH Host and Client through the native Connection and Typert Gateway, with targeted peer calls, cancellation, and connection lifecycle handling.
- chenkai2/dsh-daemon - Registers the DeepSeek Harness web server (dsh web) as an auto-start, self-healing background service — LaunchAgent / systemd / cron plus a 30s health-check watchdog — with seven dsh_daemon_* tools (install/uninstall/reinstall/status/start/stop/update).
- chouyong/dsh-effect-doctor - Verifies that Cordis-managed runtime resources return to baseline after isolated plugin teardown, with deterministic cleanup receipts.
- DamonKoy/dsh-plugin-toggle - Settings -> Plugins switchboard: every loaded plugin card shows its package description and runtime phase, with fuzzy search and start/stop toggles that never rewrite config files.
- DamonKoy/dsh-plugins#dsh-system-proxy - System proxy detection (scutil/env/PAC) with a status tool and a proxy_export bash snippet tool.
- DeLightor/dsh-depguard - Dependency-topology guard: pre-install conflict prediction and post-install detection of duplicate @deepseek-ai/dsh-* copies, version drift, and vendored core services that cause Symbol-key crashes like "Cannot read properties of undefined (reading 'prepare')".
- disyli/dsh-tool-call-stats - Per-process tool-call statistics: a
tool_statstool reporting per-tool call counts, error counts, and average durations. - edusrez/dsh-smart-restart - Wakes the main agent after any DSH restart so interrupted work resumes automatically — adds a restart tool and an optional canary that validates the boot and aborts with an alert before a broken restart.
- Elohia/dsh-genome - Capability transform & assembly engine (Qian Xuesen cybernetics/systems framework): static resident layer manages the skill/MCP/plugin registries, auto-absorbs skills and tool metrics, and drives a negative-feedback evolution loop (scan Sick/Weak → mutate → select promote/reject → 30s rollback); includes a Web UI panel and a GitHub dsh-plugin store bridge.
- enterhalf/dsh-web-network-optimizer - Network optimization for the DSH web UI: reduces transfer size with caching and compression to greatly speed up page loading, plus a connection-drop indicator and automatic reconnection. Ideal for users pursuing peak performance or using unstable networks.
- EvilIrving/dsh-repro - /repro exports a minimal, secret-scrubbed, replayable problem bundle: the session log, failed commands, and Git diff.
- fakechris/dsh-harness-ops#dsh-restart-recover - Restart recovery for DeepSeek Harness web: after a crash or restart, an interrupted agent turn continues automatically (host-side agent/created listener, no browser timing races).
- FeatherHunter/dsh-mattpocock-skills-deck#package - Right-side details panel that turns the Matt Pocock skills collection into a DSH quest board: wayfinder decision maps, per-issue triage / fix / discuss / execute actions, 9-item core-skill probe plus 20-skill radar, environment checks, and one-click handoff across sessions.
- FleetingEcho/dsh-powerdesk - A dockable IDE workbench for the DSH web UI: a GPU-accelerated terminal (restty renderer over a Rust PTY), a CodeMirror editor, a file explorer, notes, a sandboxed browser, and ripgrep content search.
- FlySnailY/dsh-langfuse-plus - Langfuse observability for DeepSeek Harness (DSH): per-turn trace trees aggregated by session id, with prompt versioning and evaluation.
- forrestchang/dsh-multica-runtime - Run the dsh runtime on Multica.
- frozo-ai/dsh-worlds - Runs the agent's filesystem, bash and PTY terminals inside a Docker container by providing the
ctx.fsandctx.subprocessseams, so cwd, environment and background processes survive a harness restart. - fuyue521/dsh-desktop-shortcut - Windows desktop shortcut for dsh web: launches the server, auto-opens the browser when ready, and stops the service when the Harness window closes.
- GeekRicardo/dsh-cordis-mcp - Exposes the DSH dynamic-Cordis toolset to Claude Code over MCP (streamable HTTP on the existing web port, no new listener): ten tools to list, inspect, define, run, stop and permanently remove dynamic plugins in a live DSH session, with the same approval flow the GUI uses for packages that ship a client half. Bearer auth is mandatory — the token is configured on a DSH settings page, the endpoint answers 503 rather than serve without one, accepts loopback only and never emits CORS headers.
- guo6x/dsh-housekeeper - Environment housekeeper for the agent: toolchain inventory (node/pnpm/git/gh/ffmpeg/browsers), scratch/cache scan with whitelist-guarded one-click cleanup, and the machine rules file (AGENTS.md) editor - all in the Web GUI settings.
- hackerFish/dsh-lab - Tested-curation lab for DSH plugins: every entry passes real install/static-scan gates in an isolated environment, with full logs and reproduction commands (Chinese-first).
- hellosky983/dsh-fabric - Unifies every DSH extensibility seam behind one declarative DSL: a runtime
fabricservice,fabric_extend/fabric_inspecttools, and a capability-graph settings page. - hellosky983/dsh-foundry - Plugin compiler with a blueprint registry (scaffold → validate → deploy) exposed as a runtime service, three model tools, and a blueprint-gallery settings page.
- hezhongtang/dsh-update-copilot - Update copilot for DeepSeek Harness: one scan covers the dsh core, official bundles, and every profile plugin; explains what changed and how risky each update is, then updates only what you confirm.
- huasheng33991/dsh-power-button - One-click start/stop button pinned to the window bottom-right corner: restarts DeepSeek Harness in place via a detached helper that relaunches the exact boot invocation (loopback same-origin guarded), with an optional stop-only action.
- HuiHuitie-zhu/dsh-check-update - Update checker (npm edition): a settings page comparing local and latest versions of @deepseek-ai/dsh and every installed plugin, with a red-dot nav reminder and ready-made update commands.
- hust-open-atom-club/oh-dsh - Community distribution: TUI, desktop, and Web UI as one bundle with layered installation.
- ICCuse/dsh-pain-point-check - Enforced pain-point gate: after two non-converged experiments it injects the three questions, denies non-investigative tool calls until answered, and blocks same-direction retries.
- iiwish/dsh-testkit - Docker-isolated real-host lifecycle tests for DSH plugins across install, boot, tool registration, update, uninstall, reinstall, and recovery, with structured evidence.
- izz-BLUE/dsh-devtools - Metadata-first runtime profiler for DSH agents: turn/step traces, model and tool wall-time timelines, provider usage, retries, errors, and live or historical sessions.
- jasen215/dsh-continual-harness - Continual self-refinement loop: persistent memory, periodic review-and-refine, cross-session shared knowledge, and automatic rollback through a model-callable harness_refine tool.
- Jayden-X-L/forkprobe - Compare multiple skills on the same task and pick the winner.
- JayDong9130/dsh-evolution-lab - Evidence-backed Skill self-evolution for DeepSeek Harness: redacted trajectory learning, quarantined proposals, arena validation, canary monitoring, automatic rollback.
- JesmonX/dsh-web-shell - Collapsible right-docked web terminal (xterm.js) bridged to a host PTY over WebSocket: bash/zsh switching, resizable panel, and fold/unfold that keeps the session alive.
- Jesse-njx/dsh-tmuxctl - Take control of your tmux panes: list/send-keys/capture, run long jobs in a pane with watch mode, and approval-gated destructive commands.
- jhuanxx44/dsh-sseye - LLM debug console for DeepSeek Harness: captures the full content of every model call at the llm/stream waterfall (options, stream chunks, usage, wire protocol) and shows it in a DevTools-style docked panel, with shared-prefix context diffing, wire-JSON reconstruction, JSON export and a runtime-tunable capture policy.
- jilian-dsh/dsh-rules-manager#dsh-rules-manager - Rules, commands & skills manager for dsh: /rules slash command, settings panel with visual rule editing (add/edit/disable/delete, free-zone support), user-defined custom commands with {input} arguments, skill management, and automatic backup & one-click restore of AGENTS.md.
- jinguanghai/deepseek-harness-forge-plugins#evidence-first - Evidence-first guard: warns the agent when it claims success without a matching tool-execution record in recent context.
- jinhongxun/dsh-mcphub - MCP management panel for DeepSeek Harness — live connection status per server (green dot), one-click pip/npx upgrades for local stdio servers with Windows file-lock handling, pause/resume/delete, an add-server form writing cordis.patch.yml, real initialize-handshake probes, and beginner-friendly usage help.
- Jiyr0119/dsh-service-console - Local development service console for DSH: lists every listening service on the machine and lets users inspect, safely stop, or restart services that were started during development.
- JohnXu22786/headless-json - Structured machine-readable CI output for DeepSeek Harness: JSON/NDJSON session reports, JUnit XML, semantic exit codes, artifact collection and privacy redaction - a dsh profile bundle plus a standalone CLI.
- JohnXu22786/hooks-adapter - Reuses hooks declared in Claude Code, Codex and opencode configs on dsh, executing shell, webhook, oracle and proxy handlers with zero runtime dependencies.
- JohnXu22786/session-export - Session export and compliance archiving for DeepSeek Harness: deterministic redaction, Markdown/JSONL/PDF outputs, on-disk archive management, and a trend/audit view.
- jorinyang/dsh-clawshell - Self-healing runtime layer: a resource control loop with strategy switching and repair escalation, error-storm and fiber-failure insight, cross-session knowledge carry-over, a self-healing dashboard and 7 tools.
- jorinyang/dsh-doctor - DSH environment diagnosis, graded repair with one-click rollback, and a runtime self-healing service.
- kanneiren/dsh-network-settings - Visualize the DSH process network path on Windows or WSL with layered DNS/TCP/TLS/HTTP probes, detect stale proxy configuration, and apply snapshot-guarded repairs.
- keyiadiannao/dsh-restart-button - A small self-contained power control for DSH: sidebar power button with an upward restart/shutdown menu and a Windows-shutdown-style overlay. Own restart & shutdown engine (no dependency on other plugins), dynamic-port aware.
- kriskite/dsh-network-proxy - Network proxy manager for DeepSeek Harness: switch between system, manual, and direct modes from a live settings UI, applied instantly.
- kun2-5code/dsh-plugin-template - A starter template for dsh plugins covering config, tools, events, services, hooks, browser UI slots, and slash commands.
- labmimors/dsh-mcp-lens - Progressive-disclosure MCP gateway that searches large remote catalogs through
mcp_search, then invokes exact schemas throughmcp_callwith lazy connections and bounded caches. - leechen298/Code2Skill - Generate Functions, MCP tools, workflow Skills, and offline test packages from user-authorized source code.
- Leo-Ayh-Oday/dsh-orcana#dsh-bundle - Runtime governor for DeepSeek Harness: zero-progress steering, generation-bound verification evidence, evidence-aware completion guarding, and task-profile tool restriction.
- lilming123/dsh-api - Exposes dsh's internal capabilities (language, workspace registry, agent-status and approval events) over HTTP under /dsh-api on the local loopback socket dsh already listens on, with SSE fan-out at /dsh-api/events.
- lilyblessing/dsh-mcp-skill-panel - MCP & Skill manager: enable/disable MCP servers and skills from a Settings panel to free context in real time; optional AI middle layer (mcp_search/mcp_call) calls disabled servers on demand, with state-based visibility filtering that keeps user-enabled servers visible.
- lire1131/dsh-undo-savepoint - Undo/redo & rollback system for DSH: every config change is auto-snapshotted; undo/redo/restore to any version from the WebUI or the offline CLI/GUI tools (works even when DSH fails to boot).
- LIU20030725/dsh-skill-manager - Manage and organize your agent skills by category, tags and collections in DeepSeek Harness, with a settings panel and a slash-command folder picker.
- ljsysfurryACE/dsh-agentframe-suite - One-command bundle of the three AgentFrame plugins: memory-director, compaction, and aura-scheduler together.
- loeanxi/dsh-cursor-acp - Hands standalone jobs to the Cursor CLI signed in on the same machine, with child-model settings and a read-only connectivity test.
- loeanxi/dsh-injection-guard - Source-aware prompt injection guard for DSH: tracks untrusted turn context, detects injection signals, scores sensitive sinks, and blocks high-risk tool calls with explainable audit logs.
- loongsuite/dsh-plugin - Converts session, agent-loop, LLM, and tool lifecycle events into OpenTelemetry GenAI traces and metrics, exported over standard OTLP/HTTP to any compatible backend, with content capture off by default.
- lsz-asd/dsh-chameleon#bundle - Self-editing desktop workbench for DeepSeek Harness: a full dsh web replica with an edit mode in which the agent modifies the workbench (patch layers, plugins, UI) with hot reload.
- lucky8197/dsh-doc-guard - Document-code consistency guard: audits version headers / changelog tables / directory trees / module & test counts / cross-doc references for drift, with severity-sorted, read-only fix suggestions.
- lucky8197/dsh-weekly-digest - Weekly digest generator: aggregates git commits, DSH session activity and daily memory entries into a Markdown weekly report, read-only.
- luumod/dsh-desktop-lifecycle - Close and restart controls for DeepSeek Harness Desktop and Web on Windows, in Settings → General.
- lxp731/agents-plugins#dsh-service-control - HTTP API and dshctl CLI for managing the dsh service: start, stop, restart and check status per profile, with graceful detached restart and shell completions.
- Max-Null/dsh-skill-mcp-center - Skill and MCP management center for DeepSeek Harness: browse and toggle user/project skills, add/edit/remove MCP servers hot without restart, with live per-session status in the sidebar.
- memorax-ai/dsh-webui-studio - Visual development studio for DSH WebUI plugins with isolated Git worktrees, live official-WebUI previews, source editing, patch inspection, builds, and validation.
- mexiaosqwq/want-a-init - Model-driven /init command: the agent analyzes the current repo and generates/updates a high-signal AGENTS.md, with a persistent system-prompt reminder to keep it maintained.
- MichengAI/dsh-skills-manager - Manages local DeepSeek Harness skills in Settings and shows shared Agent skills as read-only.
- minivv/dsh-agent-skills - Browse, enable, disable, and manage Agent Skills from Claude Code, Codex, OpenCode, Gemini, and custom directories in the DSH settings panel.
- MiraculousGarfield/dsh-ops-health - One-click health check for the DSH Web GUI: a sidebar button runs the ops kit's check-health.ps1 through a plain HTTP route (independent of the tool registry) and renders a structured report card; colors follow the active theme, Windows/PowerShell.
- mkiea/dsh-forge - Plugin-combination analysis for the DeepSeek Harness: dependency trees, conflict detection, risk scoring with prediction, visualization, and combination simulation.
- moonquake2004/dsh-doctor#plugin - Offline diagnostic for DSH: 19 checks across env, profile, and session state, with a settings "Doctor" panel and a read-only JSON API.
- MutaLucem/dsh-plugin-integration - Discovers installed DSH plugins with tags, overlap and compatibility detection, one-click enable/disable, failure diagnosis, and update checking.
- NormanFxxkingRockwell/harmonyos-dev-mcp-for-dsh - Bridges the harmonyos-dev-mcp Python MCP server into DSH: HarmonyOS device discovery, build/install/run/uninstall, UI automation (click/input/keys/swipe/screenshot), E2E UI-tree inspection, and log/crash analysis as 18 mcp__harmonyos__* tools.
- nxz1026/dsh-tray - Windows system-tray launcher for DeepSeek Harness Web: start, stop, restart, open the Web UI, tail logs, live status icon, and a launch-at-login toggle.
- omdsh-dev/dsh-plugin-check - Plugin health checks: manifest protocol / patch format / build traps, zero-dependency and read-only.
- omdsh-dev/dsh-session-health - Frame-level scan diagnostics for session files (torn/corrupt/empty detection).
- omdsh-dev/plugin-template - Plugin template repo (based on the official turtle-ui repo).
- omdsh-dev/stent - An MC-Fabric-style hook processor.
- PerryLink/dsh-mcp-panel - Read-only runtime management panel for the official DSH MCP client: connection status, registered tools, errors, and reconnect counts through the /mcp command and a Settings tab, with sanitized display and enable/disable patch suggestions.
- PerryLink/dsh-observe - Exports the session event stream to OpenTelemetry OTLP and Langfuse as sanitized, buffered traces and metrics, off by default.
- PerryLink/dsh-output-styles - Runtime-switchable model output styles with Claude Code outputStyles parity, plus the output.render.* presentation protocol: a /style command, per-session persistence, systemPrompt injection, six built-in styles, a web picker, and a renderer registry with per-session/per-tool rules and /export.
- PerryLink/dsh-score - Multi-dimensional quality scoring for DeepSeek Harness plugins that scores a repo or npm package across install success, maintenance activity, documentation completeness, security scan, and protocol compliance using real CLI evidence, and produces a JSON or Markdown leaderboard report.
- PerryLink/dsh-test-drive - Runs isolated install-and-smoke test drives for DSH plugins in throwaway profiles, returning structured pass/fail records and batch matrices without touching your real profile.
- pgmi-builds/dashr#dashr - RLM mode for dsh: recursive sub-agents via a unified rlm() function — spawn, await, and chain child agents as first-class Python calls. Adds a persistent IPython kernel with tools.* bindings and context-as-variable.
- pzc2004/dsh-frostfin - Use Kimi Code as the DSH agent loop over ACP, with approvals, slash commands, and local/remote (ssh+tmux) session attach.
- rand0wn/dsh-minimal-anchor - Prunes the tool schema to a whitelist and injects a structural preamble on a session's first turn only, then passes every later turn through untouched.
- rand0wn/dsh-wrapped - Registers /wrapped, which reads the session's own stats and renders a shareable dark SVG summary card — tool vs. thinking time, decode speed, and a tool/thinking-ratio verdict.
- Raphaelutumn/dsh-change-budget - Configurable per-turn budgets for supported file mutations, limiting distinct files, mutation calls, and UTF-8 payload bytes before tool execution.
- dsh-myrules - Edit the host-wide global instructions (~/.dsh/AGENTS.md) from a dedicated Customize page in Settings - every session on this machine applies them.
- rj-jiangyichen/dsh-rules - Claude Code rules.md-style rule prompts: activate rule markdown files by glob-matching the files an agent reads or edits, with prompt injection and ordering support.
- ruby1304/dsh-preset-anchored-standard - Minimal-anchored agent preset: request #1 keeps the real bash + str_replace_editor pair with auto-injected context stripped, then promotion unlocks the full Standard catalog and posts a one-shot background-jobs notice against sleep-polling habits.
- ryubyte/dsh-a2a - Agent2Agent protocol v1.0 for DSH: run a standard A2A server to let other agents call this instance, connect to remote A2A agents as clients, and manage both from a visual settings page.
- SaiSenBox/dsh-boot-guard - Loader-independent startup recovery for DSH Web that detects likely broken plugins, temporarily skips them, and restores only Boot Guard-managed changes.
- shinjiyu/deepseek-harness-evolver - Complement to official Creator mode: stage, validate, live-mount via ctx.plugin, score, and solidify or roll back in-memory tool-plugin trials.
- sjh9714/dsh-movein - Imports Claude Code setup into DeepSeek Harness from a native settings screen or CLI, with dry-run previews for skills, commands, agents, hooks, permission rules, and MCP config. Codex and OpenCode remain supported as secondary origins, with collision-safe apply and post-move checks.
- sjh9714/dsh-win32 - Diagnoses and repairs DeepSeek Harness on native Windows around the official persistent PowerShell and Workspace Write stack, creates the desktop shortcut, and keeps earlier Git Bash and BusyBox presets behind an explicit legacy setup. No WSL.
- Small-tailqwq/dsh-tps - A TPS metrics plugin.
- STARDUSTLC666/dsh-flakefinder - Test-stability tools: repeatedly run vitest/jest/pytest/node:test suites, classify flaky cases, keep history and maintain a quarantine manifest.
- Starfie1d1272/dsh-builtin-toggles - Evidence-backed inspector for DSH Web built-in capabilities: runtime/config provenance, compatibility and drift diagnostics, plus fail-closed controls for nine reviewed UI leaves.
- strukto-ai/mirage#dsh - 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/write/exec 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.
- stuarthu/dsh-hot-reload - Reloads an upgraded plugin inside the running dsh process instead of restarting it, and rolls back to the old version when a reload fails.
- SuCriss/dsh-version-update - Version update plugin for DeepSeek Harness: display current version, check latest, one-click update and restart host.
- swaylq/dsh-genie - Keeps what the agent builds at runtime: turns a
cordis_definedynamic package into a real installed plugin that survives restart, writing the bundle and registering the profile layer with no pnpm, no network, and no build authorization. - tancheng33/dsh-spill-s3 - S3-compatible backend for the spill seam: oversized tool output goes to object storage (S3, MinIO, R2) with hashed session prefixes and unguessable keys, instead of the agent's local disk.
- Tang-mm95/dsh-single-instance-guard - Aborts startup when another live dsh instance holds the same DSH_HOME data directory, preventing the concurrent session-log writes that corrupt transcripts.
- tianyaZTY/dsh-hot-plugin-host - Runtime plugin loading for the Web UI: a watched hot directory installs/updates client-plugin bundles live on every open page, no restart. Includes a right-column subagent dashboard example.
- tuogusa/dsh-skill-manager - Browse, search, delete, undo-delete, and update user skills from the Web settings panel; checks GitHub/Gitee Releases for newer skill versions.
- vibeinging/dsh-trace - Telemetry backend exporting turns, model steps, and tool calls to yiTrace.
- william-jin-cmu/dsh-evolve - Self-evolution: the agent hot-mounts/removes persistent plugins on itself mid-session.
- wingsky-1/dsh-plugin-hub#packages/dsh-gzip - Gzip compression for /api responses, fixing history-load timeouts over remote/low-bandwidth connections; skips SSE and already-encoded responses.
- wiyi/dsh-web-service-manager - Manage the DSH web service from a settings panel: status, version, restart, stop, and one-click updates.
- WM-CODER/custom-first-control-prompt - Inject deployment-configured system-prompt sections and reference exchanges into every conversation request via stream interception, with a web settings panel.
- WODE25500/dsh-az - Azure resource management: query and show resources, deploy Bicep/ARM templates, and check the activity log.
- WODE25500/dsh-codex - OpenAI Codex CLI wrapper: one-shot exec, repo review and session resume with a default read-only sandbox.
- WODE25500/dsh-k6 - Load testing with Grafana k6: smoke-test first, then run scripts and read percentiles from the JSON summary.
- WODE25500/dsh-kubectl - Kubernetes ops for the agent: get resources with structured JSON output, describe, logs, exec, apply/delete (user-confirmed) and port-forward.
- WODE25500/dsh-terraform - Infrastructure as code: gated plan/apply, state and output inspection, and configuration validation via the terraform CLI.
- WODE25500/dsh-winget - Windows Package Manager: search, install, upgrade, uninstall, import/export and pin software through native tools.
- worksAssistant/dsh-quickref - Developer quick-reference toolbox for DSH: 12 themed categories (195 entries) plus zero-dependency tools — regex tester, JSON formatter, timestamp converter, Base64/URL codec, cron generator and line diff, in a searchable settings panel.
- x2802490130-prog/dsh-guard - A development safety kit: rolling config snapshots, automatic rollback on plugin failures, boot-failure rescue, and an in-settings management panel.
- x2802490130-prog/dsh-shield - A hands-off safety net: directories the agent deletes go to a trash folder first and symlinks are never followed, with zero approvals.
- xiaoyuyu6420/dsh-backup - One-command backup & restore of DSH user data: /backup commands, a backup_dsh tool and a Settings panel, sha256 verification with hardened restore (path-traversal and symlink rejection), scheduled auto-backup that survives restarts, rotation, an archive download route and GitHub sync to a private repo. Credentials are redacted by default — .credentials.yaml and .env stay in a local vault rather than the archive, and a cross-machine restore lists what to re-enter. macOS/Linux/Windows.
- xiaxingtianxia2-glitch/dsh-auto-exit - Exits the dsh CLI process automatically when the Web UI closes, with a configurable grace period and dry-run mode.
- xingyingyuzhui/dsh-updater-ui - DSH self-updater in the settings page: one-click check/pull (
git pull --ff-only), auto background checks, version diff and changelog preview with a red-dot reminder. - xxiaoxiong/dsh-prometheus - Exposes bounded Prometheus metrics for DSH sessions, agents, LLM calls, tools, approvals, subagents, and jobs, with a Grafana dashboard and a loopback-only endpoint by default.
- young-tim/dsh-profile-lab - Runs reproducible DSH profile and patch experiments with guided case authoring, assertions, Web comparison reports, recovery, and policy gates.
- YTxue/dsh-skill-manager-ytxue - Skill pool manager in the Settings sidebar: enable/disable, folder batch import with rename-conflict prompts, state-driven one-click DSH-spec check & auto-fix, system/project scope labels.
- YZz-S/dsh-update-checker - Conversation header badge showing the DeepSeek Harness version, checking npm for the latest release and prompting upgrades.
- zebbkira/dsh-skills-mcp-manager - Skills & MCP manager in the DSH web settings: browse/enable/import/delete skills across project and user roots, and manage stdio/streamable-http MCP servers with a real connection (tools registered as mcp____, config in ~/.dsh/mcp.json).
- zhengjy01/dsh-start - One-click start/stop launcher for DSH Web on macOS — start (foreground/daemon), stop, status, duplicate-launch guard, auto browser open, plus a Dock-able DSH.app built by script.
- Zhenyu98/dsh-context-doctor - Context injection audit: token costs of instruction chains / skill catalogs / tool schemas, duplicate and conflict detection.
- ZK-Andy/dsh-continual-evolve - Continual self-evolution: versioned, auditable, rollback-safe harness state (prompts, memory, skills, subagent specs) refined from session trajectories, with review gates and hot-reloaded skills.
- zoahdev/dsh-cn-boot - China-network bootstrap for dsh: probes npm/npmmirror/GitHub/HuggingFace/Gitee and local proxies, reads registry config, recommends mirrors/proxy, and generates a PowerShell + bash bootstrap script. Read-only by default; apply is explicit. CLI plus an agent-callable cn_boot tool.
- zoahdev/dsh-dep-audit - Dependency supply-chain hygiene audit for dsh projects and profiles: peer-range resolvability, broken dist-tag detection (#2763 class), stale / missing-license / non-registry dependencies, and installed-vs-declared drift — CLI plus an agent-callable dep_audit tool.
- zoahdev/dsh-discussions-radar - Official GitHub Discussions radar for DeepSeek Harness: list, filter and search the official boards (Ideas / Q&A / Show Your Plugins! / General / Announcements / Polls) — CLI plus an agent-callable discussions_radar tool, dsh-discussions-radar/v1 reports, zero runtime deps, read-only public API.
- zoahdev/dsh-disk-audit - Disk-usage audit for dsh data directories: total size, per-directory breakdown, largest files, oversized-file warnings (session logs can hit hundreds of MB) and cleanup suggestions — CLI plus an agent-callable disk_audit tool, dsh-disk-audit/v1 reports, zero runtime deps, read-only.
- zoahdev/dsh-firstrun - First-run health check for DeepSeek Harness: verifies Node/pnpm/dsh toolchain, home, profile, API key (names only, never values), workspace writability and npm registry, then prints actionable next steps — CLI plus an agent-callable quickstart tool, dsh-firstrun/v1 reports, zero runtime deps.
- zoahdev/dsh-llms-forge - Generate llms.txt for dsh plugin repositories from package.json + README — AI-readable discovery files, zero runtime deps, read-only by default. CLI plus an agent-callable llms_forge tool.
- zoahdev/dsh-plugin-doctor - Health checks for DSH plugins: manifest/patch/entry/build/pack/install verification, model-callable plugin_check, profile host-shadowing + BOM detection, environment diagnostics, and poison preflight.
- zoahdev/dsh-quality-score - Plugin quality scorecard for DeepSeek Harness: 0-100 with grade, 6 components, fix suggestions per deduction, batch leaderboard - CLI plus an agent-callable quality_score tool.
- zoahdev/dsh-readme-forge - Generate README.md for dsh plugin repositories from package.json + cordis.patch.yml + source layout — install/CLI/tools/dev/license sections, deterministic, zero runtime deps, read-only by default. CLI plus an agent-callable readme_forge tool.
- zoahdev/dsh-rule-evolve - Verification-driven self-evolution loop: failure logs become verified AGENTS.md rules; in-session plugin (evolve_learn / evolve_apply / evolve_touch / evolve_recall), tool-verify gate, rule lifecycle, local recall.
- zoahdev/dsh-timesheet - Turn-based time tracking from dsh session logs: totals, per-day/project/provider/source rollups, tool-call counts, failure rates, and time-to-first-token — CLI plus an agent-callable timesheet tool, dsh-timesheet/v1 reports, zero runtime deps.
- zoahdev/dsh-unplug - Plug/unplug any DeepSeek Harness plugin cleanly — list every mounted layer (bundles + patch rows), remove with full cleanup, disable/enable without deleting, and audit for orphaned/dangling state. CLI + agent-callable unplug tool. Read-only by default; destructive operations require explicit confirmation.
- ZSeven-W/dsh-ios - A live iOS Simulator — and a USB-connected iPhone — inside a DSH conversation: 21 agent tools to boot devices, build and run Xcode projects, drive the UI by accessibility identity, OCR text or list rows, read unified logs and inspect processes, backtraces and leaks, with a streaming sidebar panel you can tap, drag and rotate on.
Security & Permissions
- 030611/dsh-telemetry-redactor - Redacts supported secret patterns from the
session-telemetry/recordexport copy before configured telemetry backends receive it. - 030611/dsh-verification-receipt - Writes local JSONL summaries of per-turn tool counts and coarse verification signals without storing prompts, tool arguments, or result text.
- 030611/qiushi-dsh-evidence-audit - Appends local hash-chained JSONL receipts for tool results and session events without storing prompts, tool arguments, result text, or raw session IDs.
- 863683348/dsh-gov - Agent governance suite: policy-based tool gating (allow/deny/ask with wildcards and priorities), a structured JSONL audit trail, and per-agent token quotas against the host token meter, with state under $DSH_HOME/gov.
- 863683348/dsh-plugin-gate - Installation safety gate for DSH plugins: antivirus-style scan of install scripts, permissions, secrets and network callbacks on local directories or npm tarballs, returning a BLOCK/WARN/PASS verdict before "dsh plugin add".
- 940842546/dsh-permissions - Claude Code-style permission rules engine: hard/deny/ask/allow tiers with a hard tier above full access, workspace-scoped rules, wildcard path protection, and a visual staged editor; rules persist in settings.yaml.
- a903067276-rgb/dsh-perm-guard - Auto-approval permission guard: a middle tier between workspace-write and danger-full-access — auto-allows safe operations inside trust directories, always asks a human for destructive ones, with 11 per-category switches and an audit trail.
- ADWMC/helm-d#helmd - Single-bundle security analysis plugin: bootstrap tool narrowing, a domain router, and 25 reverse-engineering tools covering APK, native binary, protocol, malware and LLM samples with on-demand reference docs.
- Alnita-M/dsh-Almost_Full_Access - Permission mode between workspace-write and full access: shell commands are checked by deterministic rules and a subagent review; irreversible or system-level actions require explicit approval.
- AntaresCorn/dsh-auto-reviewer - Codex-style auto-review permission mode: adds an auto-review preset that auto-approves safe sandbox escalations, asks on risky or ambiguous ones, and rejects critical unconfirmed operations.
- arrow949/dsh-turn-approval - Turn-scoped “Allow for this task” approvals: automatically allow matching
danger-full-accessescalations only for the current task, then expire. - ateen18/dsh-plugin-security-review - Pre-install static security review and runtime guard for dsh plugins: deobfuscation decoding, supply-chain checks, web one-click review/install/uninstall, and optional runtime tool-call guard.
- bigclawd/dsh-security-guard - Static and runtime security guard for dsh: rule-based scans for malicious code, prompt injection and token waste, runtime interception of dangerous tool calls, /scan command, plugin_scan tool, web panel, and allowlist.
- BotonJ/dsh-plugin-sentinel - Static pre-install security auditor for plugin bundles: lifecycle scripts, dynamic execution, credential-exfiltration combos, and patch-layer hazards, with zero dependencies and in-memory tar parsing.
- cdxiaodong/dsh-guardian - Agent security guardrail: intercepts and audits every tool call, requiring human confirmation on sensitive operations.
- ChenLaoshiYF/dsh-mcpguard - Scans skills and MCP configs for prompt injection, homoglyphs, hidden Unicode, dangerous shell, and credential leaks.
- couldbeme/dsh-write-gate - Commitment write-gate: operator-authored rules enforced before a tool call runs — a deterministic guard tier plus an LLM-judge tier, fail-closed by default, every block written to a contradictions log.
- DamonKoy/dsh-plugins#dsh-approve-for-me - Automated approval review: auto-approve read-only tools, auto-deny dangerous commands, fail-closed policy engine.
- DamonKoy/dsh-plugins#dsh-secret-redactor - Automatic secret redaction in tool results: masks API keys, tokens, JWTs, private keys and configured secrets before the model sees them.
- Darren-Tang/dsh-provenance - Pre-install supply-chain checks for DeepSeek Harness plugins: verify the tarball you are about to install matches the source you read, before any code runs.
- Eligahyu/dsh-sentinel-scanner - Static security scanner for DSH plugins: read-only audit (exec, credentials, exfiltration, obfuscation, install scripts, bundle manifest) with a 0-100 risk score.
- GDWhisper/dsh-web-startup-auth - Replaces the dsh web startup to allow binding 0.0.0.0, gated by username/password login: signed session cookies, /api route protection, an auth tab in the settings panel, and a reset CLI that rotates the signing key to invalidate all sessions.
- howmp/dsh-pentest - Authorized pentest mode for DeepSeek Harness — exploration chain, assets and findings with a Web view.
- hxy91819/dsh-auth - Caddy forward_auth administrator login for DeepSeek Harness Web, with Argon2id passwords, revocable sessions, bilingual UI, and a native sidebar sign-out action.
- iiiweiii/dsh-guardwall - Vets local, npm, and GitHub plugin source before installation, blocks configured high-risk tool calls at runtime, audits output secret patterns, and writes HMAC-chained local audit logs.
- ilharp/dsh-tool-approval - Manual approval mode ("Manual Mode" / "Ask Mode").
- Jiao-XXX/dsh-auto-approve - Adds an
autopermission preset between workspace-write and danger-full-access: a classifier grants routine sandbox escalations once, while dangerous or uncertain requests still go to a human. - jilian-dsh/dsh-rule-engine - Rules execution engine for dsh: parses AGENTS.md, hard-blocks rule-violating tool calls, text-based B/D rule auditing, /guard command, version-guard for versioned files, and free-zone support (engine skips free-zone sections).
- JohnXu22786/safety-net - Destructive-command interception gate for dsh: parses shell semantics, judges risk against 41 built-in rules, and holds irreversible rm -rf, git reset --hard, and git push --force style commands at a confirmation gate.
- JohnXu22786/secret-guard - Blocks agents from reading or writing sensitive files (.env, credentials, key material), masks leaked secret-shaped values in tool results, keeps an audit journal, and exposes safe sg_* inspection tools that never print raw values.
- JW53222/faultseed#dsh - Honesty guardrails on the tool pipeline: blocks a coding agent from weakening tests, swallowing errors, stubbing type checks, or deleting tests through the shell — nine deterministic hooks, each backed by a planted-failure test proving the guard can fail.
- LeslieWylie/dsh-fleet-audit - Read-only agent-fleet credential hygiene audit: credential-file permissions, embedded credentials in git remotes (masked in output), and provider token literal counts; zero-dependency and deterministic.
- Letter2025/dsh-approval-llm - Model-based permission approval: an approval-request answerer backed by a separate reviewer model.
- lonelymoon87/dsh-guardian - Adds dangerous-operation policy checks, output redaction, and a security-review workflow.
- MicroMilo/upstream-radar - Watches DSH and plugin releases, retests exact published artifacts in disposable runners, publishes machine-readable compatibility evidence, and reconciles managed issues after fixes.
- moon09300731/dsh-approval-gate - Risk-gated approval automation for DeepSeek Harness: flash pre-classifies whether a write/command is irreversible — safe operations are auto-approved, dangerous ones are escalated to human approval (fail-safe). File-diff review with one-click revert and session-scoped snapshots (v0.5.1: precise snapshots via tool-call parameter tracing, incl. human-approval cases).
- MoonlitDropOfBlood/dsh-agent-approval - An independent approval subagent judges every sandbox escalation, with a configurable model and an audit log.
- MrWeiCodes/dsh-permgate - Fine-grained permission gateway: per-category tool-call review (outside-workspace directories, commands, file read/write, subagents, repeated actions) with global & per-project allow/deny exceptions, quick-tool defaults, custom rules, a bilingual approval modal with inline diff details, custom rejection reasons and a sandbox-upgrade flow.
- NEVSTOP-LAB/dsh-approval-mode - Adds an approval-mode toggle next to the permission selector: default approval keeps per-call confirmation, bypass approval auto-approves every tool call while staying in Workspace Write.
- omdsh-dev/dsh-security-audit - Local security audit: config, plugin origins, sessions, network exposure — read-only redacted risk report.
- omdsh-dev/sandbox-micro - Support for the microsandbox backend.
- omdsh-dev/sandbox-mxc - Microsoft cross-platform sandbox support.
- omdsh-dev/sandbox-nono - Support for the nono sandbox backend.
- onlyqzq/dsh-riskproof - Provenance-aware execution security that tracks sensitive data across DSH tool calls and blocks risky exfiltration before execution.
- PAKIKNOWLEDGE/dsh-auto-classifier - Autonomous permission classifier for the auto preset: tool-scoped allow/deny rules, an LLM semantic judge, and git checkpointing for unattended sessions.
- pengxuding/dsh-plugin-judge - Plugin value auditor: pre-install review (source scan + LLM judge) and post-install audit of installed bundles, with model-switch re-audit reminders.
- PensiveFei/dsh-secure-audit - Read-only security and compliance plugin for DeepSeek Harness: prompt-injection detection, Chinese-PII redaction, and a local configuration audit with redacted, reproducible reports.
- PerryLink/dsh-auto-review - Second-model auto-review on the approval answerer chain: a read-only reviewer subagent returns structured allow/deny verdicts with reasons, fail-closed by default.
- PerryLink/dsh-defend - Detects prompt-injection, jailbreak, and secret-leak patterns on the agent/pre-step, tools/pre-execute, and tools/post-execute seams with allow/ask/block tiers, sanitized defend/detection audit events, a defend_report tool, and a destructive-delete command guard.
- PerryLink/dsh-permission-rules - Claude Code-style declarative permission rules: ordered allow/deny/ask YAML rules matching tool names, arguments, workspace paths, and agent identity on the tools/pre-execute waterfall, with full session-log audit, dry-run mode, and hot reload.
- PerryLink/dsh-skill-pack-security - Security-audit methodology skill pack plus the plugin_vet supply-chain gate: eight agent skills (secret scan, dependency audit, supply-chain review, prompt-injection review, audit orchestration, threat modeling, vuln intel, incident response) in Chinese and English editions, with an npm provider bundle that mounts the skills and registers the automated plugin_vet pre-install scanner.
- SARTHAK2511/dsh-cve-audit - Live CVE/supply-chain audit for your workspace's own project dependencies (npm/pip/go), backed by OSV.dev, with a
cve_audittool plus optional automatic re-scan on lockfile changes. - sashankh/dsh-taintguard - Taints the agent when tool results carry untrusted content, gates the privileged calls that follow, and refuses credentials passed to network-capable tools in every mode.
- SeverusZh/dsh-yolo-mode - LLM auto-approval for sandbox escalation requests, with presets and a fail-closed fallback.
- shaoshi20/dshscan - Security scanner for DSH plugins: static and semantic passes over plugin source, DSH-specific attack-surface rules, npm audit, batch scanning, and an HTML report with per-finding severity and evidence.
- shuxue6662-a11y/dsh-risk-guard - Zero-interruption audit and fuse blocking for DeepSeek Harness: silently records every tool call with deterministic risk scoring, cumulative-risk bonuses, risk-level breakdowns and retention-based cleanup; blocks irreversible catastrophes (protected-path deletion, disk wipe, force-push to protected branches/refs, credential exfiltration), and renders a redacted /risk-guard operation bill with --since filtering.
- simon300000/dsh-auto - Adds an Auto Approve permission preset to the Web UI, using a fresh restricted Reviewer Agent to allow or deny each approval request.
- sjh9714/dsh-movein-permissions - Fine grained per tool permission rules for DSH at the tools/pre-execute gate, deny and ask lists in Claude Code rule syntax (Bash(rm -rf:*), Read(secrets), mcp__server__tool), works standalone without migrating.
- slywalker2006/dsh-passwords - Turns DeepSeek Harness into a server-grade multi-tenant platform: remote access + auto HTTPS, subuser permissions & token/daily quotas, sandbox enforcement, encrypted auth & audit log.
- STARDUSTLC666/dsh-code-security - Deterministic code security review: 40+ rules, secret entropy detection, staged-diff review, SARIF export, baseline acceptance and SBOM-lite dependency inventory.
- SummerSec/dsh-web-auth - Transport-level authentication gate for the DeepSeek Harness Web GUI with server-side sessions, HttpOnly cookies, IP-based login throttling, and an scrypt password CLI.
- tancheng33/dsh-code-runtime-container - Container-isolated backend for the
ctx.codeRuntimeseam: each Code Mode program runs in a fresh container with no network, a read-only rootfs, dropped capabilities, and kernel-enforced memory, CPU and pid ceilings. - tancheng33/dsh-credentials-vault - HashiCorp Vault backend for the credential seam: KV v2/v1, AppRole machine auth, per-operation reads so rotation needs no restart, and compare-and-swap writes.
- tancheng33/dsh-egress-guard - Runtime security gate on the tool pipeline: denies calls naming hosts outside an egress allowlist, redacts credentials from results at the canonical value rather than only the rendered content, and appends every decision to a JSONL audit log; ships in monitor-only mode.
- TecFancy/dsh-auth-gate - Login gate for the dsh web surface: password or shared-token authentication, session cookies, rate limiting, and a user-management CLI (dsh.bundle manifest since 0.4.1, one-command
dsh plugin addmounting). - toby-bridges/api-relay-audit - Runs local security audits of AI API relays and LLM proxies from DeepSeek Harness, producing Markdown reports for prompt injection, model substitution signals, tool-call rewriting, error leakage, stream integrity, and profile-gated Web3 risks.
- truelove-dreamer/dsh-plugin-vetting - Vets third-party plugins before you trust them: static scan for malicious patterns (exfiltration, credential access, obfuscation, persistence) and over-privileged path use, transitive-dependency coverage, official-package hash baseline for supply-chain tamper detection, and an optional plugin-tool call gate.
- wulun811/dsh-plugin-vet - Plugin trust pipeline for DeepSeek Harness: deterministic static scan with verdicts, opt-in runtime guard with honeypot lures, agent audit-protocol skill, and a browser shield status light. Alarm-only, never an enforcer.
- x2802490130-prog/dsh-lan-pass - A LAN password gate for the Web UI: phones and tablets on the same network log in with a shared key and see the same sessions in real time, with a built-in randomUUID polyfill for plain-HTTP origins.
- xbzbing/dsh-auth-gateway - Password + TOTP two-factor authentication gateway for the dsh web UI: every HTTP request and WebSocket upgrade is refused until login, with per-source lockout, global rate limits and one-time backup codes.
- xgone/dsh-remote - Remote access & authentication for DeepSeek Harness web UI: account/password login gate, MFA (TOTP), signed session cookies, role-based access, in-browser directory picker, account management settings, fully localized in English and Chinese.
- ylwl1997/noatmark-dsh-plugin - Text hygiene as a dsh plugin: sanitize untrusted text, scan invisible characters, clean LLM formatting, and escape CSV formula injection.
- Yuuz12/dsh-webui-auth - WebUI authentication enforced at the HTTP/transport layer: four-layer login gate (resources, plugin bundles, /api, WebSocket), server-side sessions with HttpOnly cookies.
- zoahdev/dsh-poison-guard - Pre-install supply-chain poison scanner for DSH plugins: AST (JS-X-Ray) + deobfuscation + regex heuristics, exits non-zero on findings for CI gating.
Remote & Mobile
- 534119219/chicheng-gate - LAN / remote-access control, frpc NAT tunneling, a panel password gate, and mobile UI adaptation for the DSH Web GUI.
- AcidGr/dsh-web-lan-access - LAN/remote access for the Web UI: injects a crypto.randomUUID polyfill on plain-HTTP origins so the frontend survives LAN or Tailscale IP direct links.
- ai-eks/dsh-auth-tunnel - Password-gated public access for the DSH Web GUI through quick or named Cloudflare Tunnels, with HTTP/WebSocket proxying and an in-app directory picker.
- andyfan1094/dsh-winrm - Manage Windows hosts over WinRM from a web panel and seven agent tools with PowerShell exec, service and process control, chunked file transfer, and cluster execution.
- baixianger/dsh-weave - Trusted Iroh mesh networking for DSH hosts, with encrypted peer discovery, remote session delivery, and reachability status.
- Bernardxu123/dsh-mobile-gate - LAN mobile gateway: isolated child-process reverse proxy with first-visit approval, per-device token binding, rate limiting, and mobile layout injection (compact composer pills, randomUUID polyfill).
- Blank-not-black/dsh-Remote#plugin - Mobile remote-control suite: bundle plugin with native sidebar entry and admin drawer, self-healing bearer-token gateway over LAN/Tailscale, Android app (sessions/approvals/questions/goals), /fs/* file transfer (Range resume, 2GB upload), latency-based multi-server auto-switch, offline chat cache.
- BotonJ/dsh-remote-link - Secure remote access for the official Web UI: authenticated LAN/tunnel gateway with QR + HMAC one-time pairing, per-device sessions and revocation, mDNS discovery, and a fork_session tool.
- cindyguyuehu123/dsh-mobile - Use DSH from iPhone/iPad: an explicit-opt-in LAN reverse proxy (Host/Origin rewrite through the loopback trust fence, WebSocket upgrades included), iOS PWA chrome (home-screen icon, standalone meta, viewport-fit), and touch/mobile CSS (safe areas, keyboard lifting, composer row fit).
- clarknu/dsh-gateway - HTTPS + login gateway for the DeepSeek Harness web surface: access your DSH Web UI securely from another machine on your LAN, or from the internet via port forwarding. Fail-closed defaults (loopback-only, no accounts until configured); setup and security notes in the README.
- DamonKoy/dsh-web-ui#dsh-remote-web-ui - Mobile remote control for the dsh web GUI: scan-to-pair QR entry with one-time pairing tokens.
- DamonKoy/dsh-web-ui#dsh-ssh - Remote SSH operations for the dsh web GUI: host config store and persisted sessions.
- dsh-ssh/dsh-ssh#dsh-ssh - SSH remote workspace — run bash, file tools, glob and grep on a remote machine over plain sshd (exec + SFTP), zero remote install, purely additive.
- flyhigao/dsh-produced-file-paths - Displays and copies absolute paths for files produced by DSH turns in remote Web.
- godchen520/dsh-web-remote - Access DSH from your phone or anywhere: Cloudflare Quick Tunnel public link + LAN HTTP/HTTPS direct access (auto self-signed cert), token auth, gzip compression, floating phone-icon panel with QR codes, and a NapCat QQ bot channel to fetch the link.
- jack-ranbo/dsh-wsl-expose - Expose the DSH Web GUI over IPv6 or IPv4 from WSL2 through a reverse proxy (Lucky): /wan up sets up the socat relay, Windows portproxy, firewall, and trusted-host fence, with a Settings card plus commands to configure the domain and ports.
- jsdvjx/dshn#agent - Forwards a local dsh web UI to the public internet under a *.ds.hn subdomain (or your own self-hosted relay), gated by a login, with optional end-to-end encryption (PBKDF2 to AES-256-GCM).
- JUANWANG-BUAA/dsh-full-remote - Remote DeepSeek Harness with full server-side API access (
settings.*/credentials.*/host.listDirectory). Token-gated reverse proxy, per-device sessions, phone invite QR, fence self-check, optional approval / CIDR / idle timeout / local TLS, WebSocket/SSE. - JUNQINGV587/dsh-ssh-hub - Multi-server SSH terminal panel for the DSH Web GUI: floating terminal window with tabs, side-by-side groups, broadcast, host-owned persistent sessions, and password/private-key/SSH-agent auth.
- KyoMio/dsh-zen-remote - Phone-first mobile UI rework plus a pairing-code gateway: use DSH from anywhere as an installable PWA with Web Push, behind your own reverse proxy or Cloudflare Tunnel.
- Leon0555/dsh-lan-access - LAN access for the Web GUI: 0.0.0.0 bind plus a crypto.randomUUID polyfill for non-secure (LAN HTTP) contexts.
- liguobao/deepseek-harness-remote - Multi-device remote access for DeepSeek Harness: continue an active session from your phone, tablet, browser, or another computer over an end-to-end encrypted channel (Noise IK + adaptive relay/WebRTC transport), with device authorization, ApiProxy-only remote capabilities, and read-only file preview via dsh-file-viewer — no shell, remote desktop, or write access.
- Linjiangxian0203/dsh-remote-tunnel - Remote host tunnel manager: runs dsh web on a remote Linux server (systemd supervision, no root needed) behind an auto-reconnecting SSH tunnel; allocates and registers remote ports on the server, multi-user safe, with an audit view.
- litestartup-com/dsh-api-gateway - REST + SSE gateway exposing running Harness sessions to third-party clients: API-key auth, token streaming, workspace grouping, and adopting GUI sessions to keep chatting.
- lunaship/dsh-links - Android companion bridge: QR-code LAN pairing with revocable device tokens and TLS fingerprints, a phone-connection and device-management panel, and an HTTPS access proxy serving sessions, live events and approvals to the paired native app.
- MDR-EX1000/dsh-rw - Remote-SSH-style workspaces: turn an SSH host and a remote directory into a native DSH workspace; the agent operates the remote filesystem directly via 12 rw_* tools (SFTP/exec), with workspace-confined paths and known_hosts verification.
- mervyn-teo/dsh-plugin-qr-connect - A QR-code button above Settings that lets phones connect to the web UI through an auth-gated reverse proxy.
- mexiaosqwq/dsh-web-mobile - Mobile-adaptive layout for the DSH Web UI: the sidebar becomes a content-hugging overlay drawer, the conversation gets the full width, and the settings panel becomes a near-full-width sheet.
- moyu-good/dsh-lark-bridge - Feishu/Lark IM channel for DeepSeek Harness agents with native thinking-process messages, approval cards, live goal and todo cards, workflow fan-out lines, session text search, and background job and subagent settlement notices. Access is bounded by the Feishu app's own visibility scope by design — anyone the app admits can drive the agent and answer its approvals unless the optional sender, group and approver allowlists are filled in.
- NattoCB/dsh-plugin-wechat-bridge - Bridges WeChat (ilink bot) private chats into DSH agent sessions and streams replies back, with hot-plug and a Settings tab.
- ook826092-cloud/dsh-mobile-css - Mobile adaptation for the DSH Web UI: compact typography, full-width composer with caret fix, drawer sidebar with overlay-close, two-page settings flow, responsive tables and stats, safe touch targets.
- polaris-smart/dph-fleet - Decentralized multi-device fleet: mDNS LAN discovery, key pairing, and SSH direct execution across networks.
- pppolf/dsh-webgate - Remote access for the DSH Web GUI: LAN QR access, cloudflared quick tunnels, and frp reverse proxying via your own server, with a built-in auth portal.
- saya-ch/dsh-mobile - Use DeepSeek Harness from your phone over a protected LAN: a dedicated mobile UI, secure HTTPS pairing, and /mobile conversation customizati
Similar projects
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
21 Lessons, Get Started Building with Generative AI

