coolbat/awesome-dsh-plugins 预览 preview

coolbat/awesome-dsh-plugins

An independent, evidence-led directory for DeepSeek Harness plugins. Every listed entry was inspected at an immutable commit for its bundle manifest, referenced patch, license signals, package identity, lifecycle scripts, and material capability signals.

catalog 简介 / catalog descriptioncatalog description:Evidence-led bilingual directory of DeepSeek Harness plugins, reviewed at immutable commits.

项目介绍Project Overview

这是一个基于证据的DSH插件精选目录,每个条目都固定在不可变提交上,检查其清单、补丁、许可证和功能信号。适合在安装前核实插件来源。注意:结构审查不等于安全审计,插件会执行第三方代码,请自行阅读源码。

This is an evidence-led directory of DeepSeek Harness plugins. Each entry is pinned to an immutable commit and inspected for its bundle manifest, patch, license, identity, lifecycle scripts, and capability signals. Use it to verify plugin provenance before installing. Caveat: structural review is not a security audit; plugins execute third-party code, so read the source first.

或使用命令行安装(适合开发者)Or use CLI install (for developers)

命令行安装CLI Install

dsh plugin --profile web add github:coolbat/awesome-dsh-plugins

coolbat/awesome-dsh-plugins 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

Awesome DSH Plugins — an evidence-led directory with fixed source snapshots

English · 简体中文

Awesome DSH Plugins

An independent, evidence-led directory for DeepSeek Harness plugins. Every listed entry was inspected at an immutable commit for its bundle manifest, referenced patch, license signals, package identity, lifecycle scripts, and material capability signals.

This is a compact reviewed subset, not a mirror of every repository carrying the dsh-plugin topic. It complements the broad Awesome DeepSeek Harness Plugin discovery list with fixed-source evidence and an explicit hold queue.

[!CAUTION] A structural review is not a security audit or a runtime compatibility test. DSH plugins execute third-party code with your permissions. Read the source, inspect lifecycle scripts, and prefer immutable versions before installing.

Website

This repository is also the source for the bilingual static website. The site, generated README catalogs, plugin detail pages, review log, sitemap, and counts all read from data/plugins.json, so a reviewed catalog change and its presentation ship in the same commit.

npm install
npm run dev

Production verification uses npm run check && npm run build. The static export is written to out/ and is ready for Cloudflare Pages. See the deployment guide. No AI, authentication, database, payment, or third-party plugin execution is part of the website.

Automatic candidate discovery

GitHub Actions runs bounded GitHub API discovery every six hours and a full query pass weekly. It resolves each matching repository to a 40-character commit, inspects package.json and the referenced patch path without cloning, installing, or executing third-party code, and opens a review PR only when the candidate queue materially changes. A separate bot branch stores the incremental checkpoint, so empty runs do not create or churn review PRs. Candidates are never promoted into data/plugins.json automatically.

The query set and request budgets live in config/discovery.json. A maintainer can also run GITHUB_TOKEN=... npm run discover -- --dry-run locally.

What is different here

  • Immutable evidence: every decision links to a full 40-character commit.
  • Native bundle check: package.json must declare dsh.bundle.patch and the referenced patch must exist.
  • Separate facts: structure, license, identity, compatibility, lifecycle, and capability signals are not collapsed into a single “safe” score.
  • Visible uncertainty: incomplete or conflicting candidates stay in the hold queue instead of receiving an install recommendation.
  • No popularity theater: stars and topic membership are discovery hints, not proof of trust or compatibility.

Status model

Status Meaning
Reviewed Native bundle structure was confirmed at the linked commit. Runtime behavior and security remain unverified.
Held DSH-oriented candidate with a specific identity, structure, or compatibility blocker.
Excluded Fixed-source evidence says it is not currently eligible as a native DSH bundle.

Catalog

Snapshot: 2026-08-27 · 1049 candidates · 695 reviewed · 353 held · 1 excluded

Reviewed native bundles

UI & Workspace

  • Status Rotator · 01Virex/dsh-status-rotator@88ba67b — Rotates the DSH chat turn-status label ("Deep diving...") through user-defined phrases every few seconds, editable from DSH's settings panel.

    • Evidence: manifestpatch · Identity: dsh-status-rotator
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: external-network credentials client-injection subprocess process-control browser session-data · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Progress Viz · 2008924/dsh-progress-viz@0be31d8 — A headless-session progress plugin that writes live stage and timeline JSON for a local dashboard.

    • Evidence: manifestpatch · Identity: dsh-progress-viz-plugin
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: session-events filesystem-write progress-data headless local-install · Review: The nested plugin documents a local profile install and rc.6 session peer; no event stream or progress file was read or written.
  • DSH WSL Workspace · 6Mikao9/dsh-wsl-workspace@89905a8 — Workspace support for using DeepSeek Harness across Windows and WSL paths.

    • Evidence: manifestpatch · Identity: dsh-wsl-workspace
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: filesystem cross-platform-paths · Review: Broad DSH peer ranges leave runtime compatibility unknown.
  • DSH Toolbox Web · AbcdefgXW/dsh-toolbox-web@322c260 — A Web toolbox for session, trash, workspace-directory, search, preset, configuration, archive, and scheduled-heartbeat management.

    • Evidence: manifestpatch · Identity: dsh-toolbox-web
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: session-data filesystem-write scheduled-tasks external-messaging client-injection · Review: The public package maps to this repository; session and configuration writes plus optional IM heartbeat delivery are visible and were not executed.
  • Visualizer Bundle · abidhmuhsin/dsh-visualizer@07fd8c1 — Installable dsh profile bundle: mounts the visualizer streaming-HTML tool and its inline Web GUI preview card

    • Evidence: manifestpatch · Identity: dsh-visualizer-bundle
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: external-network client-injection filesystem-read filesystem-write subprocess browser session-data package-install nested-bundle · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • Workspace Status Badge · AFAP/dsh-workspace-status-badge@824fde0 — 工作区状态徽标插件 for the DeepSeek Harness Web GUI: 在左侧边栏把工作区折叠时,文件夹行上直接显示聚合状态点(等待处理=琥珀 / 进行中=蓝色 / 已完成=绿色),展开后任务行自带状态点,无需重复显示。

    • Evidence: manifestpatch · Identity: dsh-workspace-status-badge
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: external-network client-injection session-data multi-agent · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Client UI Aqua Unofficial · afrel1024/dsh-client-ui-aqua-unofficial@a175ff4 — Adds a configurable glassmorphism theme, animated surfaces, and wallpaper controls to DSH Web.

    • Evidence: manifestpatch · Identity: dsh-client-ui-aqua-unofficial
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: client-injection theme browser-storage dynamic-wallpaper settings-write · Review: The fixed source and npm identity both expose 1.4.1 from the same repository; no browser effects, settings writes, wallpaper loading, or build was executed.
  • DSH Effort · AI-Galaxy-GPU/dsh-effort@edbb063 — Adds a Web control for selecting the current session model's supported reasoning-effort level.

    • Evidence: manifestpatch · Identity: dsh-effort
    • Licenses: repo unknown / package MIT · lifecycle none · compatibility unknown
    • Signals: session-data model-selection client-injection local-storage · Review: The fixed source uses session model RPCs and browser storage; the repository has no detected license file and declares no DSH peer range.
  • DSH Sound · AI-Galaxy-GPU/dsh-sound@f5f25dc — Plays configurable browser sounds for task completion, approvals, questions, plan review, blocking, and failures.

    • Evidence: manifestpatch · Identity: dsh-sound
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: session-events local-file browser-storage client-injection · Review: The fixed source stores configuration in localStorage and audio in IndexedDB; the documented npm target currently exposes no published version and no runtime behavior was tested.
  • DSH Update Checker · Airmetro/dsh-update-checker@bea57c0 — Auto-check DeepSeek Harness and third-party plugin updates, notify in the Web GUI, one-click update with backup/rollback and restart watchdog.

    • Evidence: manifestpatch · Identity: dsh-update-checker
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: external-network credentials client-injection process-control · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • Sidor UI · AKI2253/Sidor_UI@89fbabe — SIDOR — DeepSeek Harness 控制台皮肤:开屏动画 / 星野 / 余额徽章 / 设置页特效 / 低余额警告体系(Sidor 附属插件平台)

    • Evidence: manifestpatch · Identity: sidor-ui
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: external-network client-injection · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • Balance Chip · AKUSH99/dsh-balance-chip@427cc6e — DeepSeek API balance in the DSH sidebar footer – live status dot plus amount, 60s refresh, key stays local.

    • Evidence: manifestpatch · Identity: dsh-balance-chip
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: external-network credentials client-injection process-control financial · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Kanban · alpacachen/dsh-kanban@9f6de7d — A kanban board plugin for DeepSeek Harness: a 'Board' tab in conversations plus 13 kanban_* AI tools, per-workspace isolation and disk persistence. Built with React, TypeScript, dnd-kit, shadcn/ui and Tailwind CSS.

    • Evidence: manifestpatch · Identity: @alpacachen/dsh-kanban
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: external-network client-injection process-control · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Plugin Desktop · anywhere-labs/deepseek-harness-desktop@6074088 — An Electron desktop shell composed as a DSH Cordis plugin with terminal, profile, diagnostics, package, and update surfaces.

    • Evidence: manifestpatch · Identity: dsh-plugin-desktop
    • Licenses: repo MIT / package MIT · lifecycle prepack · compatibility unknown
    • Signals: subprocess external-network credentials client-injection process-control system-prompt prepack · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • Summary Sidebar · az790871109/dsh-summary-sidebar@5588f55 — 独立的「摘要 + 侧边栏」插件:摘要只列每个对话输出的文档/网页/图片与来源,侧边栏提供文件夹、终端、浏览器、文档阅读器、图片阅读器,可点击文件进行预览与编辑。

    • Evidence: manifestpatch · Identity: dsh-summary-sidebar
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: credentials client-injection subprocess browser package-install · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • CC DSH Notifier · baobaolaodie/cc-dsh-notifier@8f93b37 — Claude Code + DeepSeek Harness Windows 通知系统:Toast + 点击跳转

    • Evidence: manifestpatch · Identity: cc-dsh-notifier
    • Licenses: repo MIT / package MIT · lifecycle prepack · compatibility unknown
    • Signals: external-network credentials client-injection subprocess process-control session-data theme prepack · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Context · bowenliang123/dsh-context@aca38b2 — A context insight panel for request history, compactions, injections, model switches, and composition changes.

    • Evidence: manifestpatch · Identity: dsh-context
    • Licenses: repo Apache-2.0 / package Apache-2.0 · lifecycle prepare · compatibility unknown
    • Signals: session-data client-injection browser · Review: The host/client bundle structure is confirmed; the prepare hook invokes Husky and the package declares no DSH peer range.
  • DSH Client UI Skins · caoyiwei850/dsh-client-ui-skins@21ad7f5 — Adds built-in and custom-image skins to the DSH Web client with a settings surface.

    • Evidence: manifestpatch · Identity: dsh-client-ui-skins
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: client-injection theme browser-storage settings-write · Review: The fixed source and npm package both expose 0.1.10, although npm metadata has no repository mapping; no skin rendering, storage, or settings write was executed.
  • DSH Stop Server · caozhikun/dsh-stop-server@baa9b9c — Adds a Web action that calls a host shutdown route to stop the DSH process and close the current interface.

    • Evidence: manifestpatch · Identity: dsh-stop-server
    • Licenses: repo unknown / package MIT · lifecycle none · compatibility unknown
    • Signals: process-exit web-route client-injection · Review: The fixed host source registers a shutdown route with appExit, process.exit, and SIGTERM fallbacks; the repository has no detected license file and shutdown was not executed.
  • Captain DSH Web UI All · CAPTAIN1275/dsh-ui-web@04422dd — An aggregate Web UI bundle for task boards, Git views, pets, remote access, live statistics, settings, and bundled skins.

    • Evidence: manifestpatch · Identity: @captain1275/dsh-web-ui-all
    • Licenses: repo Apache-2.0 / package Apache-2.0 · lifecycle none · compatibility unknown
    • Signals: aggregate-scope remote-access filesystem-write git client-injection · Review: The public aggregate identity maps to this repository and represents its component candidates; broad remote, file, Git, session, and UI surfaces were not executed.
  • DSH Pomodoro · causebefore/dsh-pomodoro@5ce97fa — Adds configurable focus and break timers with sidebar access and a draggable DSH Web panel.

    • Evidence: manifestpatch · Identity: dsh-pomodoro
    • Licenses: repo MIT / package MIT · lifecycle prepublishOnly · declares rc.6 peers
    • Signals: client-injection settings-write timer browser-ui prepublish-check · Review: The fixed source and npm identity both expose 0.4.0 from the same repository; no timer, panel, settings, or prepublish behavior was executed.
  • DSH TUI · ccch1mneyyy/dsh-TUI@ee83376 — A full-screen terminal client with live status, streaming thoughts, tools, approvals, and filesystem access.

    • Evidence: manifestpatch · Identity: @deepseek-harness-tui/dsh-tui
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: terminal subprocess filesystem credentials broad-agent-surface · Review: The bundle exposes a broad agent surface; structure confirmation is not a runtime endorsement.
  • DSH Cerrda Theme · Cerrda/dsh-cerrda-theme@7390edf — A dark rose and purple visual theme for DSH Web with a custom composer and animated background.

    • Evidence: manifestpatch · Identity: dsh-cerrda-theme
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: web-theme client-injection webgl npm-package · Review: The fixed source is 0.1.0 while npm exposes 0.1.1 from the same repository; no CSS, fonts, animation, or WebGL behavior was loaded.
  • DSH Sticky Notes · charrywhite/dsh-sticky-notes@e2653fc — A persistent sticky-note panel with host-side JSON storage, browser UI, and model-facing note tools.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo unknown / package MIT · lifecycle none · compatibility unknown
    • Signals: filesystem-write web-route client-injection model-tools private-package · Review: Local-link and source installation are documented for the private package; note storage, HTTP routes, and model tools were not exercised.
  • Castorice Theme · chemicalcat250/dsh-theme-castorice@c55e467 — Applies a violet dark Castorice-inspired visual theme to the DSH Web interface.

    • Evidence: manifestpatch · Identity: dsh-theme-castorice
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: client-injection theme browser-storage · Review: GitHub-source installation is documented and the client code injects theme styles and browser preferences; it was not loaded in a browser.
  • DSH Security Doctor · ChenChen913/dsh-security-doctor@abaa3f5 — One-click local security checkup for the DeepSeek Harness Web UI: a sidebar button that runs read-only checks (!!js config, third-party plugins, credential file permissions, instruction files, endpoint config, protection services) and shows a severity-graded report. / DSH 安全医生:一键本机安全体检插件,只读检查、分级报告、不外发数据。

    • Evidence: manifestpatch · Identity: dsh-security-doctor
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: external-network credentials client-injection · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH DeepSeek Balance · Choi-Peng/dsh-deepseek-balance@45d7444 — Displays DeepSeek account balance and editable warning thresholds in the DSH Web sidebar.

    • Evidence: manifestpatch · Identity: @choi-p/dsh-deepseek-balance
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: account-balance credentials external-network settings-write web-ui · Review: The fixed source is 0.3.2 while npm exposes 0.3.1 from the same repository; balance requests and profile setting writes were not executed.
  • DSH DeepCompute · cipher2026/dsh-idle-deepcompute@619dbef — A terminal-styled idle laboratory game embedded as a full-width DSH Web page.

    • Evidence: manifestpatch · Identity: dsh-deepcompute
    • Licenses: repo Apache-2.0 / package Apache-2.0 · lifecycle none · compatibility unknown
    • Signals: web-ui idle-game client-injection github-only · Review: The repository documents a commit-pinnable GitHub install; no client module, game state, or browser storage behavior was loaded.
  • DSH Browser Notify · classfieldseason-cmd/dsh-notify-plugin@8f386ca — Shows browser desktop notifications when a DSH conversation turn completes.

    • Evidence: manifestpatch · Identity: dsh-browser-notify-plugin
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: browser-notification session-events client-injection · Review: The public package identity matches this repository and the client listens for session completion before calling the browser Notification API; no notification was triggered.
  • Gate Game · CochraneK/dsh-gate-game-plugin@5080ada — Logo-eating mini-game + one-click lock button for the DeepSeek Harness web UI. A standard Cordis client plugin.

    • Evidence: manifestpatch · Identity: dsh-gate-game
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: external-network credentials client-injection process-control session-data · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Wallpaper · codeMonkey-Pine/dsh-wallpaper@6ab97b2 — Scans a local Wallpaper Engine library and exposes wallpaper selection, configuration, and rendering in DSH Web.

    • Evidence: manifestpatch · Identity: dsh-wallpaper
    • Licenses: repo Apache-2.0 / package Apache-2.0 · lifecycle none · declares rc.6 peers
    • Signals: filesystem-read subprocess local-http client-injection model-tools · Review: The fixed source and npm identity both expose 0.1.2 from the same repository; no library scan, preview process, route, browser rendering, or agent tool was executed.
  • DSH Web UI Skin · crack-time/dsh-web-ui-skin@1124dea — Adds a pastoral cottage wallpaper and frosted-glass presentation to the DSH Web client.

    • Evidence: manifestpatch · Identity: @crack/dsh-web-ui-skin
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: client-injection theme browser-ui github-only · Review: A pinned root Git source identity exists while npm has no matching scoped package; no build, asset load, DOM injection, or browser rendering was executed.
  • DSH Glassmorphism · czw63/dsh-glassmorphism@e1f0466 — Adds a mobile-aware liquid-glass theme with optional wallpaper, blur, and refraction effects.

    • Evidence: manifestpatch · Identity: @local/dsh-glass-theme
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: client-injection theme browser-storage · Review: A local-file installation path is documented and the client stores visual preferences in the browser; no style bundle was loaded.
  • MY GO · daizihan233/dsh-my-go@cf2d802 — DSH plugin: Sisyphus agent orchestration — star topology, single-line blocking, 7 specialist sub-agents (Hermes/Explore/Librarian/Looker/Hephaestus/Prometheus/Oracle) with per-type model binding, go_work/continue/need_help/forward communication tools, Web UI tree panel and settings.

    • Evidence: manifestpatch · Identity: dsh-my-go
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: external-network client-injection session-data model-tools multi-agent · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • Harness UI Enhancer · dcrzsy/dsh-harness-ui-enhancer@da56d14 — DeepSeek Harness (dsh) web UI enhancer — polish, prompt library, suggested replies, width/font settings, MCP & automation panels.

    • Evidence: manifestpatch · Identity: harness-ui-enhancer
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: external-network client-injection mcp session-data model-tools · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • Oled Care · domparent/OLEDCare@8999fa8 — OLED burn-in care for the DeepSeek Harness Web GUI: true-black nap screensaver, pure-black surfaces, gamma-aware text dimming with an idle/focus ladder, and slow accent-hue rotation.

    • Evidence: manifestpatch · Identity: dsh-oled-care
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: external-network client-injection process-control session-data financial theme · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Delete Session · dream12347/dsh-delete-session@e0f052a — A Web session manager for trash, restore, permanent deletion, archived sessions, activity statistics, pause, and log-folder access.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: session-data filesystem-delete archive-registry client-injection browser-storage · Review: Pinned GitHub installation and rc.6 peers are documented; destructive session and workspace actions remain user-triggered and were not executed.
  • DSH Popout Sidebar · e2mcc/dsh-popout-sidebar@7485171 — Adds an artifact sidebar that can open its content in a larger browser tab.

    • Evidence: manifestpatch · Identity: dsh-popout-sidebar
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: client-injection browser-ui external-window github-only · Review: A pinned root Git source exists while npm has no package; no build, browser panel, artifact rendering, or popout was executed.
  • DSH Unarchive · edfrey0044/dsh-unarchive@52a5194 — Restores archived DSH sessions through a command and tool that update the global archive registry.

    • Evidence: manifestpatch · Identity: dsh-unarchive
    • Licenses: repo MIT / package MIT · lifecycle none · mixed peer ranges
    • Signals: session-data archive-registry workspace-state · Review: Git-source installation is documented and the bundle removes session identifiers from the global archive set; no registry or session state was changed.
  • DSH Balance · eka3os/dsh-balance@0ffde6c — DeepSeek Harness Web plugin that shows the API balance beside Settings in the sidebar.

    • Evidence: manifestpatch · Identity: @ek3os/dsh-balance
    • Licenses: repo MIT / package MIT · lifecycle none · mixed peer ranges
    • Signals: external-network credentials client-injection process-control · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Notes · ErrorLst/dsh-notes@1e0bda1 — Adds a full-height notes rail with session cards and global or workspace todo items.

    • Evidence: manifestpatch · Identity: @dsh-external/dsh-notes
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: client-injection session-data workspace-data browser-ui github-only · Review: The root manifest is private and npm has no matching package, but a pinned root Git bundle exists; no note persistence, session card, or browser UI was executed.
  • DSH OpenCode Palette · FeatherHunter/dsh-opencode-palette@4c3660a — Adds a persistent selector for dozens of OpenCode-inspired color themes in the DSH Web interface.

    • Evidence: manifestpatch · Identity: dsh-opencode-palette
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: client-injection theme browser-storage · Review: The fixed source version is older than the observed registry release but maps to the same public identity; theme injection and persistent browser settings were not executed.
  • DeepSeek Harness Wallet · feibi-mochi/deepseek-harness-control-center@1a3b34b — A local-first account, usage, recharge, completion, layout, and session control center for DSH Web.

    • Evidence: manifestpatch · Identity: deepseek-harness-wallet
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: account-balance usage-accounting credentials external-network session-control web-ui · Review: The fixed source and npm identity both expose 0.1.4 from the same repository; no credential request, accounting, recharge link, notification, or session action was executed.
  • DSH Balance Widget · FeilongRong/dsh-balance-widget@79cd46d — Sidebar balance widget for the DSH Web GUI: a "余额" button in the sidebar footer opens a panel showing each provider's account balance (DeepSeek live query, MiniMax / Qwen / SCNet console links, Ollama local). · DSH Web GUI 侧边栏余额插件:侧边栏底部的「余额」按钮弹出面板,展示各服务商账户余额(DeepSeek 实时查询,MiniMax / 百炼 / SCNet 控制台链接,Ollama 本地)。

    • Evidence: manifestpatch · Identity: @feilongrong/dsh-balance-widget
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: external-network credentials client-injection process-control · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • Apply Patch · fonlan/dsh-apply-patch@1b039c8 — DSH plugin: a codex-style apply_patch tool (*** Begin Patch / *** Update File / *** Add File / *** Delete File) injected into the model toolset through DSH's built-in sandbox, with a settings card to choose injection scope (off / GPT models only / all models).

    • Evidence: manifestpatch · Identity: @fonlan/dsh-apply-patch
    • Licenses: repo MIT / package MIT · lifecycle prepare · declares rc.6 peers
    • Signals: client-injection session-data model-tools package-install prepare · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • Font Settings · fuzz1og/dsh-font-settings@640ca4b — WebUI plugin: per-user font preferences (UI font + code font) as a Settings → General row

    • Evidence: manifestpatch · Identity: dsh-font-settings
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: client-injection · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH UI Crystal · gityanglijun/dsh-ui-crystal@37e321c — Adds a blue-violet Crystal theme and whale-girl background to the DSH Web shell.

    • Evidence: manifestpatch · Identity: dsh-ui-crystal
    • Licenses: repo unknown / package MIT · lifecycle none · compatibility unknown
    • Signals: client-injection theme large-assets browser-ui github-only · Review: The package declares MIT but no repository license file or npm package was found; no build, asset load, DOM injection, or browser rendering was executed.
  • StyleVault · GptsApp/dsh-stylevault@26eee2d — A theme vault with configurable styles and shareable appearance packs for DSH Web.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: theme client-injection browser-storage github-only · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • Macos Skin · hero-goblins/dsh-macos-skin@da6eebb — macOS desktop skin for the DeepSeek Harness web GUI + real-time plugin install/runtime error log panel (host route serves ~/.dsh/logs)

    • Evidence: manifestpatch · Identity: dsh-macos-skin
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: external-network client-injection browser package-install theme · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Remote QR Button · huaxiren6/dsh-remote-qr-button@8427d46 — Floating phone-pairing QR button for the DSH WebUI. Companion UI for dsh-remote-link: opens its /qr pairing page in an in-app overlay.

    • Evidence: manifestpatch · Identity: dsh-remote-qr-button
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: external-network client-injection · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Clean Desktop Shell · Icather/dsh-clean-desktop-shell@352820e — Clean desktop shell for DeepSeek Harness (DSH) as a DSH plugin — reuses your web profile, tray/single-instance/auto-launch, zero visual changes. DSH 插件形态的纯净桌面壳:复用现有 web profile,托盘管理后端,零视觉改造。

    • Evidence: manifestpatch · Identity: dsh-clean-desktop-shell
    • Licenses: repo MIT / package MIT · lifecycle none · mixed peer ranges
    • Signals: external-network · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH OMC TUI · ipromise2021/dsh-omc-tui@d2307dc — A keyboard-first terminal interface that composes DSH sessions, approvals, jobs, tools, skills, and model selection.

    • Evidence: manifestpatch · Identity: dsh-omc-tui
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: terminal-ui session-control approvals model-tools profile-overrides github-only · Review: The patch replaces several base tool and prompt rows to compose the TUI; no terminal, profile override, session, approval, or tool was run.
  • DSH RPG Workstation · Jay-R-J/dsh-rpg-workstation@84fc0de — Adds conversation XP, levels, achievements, streaks, and a floating RPG dashboard to DSH Web.

    • Evidence: manifestpatch · Identity: dsh-rpg-workstation
    • Licenses: repo MIT / package MIT · lifecycle prepublishOnly · declares rc.6 peers
    • Signals: gamification session-events filesystem-write web-ui npm-package prepublish-build · Review: The fixed source matches npm 0.3.0; no build, session event, XP state, filesystem write, or dashboard rendering was executed.
  • DSH Session Admin · Jemius/dsh-session-manager@191a1f3 — Adds archive, restore, export, and permanent deletion controls for DSH sessions.

    • Evidence: manifestpatch · Identity: dsh-session-admin
    • Licenses: repo MIT / package MIT · lifecycle prepare · declares rc.6 peers
    • Signals: session-archive session-delete data-export web-ui prepare-build repository-renamed · Review: GitHub confirms dsh-session-manager redirects to the same repository ID now named dsh-session-admin; the fixed source is 0.1.2 while npm exposes 0.1.3, and no session mutation was executed.
  • DSH Balance Bubble · Jescoi/dsh-balance-bubble@dbfaef5 — A persistent floating DeepSeek account-balance bubble backed by a host endpoint.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo MIT / package unknown · lifecycle none · compatibility unknown
    • Signals: account-balance credentials local-web-server client-injection · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • La Feng UI · JimingYang25/Lafeng-UI-A-snazzy-personalized-custom-UI-plugin-for-DeepSeek-Harness-Cordis-.@bfd81d8 — A customizable Web UI pack with skins, animated wallpapers, music, audio visualization, and personas.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: theme audio client-injection browser-storage persona · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH Survey · jinhuang712/dsh-survey@9f36ef1 — A model tool and rich Web form for multi-question surveys, skips, Markdown answers, and recaps.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo MIT / package MIT · lifecycle prepublishOnly · declares rc.6 peers
    • Signals: model-tools interactive-form session-data client-injection prepublish-build · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • Liquid Glass Input · jkamkk/dsh-liquid-glass-input@cdd0bac — Liquid Glass input card for the dsh web GUI - kube.io Magnifying Glass SVG refraction with the original coupled-spring press animation and click highlight

    • Evidence: manifestpatch · Identity: dsh-liquid-glass-input
    • Licenses: repo Apache-2.0 / package Apache-2.0 · lifecycle none · compatibility unknown
    • Signals: external-network client-injection process-control browser theme · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Strata · jsdvjx/dsh-strata@e2f8585 — Session strata for the DeepSeek Harness Web GUI: the transcript's scrollbar becomes a to-scale, colour-coded map of the whole run — user messages emphasised, clickable anchors, auto-loading history, and a hover deck of every prompt in the session.

    • Evidence: manifestpatch · Identity: dsh-strata
    • Licenses: repo MIT / package MIT · lifecycle none · mixed peer ranges
    • Signals: external-network credentials client-injection process-control · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Memes · kagura-agent/dsh-memes@68a528d — Lets agents select reaction media by semantic tags and render it in DSH conversations.

    • Evidence: manifestpatch · Identity: dsh-memes
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: media-picker model-tools external-media web-ui github-only · Review: Plugin code is MIT but reaction media is fetched from a separate library under its own source rights; no tag fetch, selection, or media render was executed.
  • DSH App · Karbo123/DSH-EvoResearch@ea6d4df — EvoResearch 自定义浏览器表面 bundle:复用 DSH host 引擎(dsh-base 的全部服务与工具),自建前端工作台(不加载官方 ui-* 外壳,替换官方 dsh-web-app 表面)

    • Evidence: manifestpatch · Identity: @evoresearch/dsh-app
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: external-network client-injection database system-prompt · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Bottom Bar · kc0ed/dsh-bottom-bar@01d8433 — A configurable input-footer statistics row with cost estimates and a persistent local usage ledger.

    • Evidence: manifestpatch · Identity: @kc0ed/dsh-bottom-bar
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: token-meter cost-estimation browser-storage client-injection · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH WhaleGirl · KLnormal/dsh_whalegirl@6cf1b30 — A desktop-native animated companion driven by DSH session events.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo MIT / package SEE LICENSE IN ASSET_LICENSE.md · lifecycle none · compatibility unknown
    • Signals: desktop-app session-data audio subprocess external-model-download · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH Workspace Drag · lanscer/dsh-workspace-drag@d134d9c — DSH Web UI plugin — drag a conversation onto any workspace in the sidebar to organize it. / DSH Web UI 插件:在侧边栏把对话拖到任意工作区即可归类整理,可在设置页开关。

    • Evidence: manifestpatch · Identity: dsh-workspace-drag
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: external-network client-injection process-control · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Bell Notify · Laplace-bit/dsh-bell-notify@943e178 — Synthesized Web Audio bells and status cues for agent lifecycle events.

    • Evidence: manifestpatch · Identity: dsh-bell-notify
    • Licenses: repo MIT / package MIT · lifecycle prepare · compatibility unknown
    • Signals: audio agent-events client-injection prepare-build · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH Stats HUD · lauytgary/dsh_hud_plugin@e3285fc — Sci-fi HUD: turns the session stats line into game-style level bars, a speedometer and a rolling token counter.

    • Evidence: manifestpatch · Identity: dsh-stats-hud
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: external-network credentials client-injection process-control · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • Token DAY · lemon49/dsh-token-day@b84bc72 — Token usage/billing dashboard and conversation manager for DeepSeek Harness

    • Evidence: manifestpatch · Identity: dsh-token-day
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: external-network credentials client-injection filesystem-read filesystem-write session-data model-tools package-install financial · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Client UI Android · LeMonXi-i/dsh-client-ui-android@2dccd80 — Adds Android detection and a touch-first responsive layout to the DSH Web interface.

    • Evidence: manifestpatch · Identity: dsh-client-ui-android
    • Licenses: repo MIT / package MIT · lifecycle none · mixed peer ranges
    • Signals: mobile-layout android client-injection responsive-ui github-only · Review: The fixed source documents npm and GitHub installation but npm has no matching package; no user-agent detection, layout mutation, or browser rendering was executed.
  • Routed Subagent · leonardoxr/dsh-routed-subagent@e596e8b — Allowlisted subagent routing for DeepSeek Harness: the calling agent dynamically chooses a configured model and exact reasoning effort per delegation.

    • Evidence: manifestpatch · Identity: dsh-routed-subagent
    • Licenses: repo MIT / package MIT · lifecycle prepack · declares rc.6 peers
    • Signals: external-network client-injection model-tools multi-agent theme prepack · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Keyboard · lhf6623/dsh-keyboard@4ecb1b7 — An on-screen keyboard and mouse visualizer that highlights live input events.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo unknown / package MIT · lifecycle none · compatibility unknown
    • Signals: input-events client-injection keyboard-visualizer github-only · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH Neu Theme · Lhy723/dsh-neu-theme@c6ecbe4 — A light and dark neumorphic theme for DSH Web.

    • Evidence: manifestpatch · Identity: dsh-neu-theme
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: theme client-injection · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH Prompt Recall · liguanyu/dsh_PromptRecall@6040210 — Codex-style up and down history recall for the Web prompt input.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: input-history client-injection browser-storage · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • My Better DSH · lilwhich/my_better-dsh@b903e95 — A beginner-oriented Web bundle combining file navigation, session tools, UI packs, checkpoints, and global settings.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: aggregate-bundle filesystem-write session-data client-injection configuration-edit · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • Workbench · LingYuYue1/dsh-workbench@cc89934 — VSCode 风格工作台面板:文件树 / 多标签预览 / CodeMirror 编辑 / 终端 / Git / 全库搜索 / 变更审查。VSCode-style workbench sidebar panel for DeepSeek Harness.

    • Evidence: manifestpatch · Identity: dsh-workbench
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: external-network client-injection subprocess package-install · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Pelican · Little-Star888/dsh-pelican@f5bb404 — Adds an animated pelican cyclist and global message-status indicator to DSH Web.

    • Evidence: manifestpatch · Identity: dsh-pelican
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: client-injection animation session-state browser-ui · Review: The fixed source is 0.1.0 while npm exposes 0.1.1 from the same repository; no animation, message observation, session state, or browser rendering was executed.
  • DSH Session Rewind · LiuJunheng/DeepSeekHarnessGreen@b352856 — 在 WebUI 设置页可视化分析会话(逐回合/错误统计),并支持按回合「回退」——从选定回合之后派生干净的续接会话(官方 session.fork),等效于移除失败消息后继续对话

    • Evidence: manifestpatch · Identity: dsh-session-rewind
    • Licenses: repo Apache-2.0 / package Apache-2.0 · lifecycle none · compatibility unknown
    • Signals: external-network · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • Quick TOC · LyaxZ/dsh-quick-toc@e211d4d — Quick conversation TOC for DeepSeek Harness: markdown heading outline grouped by turn, with auto-follow highlight and smooth jump navigation

    • Evidence: manifestpatch · Identity: dsh-quick-toc
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: process-control session-data · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Balance · lynnss-ai/dsh-balance@685bb40 — Real-time DeepSeek API balance viewer: Host query via curl, browser UI in the settings trigger row

    • Evidence: manifestpatch · Identity: @lynnss-ai/dsh-balance
    • Licenses: repo MIT / package MIT · lifecycle prepare · mixed peer ranges
    • Signals: external-network credentials client-injection process-control prepare · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Frosted Glass · makuralymi/dsh-webUI-Glass-Theme@9822e4a — A global frosted-glass theme with animated light/dark switching and scheduling.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo unknown / package MIT · lifecycle none · mixed peer ranges
    • Signals: theme client-injection timer github-only · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH Chat Rail · Max-Null/dsh-chat-rail@a75058b — Adds a scroll-aware right-side message navigation rail to DSH conversations.

    • Evidence: manifestpatch · Identity: @max-null/dsh-chat-rail
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: conversation-ui session-projection client-injection filesystem-read · Review: The fixed source, patch, licenses, exact npm gitHead and documented install identity were reviewed statically; conversation UI behavior was not run.
  • DSH CoT Summarization · MeowLynxSea/dsh-cot-summerization@dd69071 — Hides raw reasoning and displays a summary generated through a configurable Chat Completions endpoint.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: reasoning-data external-network credentials model-request client-injection · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH Sticky Note · Meredith2328/dsh-sticky-note@ebabb6c — A Web sticky-note panel that saves notes and TODO items into an archive directory.

    • Evidence: manifestpatch · Identity: dsh-sticky-note
    • Licenses: repo MIT / package MIT · lifecycle none · mixed peer ranges
    • Signals: filesystem-write persistent-data client-injection · Review: The host and Web client faces are structurally confirmed; wildcard DSH peers and persistent note writes were not runtime-tested.
  • Whale PET · miku00039-01/dsh-whale-pet@486ef80 — 🐋 DSH 鲸鱼娘桌宠插件:/whalepet 命令启动 DeepSeek Harness 桌面宠物(启动/停止/监测服务、双击唤起 GUI)

    • Evidence: manifestpatch · Identity: dsh-whale-pet
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: external-network credentials · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • Fovea · monotykamary/dsh-fovea@92fc987 — Foveated repository intelligence for DeepSeek Harness

    • Evidence: manifestpatch · Identity: dsh-fovea
    • Licenses: repo MIT / package MIT · lifecycle prepack · declares rc.6 peers
    • Signals: external-network filesystem-read process-control session-data model-tools package-install theme prepack · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • Tool Repair · monotykamary/dsh-tool-repair@bbfdff5 — Schema-guided tool-call repair for DeepSeek Harness

    • Evidence: manifestpatch · Identity: dsh-tool-repair
    • Licenses: repo MIT / package MIT · lifecycle prepack · declares rc.6 peers
    • Signals: external-network filesystem-write process-control session-data system-prompt model-tools package-install financial prepack · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Visualize · Nagi-ovo/dsh-visualize@e3254f7 — In-conversation generative UI with streaming interactive HTML cards and sandboxed rendering.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo BSD-3-Clause / package BSD-3-Clause · lifecycle none · compatibility unknown
    • Signals: github-only dynamic-content sandbox · Review: The package is private; only GitHub-source evidence was observed.
  • DSH Simplified Chinese UI · ngk3pori/dsh-zh-cn-ui@ea388ec — Localizes DSH browser interface text into Simplified Chinese through client-side data and DOM translation.

    • Evidence: manifestpatch · Identity: dsh-zh-cn-ui
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: localization dom-mutation client-injection manual-git-install · Review: The fixed source, patch, licenses and documented Git clone installation identity were reviewed statically; browser translation code was not run.
  • Webview Wrapper · no1xsyzy/dsh-webview-wrapper@93c78a3 — A naive native desktop shell for the DeepSeek Harness web surface: hosts the dsh Web app in an OS window via WebviewJS, as a pure everything-is-a-plugin composition.

    • Evidence: manifestpatch · Identity: dsh-webview-wrapper
    • Licenses: repo MIT / package MIT · lifecycle prepublishOnly · compatibility unknown
    • Signals: external-network client-injection filesystem-read filesystem-write subprocess browser model-tools package-install plugin-management prepublish-only · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • Claude · Norman-else/dsh-claude@7c7f289 — Run the local Claude Code CLI as a first-class main conversation inside DeepSeek Harness

    • Evidence: manifestpatch · Identity: @norman-else/dsh-claude
    • Licenses: repo MIT / package MIT · lifecycle prepack · mixed peer ranges
    • Signals: external-network credentials client-injection process-control mcp session-data model-tools package-install multi-agent theme prepack · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Pet Whale · nzl153/dsh-pet-whale@952551a — A Web desktop whale pet whose animation reacts to agent state.

    • Evidence: manifestpatch · Identity: pet-whale
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: desktop-pet agent-events client-injection · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH Annotation · omdsh-dev/dsh-annotation@0b0ceb6 — Adds numbered annotations to selected assistant text and carries them into the next message.

    • Evidence: manifestpatch · Identity: @omdsh-dev/dsh-annotation
    • Licenses: repo MIT / package MIT · lifecycle prepack · compatibility unknown
    • Signals: client-injection conversation-data · Review: The Web client injection and native bundle row are fixed-source confirmed; no DSH package peer range establishes runtime compatibility.
  • DSH Better Sidebar · omdsh-dev/DSH-better-sidebar@5d2d6e5 — A sidebar workbench with file editing, terminal, Git, media, and extensible tabs.

    • Evidence: manifestpatch · Identity: dsh-better-sidebar
    • Licenses: repo MIT / package MIT · lifecycle prepare · compatibility unknown
    • Signals: terminal filesystem-write git native-build remote-installer · Review: Direct package installation exists, but remote installer scripts and native builds warrant review.
  • DSH GenUI · omdsh-dev/dsh-genui@0e756ef — Interactive inline UI for layouts, charts, forms, quizzes, Mermaid, 3D scenes, and action events.

    • Evidence: manifestpatch · Identity: dsh-genui
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: git-source dynamic-content client-injection web-routes · Review: Git-source install and dynamic client rendering are explicit review surfaces.
  • Ostar DSH Left Sidebar · ostar999/ostar-dsh-left-sidebar@5399969 — DSH 左侧边栏工作区管理器:批量删除工作区 / 批量·单选删除会话 / 一键折叠·展开全部工作区和会话。官方工作区浏览器的全部功能与交互完整保留,管理功能以同尺寸按钮叠加在工作区按钮行。

    • Evidence: manifestpatch · Identity: ostar-dsh-left-sidebar
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: external-network credentials client-injection · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Task Control · p2coder/dsh-task-control@a20e79b — Composer controls for pausing, resuming, or cancelling the active conversation task.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: task-control session-data client-injection github-only · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • Harness UI Enhancer · Physicolor/harness-ui-enhancer@3357651 — Polishes DSH Web styles and exposes live controls for layout scale, typography, and chat width.

    • Evidence: manifestpatch · Identity: harness-ui-enhancer
    • Licenses: repo MIT / package MIT · lifecycle prepare · compatibility unknown
    • Signals: client-injection theme settings-write browser-storage prepare-build · Review: The fixed source and npm identity both expose 0.4.0 from the same repository; no prepare build, style injection, setting write, or browser rendering was executed.
  • DSH Invest · Pikapiku09/dsh-invest-plugin@8260090 — A 股多角色投研流水线常规插件:invest_run 工具(选股/消息/深度/总判断 4 角色子代理 + Tushare 实时数据 + 三级缓存 + 报告归档),GUI 工具卡片(分阶段标签 + 推理过程 + SVG 图表内联渲染)。Hot-pluggable — mounted via profile package.json bundles + dsh.bundle.patch, no dsh source changes.

    • Evidence: manifestpatch · Identity: dsh-invest
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: external-network credentials client-injection system-prompt · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Personal Center · PolinniZhong/dsh-personal-center@047ed94 — DSH 个人中心:设置 →「个人」分区(个人资料统计 UI + 个性化自定义指令);统计数据待接入

    • Evidence: manifestpatch · Identity: dsh-personal-center
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: external-network credentials client-injection mcp · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH BigFish · QCYTSN/dsh-dafeiyu@fba38c1 — A desktop-native BigFish companion driven by DSH session events.

    • Evidence: manifestpatch · Identity: dsh-dafeiyu
    • Licenses: repo MIT / package SEE LICENSE IN ASSET_LICENSE.md · lifecycle none · compatibility unknown
    • Signals: desktop-app session-data audio subprocess · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • MyPet · qiqikuaidianpao/mypet@f9de0bf — A browser Tamagotchi-style pet that reacts to coding sessions, levels up, and collects skins.

    • Evidence: manifestpatch · Identity: mypet
    • Licenses: repo MIT / package MIT · lifecycle prepublishOnly · declares rc.6 peers
    • Signals: desktop-pet session-data browser-storage client-injection prepublish-build · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH Rhine Lab Theme · ReLuckyLucy/dsh_Rhine_Lab_themo@54c2f26 — A reversible Arknights Rhine Lab archive-terminal theme for DSH Web.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo MIT / package MIT · lifecycle prepare · compatibility unknown
    • Signals: theme client-injection prepare-build · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • Billing Dashboard · rickyfu0625-cell/dsh-billing-dashboard@4b71174 — DeepSeek Harness 用量看板(永久插件):账户余额、今日消费与 token 消耗、7 日消费趋势图、一键充值入口,全中文界面。

    • Evidence: manifestpatch · Identity: dsh-billing-dashboard
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: credentials session-data model-tools financial · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • Riesbri DSH TUI · riesbri/dsh-tui@e051d01 — Provides an in-process terminal interface over DSH agent, command, session, and approval services.

    • Evidence: manifestpatch · Identity: @riesbri/dsh-tui
    • Licenses: repo MIT / package MIT · lifecycle prepare · compatibility unknown
    • Signals: terminal session-data approval-flow prepare-build workspace-dependencies · Review: The fixed source now declares repository metadata and both the TUI and renderer packages have public identities; no build or terminal interface ran.
  • UI Tool Graph · rocklau/dsh-ui-tool-graph@ad843f9 — DeepSeek Harness web UI plugin: tool-call value graph over conversation trajectories — call cost/count/duration weights, bottleneck split, and next-turn optimization prompts.

    • Evidence: manifestpatch · Identity: dsh-ui-tool-graph
    • Licenses: repo MIT / package MIT · lifecycle prepack · declares rc.6 peers
    • Signals: external-network client-injection process-control session-data model-tools package-install prepack · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Task Chime · ruazero/dsh-task-chime@6575057 — Ring a real system sound when a DeepSeek Harness agent finishes a task OR needs your input: custom sounds, 4 intensity levels, auto escalation, and a settings card in the GUI.

    • Evidence: manifestpatch · Identity: dsh-task-chime
    • Licenses: repo MIT / package MIT · lifecycle none · mixed peer ranges
    • Signals: external-network client-injection process-control · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Mobile · saya-ch/dsh-mobile@3ac054e — Adds mobile-oriented DSH Web surfaces and a secure local-network gateway for Android and browsers.

    • Evidence: manifestpatch · Identity: dsh-mobile
    • Licenses: repo Apache-2.0 / package Apache-2.0 · lifecycle prepack · compatibility unknown
    • Signals: mobile-ui lan-access tls-certificate device-discovery client-injection prepack-build · Review: The fixed source and matching public package identity were reviewed statically; no candidate code, install hook, network call, filesystem change, or UI behavior was executed.
  • DSH Workbench UI · seedaylight/dsh-workbench-ui@43777c9 — A workbench-style UI for DeepSeek Harness: task panel with six-stage pipeline, telemetry field, command console, dual light/dark themes, privacy mask for screenshots. | 为 DeepSeek Harness 打造的工作台式 UI:任务面板与六阶段流水线、遥测场、命令控制台、浅色/深色主题、截图隐私模式。

    • Evidence: manifestpatch · Identity: dsh-workbench-ui
    • Licenses: repo MIT / package MIT · lifecycle none · mixed peer ranges
    • Signals: external-network credentials client-injection process-control · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Network Mode · SeekTureWorld/dsh-network-mode@9397592 — Switch DSH between localhost (127.0.0.1) and LAN (0.0.0.0) bind from the Settings page (LAN access off by default), with a crypto.randomUUID polyfill for non-secure LAN origins.

    • Evidence: manifestpatch · Identity: dsh-network-mode
    • Licenses: repo MIT / package MIT · lifecycle none · mixed peer ranges
    • Signals: external-network client-injection · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • Uagent Sync · severin-ye/uagent-sync@a4dd3ee — U同步 / Uagent Sync — cross-device workspace sync for DeepSeek Harness: backup, restore, and ecosystem update via the uagent-sync CLI.

    • Evidence: manifestpatch · Identity: uagent-sync-dsh
    • Licenses: repo MIT / package MIT · lifecycle none · mixed peer ranges
    • Signals: external-network credentials filesystem-read process-control mcp browser session-data package-install plugin-management multi-agent theme nested-bundle · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Codex Pet · skr311/dsh-codex-pet@6aa7b86 — Imports sprite-sheet pets and renders them as agent-state-linked Web overlays.

    • Evidence: manifestpatch · Identity: dsh-codex-pet
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: desktop-pet image-assets agent-events client-injection · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • Whale TUI · slicenferqin/dsh-whale-tui@1ab3c39 — grok-style terminal UI for DeepSeek Harness — whale edition

    • Evidence: manifestpatch · Identity: dsh-whale-tui
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: external-network credentials subprocess session-data model-tools package-install multi-agent theme nested-bundle · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Song Memory · songoao25/dsh-song-memory@5783750 — Three-tier memory control plane for DeepSeek Harness: persistent runtime context, searchable project documents, pluggable long-term memory, smart routing, supervised agent workflows, WebUI, and headless tools.

    • Evidence: manifestpatch · Identity: dsh-song-memory
    • Licenses: repo MIT / package MIT · lifecycle prepublishOnly · declares rc.6 peers
    • Signals: external-network credentials client-injection database prepublish-only · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Worktime Board · spacexun2/dsh-worktime-board@8fe6243 — Daily, weekly, monthly, and academic-calendar work-time statistics with a cultivation-style progression system.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo BSD-3-Clause / package BSD-3-Clause · lifecycle none · mixed peer ranges
    • Signals: time-tracking gamification client-injection browser-storage · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH Message Index · stnt04/dsh-msg-index@8b9834b — A floating frosted control that indexes user messages and jumps to them in the current session.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo MIT / package unknown · lifecycle none · compatibility unknown
    • Signals: session-data message-navigation client-injection · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • Frieren DSH Theme · SuperKSP/dsh_theme_Frieren@84276f9 — Applies a Frieren-inspired parchment, gold, magic-circle and petal theme to the DSH web interface.

    • Evidence: manifestpatch · Identity: dsh-client-ui-skin-frieren
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: theme client-injection visual-assets git-source-install · Review: The fixed source, patch, licenses and repository-specific Git install identity were reviewed statically; assets, animation and client injection were not run.
  • DSH Minecraft Theme · SuperLS-X/dsh-minecraft-theme@06863f0 — Minecraft 主题插件(DeepSeek Harness):方块纹理背景铺满页面、像素字体、MC 风格按钮与点击音效、纹理导入与管理、音乐播放器(16 首 Minecraft 原声 + 本地音乐文件夹)。

    • Evidence: manifestpatch · Identity: @superls-x/dsh-minecraft-theme
    • Licenses: repo MIT / package MIT · lifecycle none · mixed peer ranges
    • Signals: external-network client-injection · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Codex · syncended/deepseek-harness-openai-codex@4486d15 — OpenAI Codex (ChatGPT Plus/Pro) provider for DeepSeek Harness, with Web UI and CLI device-code OAuth login.

    • Evidence: manifestpatch · Identity: @syncended/dsh-codex
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: external-network credentials client-injection process-control · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Picture in Picture · syncended/deepseek-harness-picture-in-picture@591e7d1 — A picture-in-picture mini chat surface for DSH Web.

    • Evidence: manifestpatch · Identity: @syncended/dsh-pip
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: picture-in-picture session-data client-injection · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH macOS Desktop · Taylor-Cat/dsh-macos-desktop@c56f308 — A retro System 7 and Mac OS 9 desktop shell containing chat, files, terminal, browser, docs, and knowledge views.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: desktop-shell terminal filesystem-read client-injection github-only · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH Live2D Companion · Tisitan/dsh-live2d-companion@9e03a01 — Adds an AI-state web widget and optional always-on-top Live2D desktop companion.

    • Evidence: manifestpatch · Identity: dsh-live2d-companion
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: live2d desktop-pet client-injection desktop-window github-only · Review: The fixed source and author-documented GitHub install identity were reviewed statically; no candidate code, install hook, network call, filesystem change, or UI behavior was executed.
  • DSH Pet Companion · ToBeWin/DSH-Pet-Companion@53fc630 — Adds animated local-only desktop pets to DSH Web using artwork bundled by the author.

    • Evidence: manifestpatch · Identity: @tobewin/dsh-pet-companion
    • Licenses: repo MIT / package MIT · lifecycle prepack · compatibility unknown
    • Signals: desktop-pet bundled-media client-injection browser-storage prepack-build github-only · Review: The unpublished package documents a fixed GitHub source install and describes its bundled pet artwork as original; no build, media load, browser state, or animation was executed.
  • TUI · tomowang/dsh-tui@d83d531 — Terminal front door for DeepSeek Harness (dsh): an out-of-tree TUI mode bundle over dsh-base

    • Evidence: manifestpatch · Identity: @tomowang/dsh-tui
    • Licenses: repo MIT / package MIT · lifecycle prepare · declares rc.6 peers
    • Signals: external-network credentials subprocess session-data model-tools package-install prepare · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Pet Nutri · uckkk/dsh-pet-nutri@83bef20 — 营养补充

    • Evidence: manifestpatch · Identity: dsh-pet-nutri
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: native-bundle · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Pet Pack · uckkk/dsh-pet-pack@3a9c606 — 宠物旅行清单

    • Evidence: manifestpatch · Identity: dsh-pet-pack
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: native-bundle · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Conversation Nav · UlaBe/dsh-conversation-nav@df424f6 — A right-edge drawer that lists user messages and jumps to their positions in the conversation.

    • Evidence: manifestpatch · Identity: @ulabe/dsh-conversation-nav
    • Licenses: repo unknown / package MIT · lifecycle none · compatibility unknown
    • Signals: session-data message-navigation client-injection · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH Archived Chats · Ultronen/dsh-archived-chats@8a6912e — A settings page for browsing, searching, restoring, and deleting archived sessions by workspace.

    • Evidence: manifestpatch · Identity: dsh-archived-chats
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: session-data archive-registry filesystem-delete client-injection · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH Unarchive · uwu9039/dsh-unarchive@5f10e58 — An archived-session recycle bin with previews, restoration, and optional archive confirmation.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: session-data archive-registry filesystem-write client-injection · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH Chatflow Rail · veritas501/dsh-chatflow-rail@485a978 — A left-side conversation-flow rail with position navigation and a docked previous-message card.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo MIT / package MIT · lifecycle prepare · compatibility unknown
    • Signals: session-data message-navigation client-injection prepare-build · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH Compact Activity · wallpap/dsh-compact-activity@6ef1278 — Codex-style one-line disclosures for reasoning and tool activity.

    • Evidence: manifestpatch · Identity: dsh-compact-activity
    • Licenses: repo MIT / package MIT · lifecycle prepack · compatibility unknown
    • Signals: reasoning-data tool-activity client-injection prepack-build · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH Billing Community Bundle · Wanbinyu/dsh-billing@198e54d — Aggregates host-side billing projections and a DSH Web usage and cost interface.

    • Evidence: manifestpatch · Identity: dsh-billing-community-bundle
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: billing-data usage-accounting session-data filesystem-write client-injection github-only · Review: The repository provides a fixed GitHub aggregate bundle over local component packages; no build, session projection, ledger write, or browser UI was executed.
  • Cron Tasks · Whale-Zhang/dsh-cron-tasks@feed587 — Scheduled tasks for DeepSeek Harness: sidebar entry under 新会话, plugin settings, and run history kept out of the workspace list.

    • Evidence: manifestpatch · Identity: @dsh-external/dsh-cron-tasks
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: external-network client-injection process-control session-data · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • Client UI Theme Cyberpunk · willianangelomn-spec/dsh-cyberpunk-theme@5f6a96f — Cyberpunk Neon theme for the DeepSeek Harness web UI: dark electric-neon palette with Chakra Petch/Orbitron/Share Tech Mono typography, mounted as a token override layer while the bundle is composed

    • Evidence: manifestpatch · Identity: @deepseek-ai/dsh-client-ui-theme-cyberpunk
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: external-network client-injection process-control session-data theme · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Achievements · WJNCT55555/dsh-achievements@ce6ceb3 — A Web achievement gallery with toasts, trophies, dock integration, crossovers, and opt-in anonymous statistics.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: gamification client-injection browser-storage optional-telemetry · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH Dock · Wntediluvian/dsh-plugins@7f6fe53 — Adds a persistent usage dock with provider balances and guarded restart or stop controls.

    • Evidence: manifestpatch · Identity: dsh-dock
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: provider-usage credentials external-network process-control subprocess filesystem-write client-injection · Review: The fixed source, package license file, bundle structure and monorepo Git-path install identity were reviewed statically; provider requests and process controls were not run.
  • DSH Model Balance · wycto/dsh-model-balance@79e0903 — Displays balances for configured model providers in a DSH Web sidebar panel.

    • Evidence: manifestpatch · Identity: @wycto/dsh-balance-panel
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: account-balance credentials external-network custom-endpoints web-route client-injection · Review: The fixed source and npm identity both expose 0.1.1 from the same repository; no credential resolution, provider request, custom endpoint, or browser panel was executed.
  • DSH Image Create · xiaoyuink/dsh-image-create@90ed40c — AI 生图 (image generation) plugin for the dsh web GUI: text-to-image and image-to-image through a configurable OpenAI-compatible endpoint, with multi-provider support, model discovery, and agent tool registration. 与 @xiaoyuink/dsh-image-vision 同系列的图像插件。

    • Evidence: manifestpatch · Identity: @xiaoyuink/dsh-image-create
    • Licenses: repo Apache-2.0 / package Apache-2.0 · lifecycle none · declares rc.6 peers
    • Signals: filesystem external-network credentials client-injection · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Session Timeline · XiLuovo/dsh-session-timeline@55f3268 — A collapsible conversation timeline with scroll tracking, message jumps, and preview tooltips.

    • Evidence: manifestpatch · Identity: dsh-session-timeline
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: session-data message-navigation scroll-spy client-injection · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • Easy Port Manager · xswt442-cmd/dsh-easy-port-manager@3add732 — DSH 缁狅紕鎮? sidebar button + floating panel listing every dsh web instance on ports 3080-3129 (port, PID, live status) with graceful one-click stop, including Task-Manager-style stop of the current instance.

    • Evidence: manifestpatch · Identity: dsh-easy-port-manager
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: external-network client-injection session-data · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Deepseek Web · y-wi/dsh-deepseek-web@7ada18c — Unofficial DeepSeek Web LLM provider plugin for DeepSeek Harness. Lives in packages/plugin of the public workspace; npm tarball ships built lib/ and prebuilt WASM.

    • Evidence: manifestpatch · Identity: dsh-deepseek-web
    • Licenses: repo MIT / package MIT · lifecycle prepublishOnly · mixed peer ranges
    • Signals: credentials client-injection browser prepublish-only · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Fold · Yancey2023/dsh-fold@f1b5212 — Folds conversation turns and tool rows in the DSH web interface to reduce visual noise.

    • Evidence: manifestpatch · Identity: dsh-fold
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: conversation-ui client-injection session-data custom-install-script · Review: The fixed source, patch, licenses and GitHub-source install identity were reviewed statically; custom install scripts, tests and browser UI were not run.
  • DSH Enhance Workspace · yangshen830-eng/dsh-enhance-workspace@9f9fc69 — DSH web plugin: enhance the workspace panel with multi-directory (multi-root) workspaces — group several directories as one workspace, pick one when starting a conversation, and edit roots in place.

    • Evidence: manifestpatch · Identity: dsh-enhance-workspace
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: external-network client-injection · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Usage Stats · Ychris12138/dsh-usage-stats@8f33be3 — Token usage heatmap, provider balances, and subscription quotas for the dsh web GUI

    • Evidence: manifestpatch · Identity: dsh-usage-stats
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: external-network credentials client-injection process-control · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Omp Tui · yiran-ye/dsh-omp-tui@c10b6d7 — DeepSeek Harness native OMP-style terminal mode bundle

    • Evidence: manifestpatch · Identity: dsh-omp-tui
    • Licenses: repo MIT / package MIT · lifecycle none · mixed peer ranges
    • Signals: external-network credentials client-injection mcp process-control system-prompt · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Wallpaper Share · YRN-playmaker/dsh-wallpaper_share@a271e7f — Synchronizes and shares wallpaper state through a DSH host and browser client bundle.

    • Evidence: manifestpatch · Identity: dsh-wallpaper_share
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: wallpaper external-network filesystem-write client-injection · Review: The fixed source, patch, licenses and GitHub-source install identity were reviewed statically; polling, routes, storage and client behavior were not run.
  • DSH Icon Theme · yzke/dsh-icon-theme@2e341d8 — Adds auto-detected and user-customizable icons to DSH settings and sidebar surfaces.

    • Evidence: manifestpatch · Identity: dsh-icon-theme
    • Licenses: repo MIT / package MIT · lifecycle prepare · compatibility unknown
    • Signals: icon-theme settings-write filesystem-read client-injection prepare-build · Review: The fixed source and matching public package identity were reviewed statically; no candidate code, install hook, network call, filesystem change, or UI behavior was executed.
  • DSH Context Panel · zhangxiang1993621/dsh-context-panel@aa2c80c — Displays skills, rules, and files used by the active conversation inside a layout pane.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo unknown / package MIT · lifecycle none · compatibility unknown
    • Signals: session-data filesystem-read client-injection local-install · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • Settings NAV Organizer · zhengjy01/dsh-settings-nav-organizer@660a152 — Organize the DSH settings panel nav: fold third-party plugin entries under collapsible group rows, with bookmark-style custom groups and a fold toggle in General settings.

    • Evidence: manifestpatch · Identity: dsh-settings-nav-organizer
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: external-network credentials client-injection filesystem-write process-control · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Web UI All · zhu1090093659/dsh-web-ui@5153e9a — An aggregate Web UI bundle combining task board, Git, terminal, remote UI, stats, pets, and skins.

    • Evidence: manifestpatch · Identity: @linxin666/dsh-web-ui-all
    • Licenses: repo Apache-2.0 / package Apache-2.0 · lifecycle prepare · compatibility unknown
    • Signals: aggregate-scope terminal ssh git native-build · Review: Broad aggregate scope and a prepare build require elevated review before use.

Developer Tools

  • DSH Mcmp · Aampidy/dsh-mcmp@9013691 — DeepSeek Harness 插件:数学建模论文自动化流水线 v2(8 步骤 × 19 迭代 × N 轮:图表视觉自检与修复、评审问题修复闭环、跨步骤缺陷台账与向上修复、论文兜底定稿、质疑驱动、断点续跑、进度面板)

    • Evidence: manifestpatch · Identity: dsh-mcmp
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: external-network client-injection · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Request Flight Recorder · abinzhao/dsh-request-flight-recorder@319e3bf — Records bounded content-free diagnostics for request timing, streaming phases, failures, and session correlation.

    • Evidence: manifestpatch · Identity: dsh-request-flight-recorder
    • Licenses: repo MIT / package MIT · lifecycle prepack · declares rc.6 peers
    • Signals: request-metadata session-data stream-diagnostics client-injection · Review: Exact rc.6 DSH peers and the native bundle are fixed-source confirmed; privacy properties, timing hooks, and the prepack build were not runtime-tested.
  • DSH Python Tempfile Shim · AngelosZou/dsh-python-tempfile-shim@20b84cd — A temporary Windows sandbox shim that injects a local sitecustomize path into confined Python command process trees.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: windows-only environment-injection shell-runtime python-environment github-only · Review: The author documents local-clone installation and removal after an upstream fix; no shell resolver, environment, or Python process was modified.
  • DSH Eval Harness · BiBoyang/dsh-eval-harness@035d1c6 — A headless evaluation harness for measuring agent behavior and task outcomes.

    • Evidence: manifestpatch · Identity: dsh-eval-harness
    • Licenses: repo unknown / package MIT · lifecycle prepack · compatibility unknown
    • Signals: headless evaluation · Review: A README owner spelling defect was observed; only a broad Cordis peer is declared.
  • DSH Zh Kit · CatmaoU/dsh-zh-kit@2d00abe — DeepSeek Harness 中文工具包:模型中文优先(推理/回答)+ 轨迹视图中文化与「人话」解释(融合 deepseek-harness-zh-cn 与 dsh-trajectory-zh)

    • Evidence: manifestpatch · Identity: dsh-zh-kit
    • Licenses: repo Apache-2.0 / package Apache-2.0 · lifecycle none · mixed peer ranges
    • Signals: filesystem external-network client-injection process-control · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Plugin Codegraph · CC19990113/dsh-plugin-codegraph@94b0fd3 — Builds a tree-sitter and SQLite code graph and exposes symbol, caller, reachability, and indexing tools to DSH agents.

    • Evidence: manifestpatch · Identity: dsh-plugin-codegraph
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: filesystem-read filesystem-watch sqlite tree-sitter model-tools · Review: The fixed source is 0.1.0 while npm exposes 0.1.4 from the same package directory; no source scan, watcher, native parser, database, or tool was executed.
  • DSH Change Center · Chance-Wu/dsh-change-center@fbe60fc — Captures tool-driven file changes for diff review, verification, rollback, and optional Git staging or publication.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo MIT / package MIT · lifecycle none · mixed peer ranges
    • Signals: filesystem-write git-write session-data tool-results llm-review high-trust-surface · Review: The fixed source can persist file-change evidence, apply or roll back edits, and invoke Git add, commit, and push; no filesystem, Git, or model action was executed.
  • DSH Reviewer Bot · chaojixinren/dsh-reviewer-bot@77228ae — Automates repository review workflows across GitHub and GitLab with configurable trust, diagnostics, and write controls.

    • Evidence: manifestpatch · Identity: @dshrb/bundle
    • Licenses: repo unknown / package MIT · lifecycle none · declares rc.6 peers
    • Signals: credentials external-network repository-write subprocess ci-data review-automation · Review: The bundle declares exact DSH rc.6 compatibility and supports forge credentials plus optional repository writes; its automation, subprocesses, and remote calls were not executed.
  • DSH EasySSH Workspace · chenw2759-wq/dsh-IDE@607ff87 — An SSH workspace mode that routes file and subprocess operations to remote hosts while exposing remote browsing and agent tools.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo BSD-3-Clause / package BSD-3-Clause · lifecycle prepare · declares rc.6 peers
    • Signals: ssh credentials remote-execution filesystem-write prepare-build · Review: Source-link installation and exact rc.6 peers are documented; remote mode bypasses the local kernel sandbox, and no credential, SSH, SFTP, or process action was executed.
  • DSH Git Ops · codehz/dsh-git-ops@bab93cf — Adds Git recommendations, local branch switching, status and diff views, and agent intent shortcuts.

    • Evidence: manifestpatch · Identity: dsh-git-ops
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: git-read git-write branch-switch subprocess client-injection agent-intent · Review: The fixed source invokes Git through the DSH subprocess surface and can stage changes or switch branches; no command or UI action was executed.
  • Safe Launch · dHR-P/dsh-safe-launch@d064de1 — DSH 鐎瑰鍙忛崥顖氬З閸c劍褰冩禒璁圭窗娴犺缍?dsh 閻楀牊婀伴崸鍥у讲鐎瑰顥婇獮鑸殿劀鐢晲濞囬悽銊⑩偓鏂衡偓鏂挎儙閸斻劌鎳℃禒銈嗗瘻鐎瑰じ瀵岄悧鍫熸拱閼奉亪鈧倸绨查幑鏇″箯閿涘苯宸婚崣鑼閺堫剙鍙忛柌蹇撳悑鐎瑰湱鐓╅梼闈涚杽濞村绱辨#鏍偧娴h法鏁ゆ稉搴㈡珮闁碍褰冩禒鑸垫¥瀵偊绱遍幒鍫熸綀閹恒儳顓搁妴浣告倱閹板繐鍩楅弽绋跨妇閸楀洨楠囬柌鎴滅闂嗏偓閵嗕焦褰冩禒璺哄悑鐎硅鈧勵梾閺屻儱鐣ㄧ憗鍛偓浣圭閸楁洜婀呴梻銊у珝閵嗕總afe launcher for DeepSeek Harness: works on any dsh version with adaptive boot-command capture, full historical-version compatibility matrix, normal-plugin first-run, consent-based takeover and updates.

    • Evidence: manifestpatch · Identity: dsh-safe-launch
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: external-network client-injection process-control package-install · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • Arch Doc · duyanta123/arch-doc@76fcfaf — A filesystem skill that analyzes a codebase and produces architecture documentation for modules, dependencies, entry points, and run methods.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: filesystem-read filesystem-write code-analysis documentation-generation github-only · Review: Pinned GitHub installation is documented; the wildcard skill-filesystem peer leaves compatibility unproven, and no codebase was read or documented.
  • DSH Workbench · ghbhiee/dsh-plugins@2017411 — A browser workbench combining a terminal, file explorer, and file preview.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: terminal subprocess filesystem-read filesystem-write client-injection · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • Greet · HDylanYueH/dsh-greet@04cd363 — A minimal DeepSeek Harness (dsh) plugin that registers a greet tool.

    • Evidence: manifestpatch · Identity: dsh-greet
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: external-network process-control model-tools · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Grayprint · HongzhongL/dsh-grayprint@5d43d2c — GrayPrint — live reasoning-style fingerprints for the DeepSeek Harness web chat. Compares grayscale-vs-current writing style and independently tracks Let me exploratory openers versus We need planning openers.

    • Evidence: manifestpatch · Identity: dsh-grayprint
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: external-network client-injection · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • Namecheck · HULILI-com/dsh-namecheck@cde96cc — 软件/品牌取名查重插件:.com 域名注册状态(RDAP 权威数据)+ 商标近似筛查(可配置三方商标 API)

    • Evidence: manifestpatch · Identity: dsh-namecheck
    • Licenses: repo MIT / package MIT · lifecycle prepack · compatibility unknown
    • Signals: external-network credentials prepack · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Tool Visual Primitives · InkshadeWoods/dsh-tool-visual-primitives@d7957c4 — DSH 视觉原语工具:参考 DeepSeek《Thinking with Visual Primitives》论文,将图片路由到外部视觉模型并返回带视觉基元的文本分析。纯文本循环,对话模型无需原生视觉能力即可'看见'图片。

    • Evidence: manifestpatch · Identity: dsh-tool-visual-primitives
    • Licenses: repo MIT / package MIT · lifecycle prepublishOnly · compatibility unknown
    • Signals: external-network credentials client-injection prepublish-only · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Console · Isanti2016/dsh-console@8d31014 — Console commands for Web service and SSH-tunnel management, one-shot prompts, and TUI launch.

    • Evidence: manifestpatch · Identity: dsh-console
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: command-line ssh subprocess service-management · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH Context Lens · KinomotoMio/dsh-context-lens@e00745a — Shows the model context contributed by DSH plugins through host and client inspection surfaces.

    • Evidence: manifestpatch · Identity: @kinomotomio/dsh-context-lens
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: model-context session-data system-prompt client-injection host-api github-only · Review: A matching fixed GitHub source exists while npm has no package; no model context, session data, host API, client UI, test, or build was executed.
  • DSH Selection Highlight · kxSenlin/dsh-selection-highlight@6ece433 — Selection Highlight(选区高亮)for dsh Web:双击/拖选对话文本后,对话区域内的相同文本片段淡高亮。VS Code Selection Highlight 风格的纯浏览器侧 dsh 插件。

    • Evidence: manifestpatch · Identity: dsh-selection-highlight
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: client-injection · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Ops Kit · LeslieWylie/dsh-ops-kit@c4ba835 — Operational tools and skills for development workflows inside DeepSeek Harness.

    • Evidence: manifestpatch · Identity: dsh-ops-kit
    • Licenses: repo MIT / package MIT · lifecycle prepublishOnly · declares rc.6 peers
    • Signals: tools skills · Review: DSH skill and tools peers declare rc.6; runtime compatibility was not tested.
  • DSH Proxy Config · lhf6623/dsh-proxy-config@e3d5934 — A settings panel that persists HTTP or SOCKS proxy values into the host process environment.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo unknown / package MIT · lifecycle none · compatibility unknown
    • Signals: proxy process-environment configuration-write credentials subprocess · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH SCNet · lql341/dsh-scnet@24070df — SSH and Slurm tooling for SCNet and similar domestic HPC clusters.

    • Evidence: manifestpatch · Identity: dsh-scnet
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: ssh hpc remote-execution filesystem-write subprocess · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH Exec Extension · LvDAO/dsh-exec-extension@1a7c4e1 — Official-pattern dsh bundle: replace headless-startup with per-invocation CLI flags without writing settings

    • Evidence: manifestpatch · Identity: dsh-exec-extension
    • Licenses: repo MIT / package MIT · lifecycle prepare · mixed peer ranges
    • Signals: filesystem external-network credentials client-injection mcp native-helper prepare · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Bash Terminal · MAXeaglet/dsh-bash-terminal@6894913 — A Windows shell tool that routes commands through PowerShell, Git Bash, or WSL with a configurable default.

    • Evidence: manifestpatch · Identity: dsh-bash-terminal
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: subprocess shell windows configuration-write · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH Session Control · mouliangyu/dsh-plugins@4c03d96 — Global session and workspace management for DeepSeek Harness

    • Evidence: manifestpatch · Identity: dsh-session-control
    • Licenses: repo MIT / package MIT · lifecycle none · mixed peer ranges
    • Signals: client-injection process-control · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Session Lifecycle · mrzhangkris/dsh-session-lifecycle@2020895 — 会话生命周期管理:one-shot 子代理完成后自动清理 + 总量保底 + 连带清理 projcache,从源头杜绝缓存膨胀与卡顿。

    • Evidence: manifestpatch · Identity: dsh-session-lifecycle
    • Licenses: repo Apache-2.0 / package Apache-2.0 · lifecycle none · compatibility unknown
    • Signals: external-network credentials · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Large Project Performance · orangeofcarl0-sys/dsh-large-proj-perf@cb957b4 — Large-session optimizations for fork initialization, projection warming, cache refill, materialization, LRU pruning, and heap detection.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: performance-patch session-data cache memory-management github-only · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH Superpower · pai535Huang/dsh-superpower@c35de08 — DeepSeek Harness preset adapter for obra/superpowers

    • Evidence: manifestpatch · Identity: dsh-superpower
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: external-network · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH UE Assets Operator · QSWWLTN/dsh-UEAssetsOperator@2dbb683 — Native tools for Unreal Engine uasset inspection and Blueprint edits through built-in UE Python.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo MIT / package unknown · lifecycle none · compatibility unknown
    • Signals: unreal-engine asset-inspection filesystem-write subprocess python · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH NeoForge · r05En1cU/dsh-neoforge@7bbee40 — A plugin API layer with runtime mixins, snapshot and restore, and a Cordis-native event bus.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo MIT / package MIT · lifecycle prepare · compatibility unknown
    • Signals: plugin-api runtime-mixin snapshot event-bus prepare-build · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH Structured Output · royenheart/dsh-plugin-structured-output@1116e33 — JSON Schema structured-output tools, a command, and native result validation.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo unknown / package MIT · lifecycle none · declares rc.6 peers
    • Signals: structured-output json-schema model-tools validation local-installer · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH Restart Systemd · RoyougiShiki/dsh-restart-systemd@90ab7ea — A Web and command trigger for safely restarting a user systemd service and resuming the session.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: service-restart systemd subprocess session-data local-install · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH Code IDE · SakalioLabs/dsh-code-ide@51d49f4 — Adds an optional browser IDE with file editing, search, terminals, and language-aware CodeMirror surfaces.

    • Evidence: manifestpatch · Identity: dsh-code-ide
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: filesystem-read filesystem-write terminal subprocess native-dependencies websocket client-injection alpha-release github-only · Review: The alpha bundle has a fixed GitHub identity and native terminal, ripgrep, FFI, and browser surfaces; none was built, installed, or executed.
  • VS Game · shang-han/dsh-vs-game@ebf4994 — 工作中的大肥鱼:工作驱动的解压小游戏。文件是敌人,token 是经验,DSH 干活就是你变强的方式。

    • Evidence: manifestpatch · Identity: dsh-vs-game
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: external-network credentials client-injection subprocess · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Lean · sjh9714/dsh-lean@df646af — Audits prompt-prefix token usage and proposes reductions to lower model cost.

    • Evidence: manifestpatch · Identity: dsh-lean
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: token-audit cost-optimization prompt-analysis filesystem-read · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH Minimal PowerShell · skydog221/dsh-minimal-powershell@aa53185 — Keeps minimal-mode shell calls working through PowerShell on Windows.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo MIT / package MIT · lifecycle prepare · declares rc.6 peers
    • Signals: powershell shell sandbox-policy windows prepare-build · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH Vimina · Sunse666/dsh-vimina@85b04c9 — Exposes Windows GUI scanning, input, screenshots, windows, mouse, and VMA scripting through native tools.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo MIT / package MIT · lifecycle prepublishOnly · mixed peer ranges
    • Signals: gui-automation windows subprocess screenshot model-tools · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH Git · taontech/dsh-git@bbe81b5 — A Git tab for repository status, history, branches, initialization, and operations.

    • Evidence: manifestpatch · Identity: @taontech/dsh-git
    • Licenses: repo MIT / package MIT · lifecycle prepublishOnly · compatibility unknown
    • Signals: git filesystem-write subprocess client-injection prepublish-build · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • Archify · tt-a1i/archify@cffdd42 — Architecture knowledge and diagrams exposed to DSH through a nested integration bundle.

    • Evidence: manifestpatch · Identity: @tt-a1i/archify-dsh
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: nested-bundle filesystem-skill dynamic-yaml · Review: Native structure confirmed in a nested package; runtime compatibility was not tested.
  • Color · TYEclipse/dsh-color@83e0446 — Color toolbox for DeepSeek Harness (dsh): parse and convert any CSS color (hex / rgb / hsl / hwb / named), WCAG contrast ratios with AA/AAA verdicts, named-color lookup, harmonious palette generation (complementary / analogous / triadic / split-complementary / tetradic / square / monochromatic), and color adjustments (lighten / darken / saturate / desaturate / hue-rotate) — zero runtime dependencies, pure math

    • Evidence: manifestpatch · Identity: dsh-color
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: external-network package-install · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Air Plant · uckkk/dsh-air-plant@d018d28 — 室内绿植

    • Evidence: manifestpatch · Identity: dsh-air-plant
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: native-bundle · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Bone Aid · uckkk/dsh-bone-aid@9ee1200 — 骨折扭伤

    • Evidence: manifestpatch · Identity: dsh-bone-aid
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: native-bundle · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Curtain Pick · uckkk/dsh-curtain-pick@97a3e78 — 窗帘选择

    • Evidence: manifestpatch · Identity: dsh-curtain-pick
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: native-bundle · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Kitchen Exhaust · uckkk/dsh-kitchen-exhaust@54e88e4 — 烟灶选购

    • Evidence: manifestpatch · Identity: dsh-kitchen-exhaust
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: native-bundle · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Mover Pick · uckkk/dsh-mover-pick@21172d9 — 搬家公司

    • Evidence: manifestpatch · Identity: dsh-mover-pick
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: native-bundle · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Multi Furniture · uckkk/dsh-multi-furniture@e6e040d — 多功能家具

    • Evidence: manifestpatch · Identity: dsh-multi-furniture
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: native-bundle · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH No Main Light · uckkk/dsh-no-main-light@159615e — 无主灯方案

    • Evidence: manifestpatch · Identity: dsh-no-main-light
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: native-bundle · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Red Packet · uckkk/dsh-red-packet@7b039db — 红包礼仪

    • Evidence: manifestpatch · Identity: dsh-red-packet
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: native-bundle · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Robot Setup · uckkk/dsh-robot-setup@7f4ffc1 — 扫地机器人

    • Evidence: manifestpatch · Identity: dsh-robot-setup
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: native-bundle · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Plugin Git Inspect · Wanbinyu/dsh-plugin-git-inspect@51e98c3 — Exposes read-only Git status, diff, log, branch, and repository inspection tools to DSH.

    • Evidence: manifestpatch · Identity: dsh-plugin-git-inspect
    • Licenses: repo MIT / package MIT · lifecycle prepare · mixed peer ranges
    • Signals: git-read subprocess filesystem-read model-tools prepare-build github-only · Review: The fixed GitHub bundle invokes Git through the DSH subprocess service and accepts rc.5 through rc.6 peers; no prepare build, command, or tool was executed.
  • DSH Git Graph · WhitePlusMS/dsh-git-graph@4e4621a — A read-only Git graph view with refs, worktree state, search, filtering, and history pagination.

    • Evidence: manifestpatch · Identity: dsh-git-graph
    • Licenses: repo MIT / package MIT · lifecycle prepack · declares rc.6 peers
    • Signals: git workspace-read · Review: Exact rc.6 DSH peers were declared; runtime compatibility was not tested.
  • DSH Git Worktree · wloops/dsh-git-worktree@17945c5 — Experimental worktree-backed session targets with isolated sessions, review views, confirmed delivery, and cleanup.

    • Evidence: manifestpatch · Identity: dsh-git-worktree
    • Licenses: repo MIT / package MIT · lifecycle prepublishOnly · compatibility unknown
    • Signals: git-worktree session-data approval-gate filesystem-delete prepublish-build · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • Native Reasoning Slider · WSL043/dsh-native-reasoning-slider@578ec42 — A native, model-aware reasoning effort slider for DeepSeek Harness

    • Evidence: manifestpatch · Identity: dsh-native-reasoning-slider
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: external-network credentials client-injection process-control financial · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Plugin Hooks Ordering · xinyuehtx/dsh-plugin-hooks-ordering@3f9f79f — Coordinates deterministic before-and-after ordering across independently contributed Cordis hooks.

    • Evidence: manifestpatch · Identity: @tengxiaohtx/dsh-plugin-hooks-ordering
    • Licenses: repo MIT / package MIT · lifecycle prepublishOnly · compatibility unknown
    • Signals: hook-ordering agent-events tool-events model-stream filesystem-write prepublish-build · Review: The fixed source and npm identity both expose 0.2.0 from the same repository; no hook takeover, ordering graph, log write, build, or test was executed.
  • DSH Launcher · XQ-rxslcq/dsh-launcher@046acfb — A configurable launcher for hidden command-line startup and an animated desktop companion window.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: application-launcher subprocess configuration-write desktop-app · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH Remote SSH · Yan-Zero/dsh-remote-ssh@21d727c — Transparent local and remote SSH workspaces spanning files, subprocesses, settings, and Web UI.

    • Evidence: manifestpatch · Identity: dsh-remote-ssh
    • Licenses: repo Apache-2.0 / package Apache-2.0 · lifecycle prepublishOnly · compatibility unknown
    • Signals: ssh remote-execution filesystem-write credentials prepublish-build · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.
  • DSH Web UI Launcher · YV3507/dsh-webui-launcher@1028c4f — Provides model tools, commands and a settings card for starting, stopping and opening the DSH web interface.

    • Evidence: manifestpatch · Identity: dsh-webui-launcher
    • Licenses: repo MIT / package MIT · lifecycle none · mixed peer ranges
    • Signals: process-control subprocess external-network filesystem-write client-injection native-launcher · Review: The fixed source, patch, licenses, compatibility ranges and GitHub-source install identity were reviewed statically; launchers, processes, tools, servers and browser code were not run.
  • DSH Git Bash Tool · zeroa234/dsh-preset-minimal-windows@5e33b0f — A Windows Git Bash execution tool using the host subprocess seam with output spill and timeouts.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: git-bash subprocess windows filesystem-write · Review: Fixed source, manifest, patch, available license evidence, and documented install identity were reviewed statically; plugin code and declared capabilities were not executed.

Agent & Workflow

  • DSH Plan Lattice · 1052326311/dsh-plan-lattice@e764f70 — Adaptive execution contracts and evidence-gated work graphs for long-running DSH agents.

    • Evidence: manifestpatch · Identity: dsh-plan-lattice
    • Licenses: repo MIT / package MIT · lifecycle prepack · mixed peer ranges
    • Signals: agent-planning filesystem-write model-tools github-release prepack-build · Review: GitHub release tarballs provide a fixed install identity; peers mix rc.5 and rc.6, and the prepack build and workflow behavior were not executed.
  • Nocode · 3dot141/nocode-evolve@1187dbf — Harrison 的个人工程工作流与规则工具箱,支持 Claude Code、Codex、Qoder、Pi 和 DeepSeek Harness

    • Evidence: manifestpatch · Identity: nocode
    • Licenses: repo MIT / package MIT · lifecycle none · mixed peer ranges
    • Signals: mcp process-control system-prompt · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Forge · alex04130/dsh-forge@fae36ff — A broad extension bundle for cross-session mail, agent teams, model routing, runtime injection, skills, and plugin management.

    • Evidence: manifestpatch · Identity: @dsh-forge/bundle
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: multi-agent dynamic-loading package-management filesystem-write high-trust-surface · Review: The distributable npm bundle, rather than the private root source manifest, declares rc.6 peers; its broad runtime injection and management surfaces were not executed.
  • OMP Advisor · AndrasSama/dsh-omp-advisor@863a1e0 — oh-my-pi advisor subsystem ported to DeepSeek Harness: independent reviewer models watch your agent's live transcript, investigate with read-only tools, and advise it — nit injects, concern/blocker steer.

    • Evidence: manifestpatch · Identity: dsh-omp-advisor
    • Licenses: repo MIT / package MIT · lifecycle prepare · compatibility unknown
    • Signals: external-network credentials client-injection process-control session-data system-prompt model-tools package-install financial prepare · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Computer Use · Anionex/dsh-computer-use@76bfe86 — Computer-use tooling for screen perception and controlled desktop actions.

    • Evidence: manifestpatch · Identity: @anionex/dsh-computer-use
    • Licenses: repo MIT / package MIT · lifecycle prepack · declares rc.6 peers
    • Signals: computer-use browser native-artifacts · Review: Exact rc.6 DSH peers were declared; broad computer control remains a high-trust capability.
  • DSH Expert Mode · Asher-2000/dsh-expert-mode@55d5835 — Provides a coordinator persona and eleven domain-expert subagent presets for delegated DSH workflows.

    • Evidence: manifestpatch · Identity: dsh-expert-mode
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: agent-preset subagent-delegation persona-injection github-only · Review: A pinned root Git source identity is available while npm has no matching package; no persona, agent realm, or delegation was loaded.
  • DH Multiagents · atesahmet0/dh-workspace@fb1f22c — A role-bound multi-agent bundle with enforced tool matrices, persisted delegation, reusable presets, philosophy skills, and worktree operations.

    • Evidence: manifestpatch · Identity: @dh-multiagents/bundle
    • Licenses: repo MIT / package unknown · lifecycle postinstall · declares rc.6 peers
    • Signals: multi-agent filesystem-write git-worktree model-routing postinstall · Review: The public bundle identity resolves and documentation targets rc.6; its approved postinstall mirrors presets, and no lifecycle or agent action was run.
  • DSH CC Agents · Bcy2020/dsh-cc-ecosystem@486441b — An adapter that turns Claude Code agent definitions into DSH subagents with persona, tool filters, skills, and model aliases.

    • Evidence: manifestpatch · Identity: dsh-cc-agents
    • Licenses: repo unknown / package MIT · lifecycle none · compatibility unknown
    • Signals: multi-agent filesystem-read prompt-injection tool-filtering model-routing · Review: The public package maps to this monorepo; wildcard DSH peers leave compatibility unproven, and no Claude asset or subagent was loaded.
  • Think Expand · BrianHIO-x/dsh-think-expand@2cd4d28 — Auto-expand every Think row, including after switching sessions. Header switch to turn it on or off.

    • Evidence: manifestpatch · Identity: dsh-think-expand
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: session-data · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • Message Timeline Navigation · cokiscarazo-rgb/dsh-plugin-message-timeline-navigation@2ef241a — Codex-style message timeline navigation for DSH web clients: a vertical rail of ticks on the conversation edge — hover to preview, click to jump, and the current reading progress stays highlighted.

    • Evidence: manifestpatch · Identity: dsh-plugin-message-timeline-navigation
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: external-network client-injection session-data · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • DSH Captain Call · Daisy2048/dsh-captain-call@d2b7406 — A desktop call-style notifier for AgentTeams completions with local speech synthesis, optional microphone replies, and archived conversations.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo MIT / package MIT · lifecycle none · declares rc.6 peers
    • Signals: session-data filesystem-read audio microphone external-model-download · Review: Local source installation is documented for the private package; audio, model download, microphone, and AgentTeams state access were not executed.
  • DSH AE Team · ddddjaak/dsh-ae-team@35a7494 — An application-engineering team pack with seven role definitions, professional skills, and Mermaid graph templates for DSH Web.

    • Evidence: manifestpatch · Identity: Git source / unknown
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: multi-agent filesystem-skill prompt-injection dynamic-mermaid github-only · Review: Source-link installation is documented; the manifest declares no DSH peer range, and no role, skill, prompt, or graph template was loaded.
  • Annotation Patched · DDDFXYqiming/dsh-annotation-patched@1f11a84 — DSH Web selection-annotation plugin: select assistant text, annotate (optional), and press Enter to send the annotation block with your message — the model replies to each annotation by number, with hoverable chips in the reply.

    • Evidence: manifestpatch · Identity: @dsh-external/dsh-annotation-patched
    • Licenses: repo MIT / package MIT · lifecycle prepublishOnly · declares rc.6 peers
    • Signals: external-network client-injection session-data prepublish-only · Review: The fixed source, same-commit patch, licenses and installation identity were reviewed statically; lifecycle hooks, plugin code and capabilities were not executed.
  • Proactive Notify · DemoJ/proactive-notify@b9032be — DSH 主动通知插件:遇到权限问题和任务完成时弹出系统级通知

    • Evidence: manifestpatch · Identity: proactive-notify
    • Licenses: repo MIT / package MIT · lifecycle none · compatibility unknown
    • Signals: external-network
上一个 Prev claude2dsh 下一个 Next dsh-desktop