Activity heatmap for the dsh web GUI sidebar: a persistent GitHub-style year grid switching between daily commits / token usage / estimated spend, plus a today line with all-session token totals, cache hit rate, and per-model auto-priced cost. Data is aggregated host-side from the durable session logs (provider usage) and the workspace git repositories, served at /activity-heatmap/stats. Hot-pluggable - mounted via ~/.dsh/cordis.patch.yml + a profile node_modules symlink, no dsh source changes. Pricing table follows the xiufengsun/TokenTracker curated rates.
开发工具 · finance · 界面 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:283Gawin/dsh-heatmap
DSH web GUI right-panel system: a pixel-faithful re-implementation of AionUi's Explorer + Preview columns (file tree, filename search, git changes, multi-tab preview of 10+ formats) driven by real host-side fs/git services, hot-pluggable via a profile bundle without any dsh source changes
开发工具 · 界面
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:springbrand-lab/dsh-skin-universe#7ef789a25fdc27158f557cd2d29b6fa568a0756b&path:packages/dsh-aionui-panel
External dsh web GUI plugin: a git branch selector + Git graph in the conversation header's context hole (beside the official workspace selector), with real host-side git operations (switch/create) and guards, as a dsh profile bundle
开发工具 · 界面 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:springbrand-lab/dsh-skin-universe#7ef789a25fdc27158f557cd2d29b6fa568a0756b&path:packages/dsh-git-graph
Task board for the dsh web GUI: a sidebar entry plus a multi-column kanban view with local persistence, task details, and real execution through dsh sessions (session.prompt). Hot-pluggable — mounted via ~/.dsh/cordis.patch.yml + a profile node_modules symlink, no dsh source changes.
界面 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:springbrand-lab/dsh-skin-universe#7ef789a25fdc27158f557cd2d29b6fa568a0756b&path:packages/dsh-task-board
DSH web GUI plugin: right-hand details-panel bodies for background jobs and subagent catalog entries — the live non-consuming rolling output tail (Hermes-style) and the transcript-tail report enrichment, with double-click entry points documented in core-patches/.
Agent 协作
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Gancaozi/dsh-details-panel#21426dbe9231f55cb5e07372baacbd3244e6a74d&path:packages/dsh-details-panel
Instant filename search for DSH agents, backed by voidtools Everything (es.exe). Adds the everything_search / everything_status agent tools: whole-index filename queries in milliseconds with optional path scoping and node_modules/.git noise filtering, plus a clear fallback message — never a slow recursive walk.
Agent 协作 · 开发工具
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Argonaut790/dsh-everything-search
Mobile remote control for the dsh web GUI: scan-to-pair QR entry beside the settings button, one-time pairing tokens, live device status, and revocable mobile sessions
integrations · 界面
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:springbrand-lab/dsh-skin-universe#7ef789a25fdc27158f557cd2d29b6fa568a0756b&path:packages/dsh-remote-web-ui
Remote SSH operations for the dsh web GUI: host config store (~/.dsh/dsh-ssh.json, import from ~/.ssh/config), a persistent ssh2 connection pool with jump-host support, exec / PTY web terminal / SFTP transfer / local port-forward tunnels / cluster execution, plus agent tools (ssh_list, ssh_exec, ssh_upload, ssh_download, ssh_tunnel, ssh_cluster). Hot-pluggable — mounted via ~/.dsh/cordis.patch.yml + a profile node_modules symlink, no dsh source changes.
Agent 协作 · 开发工具 · integrations
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:springbrand-lab/dsh-skin-universe#7ef789a25fdc27158f557cd2d29b6fa568a0756b&path:packages/dsh-ssh
Water ball pet plugin for the dsh web GUI: a floating sky-blue water ball with white eyes that reacts to agent activity (idle / thinking / tool) and ships an enable toggle plus size in the Web UI plugin settings.
Agent 协作 · 界面
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sundusk/dsh-waterball-pet
Persistent one-click plan/build mode toggle in the composer tool row (conversation.input.left). Switches the session plan state through the built-in /plan command channel.
Voice input plugin for DeepSeek Harness web: a mic button in the composer that recognizes speech (Web Speech API) and fills the draft, with optional auto-send.
other
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:NewDaNew/dsh-voice-input
Settings page for viewing and managing existing skills: list all registered skills with source and invocation metadata, expand to read the full instructions, and delete user/project skills to the Windows Recycle Bin.
Todo-backed turn-stop gate and prompt plugin for DeepSeek Harness: blocks stop on unfinished work and prompts on no-todo or stale-todo streaks, configurable in the settings page.
other
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:DoiiarX/dsh-todo-continuation