DeepSeek API quota widget for the dsh web GUI: shows remaining DeepSeek API balance in a floating card pinned to the bottom-right corner (shell.overlay slot).
finance
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yingjunnan/dsh-deepseek-quota
DeepSeek API quota widget for the dsh web GUI: floating bottom-right card with a blood-bar of remaining balance vs month-opening balance, plus today/month spend and current conversation cost (fork of dsh-deepseek-quota).
finance · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jiangli07/dsh-deepseek-quota-bar
DeepSeek Harness plugin: live DeepSeek official service status (status.deepseek.com) in the sidebar — overall status, component statuses, incidents, and uptime.
界面
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:KekuKase/dsh-deepseek-status
Out-of-tree dsh provider plugin: a DeepSeek gateway route that claims image input and transparently describes pasted images through a configured vision-language model (e.g. Qwen-VL) before the text-only DeepSeek wire sees them.
Agent 协作 · 开发工具 · 视觉
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:siegfly/dsh-deepseek-vision
Use DeepSeek web (chat.deepseek.com) as a free LLM provider in DSH — no API key needed. Plugin auto-launches a local gateway that drives a persistent browser; continuous chat, tool calls, model calibration, sub-agent concurrency.
Agent 协作
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:huermi/dsh-deepseek-web-adapter
DSH-DELETE: recoverable conversation deletion for DeepSeek Harness — a session menu item and /delete-conversation command that queue deletions, hide sessions immediately, and move logs to a recoverable trash on restart
效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Hyna-hla/DSH-DELETE
DeepSeek Harness packaged as an Electron desktop application: the host composition boots in-process in the Electron main process, the built frontend loads from the local file system, and the /api fetch plus event downlinks cross an Electron IPC bridge (no browser, no port, no local HTTP server).
Windows desktop shell for the dsh Web GUI: hosts it in a WebView2 window, ships the shell executable beside this package, and (with autoLaunch) opens the shell once the server is ready.
界面
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:beex-labs/dsh-desktop-plugin#e2ca3ba45eceb3edf6e030f10bc51b330ff81089&path:packages/dsh-desktop
DeepSeek Harness as a desktop app: host boots in-process inside Electron, the built frontend loads locally, and API plus event traffic crosses an IPC bridge (no port, no local HTTP server).
DSH host plugin: OS-level desktop control tools (screen OCR with coordinates, mouse click/drag, Unicode typing, key combos) so the model can operate the whole browser including the address bar, and any other window.
界面 · 视觉
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Hyna-hla/dsh-desktop