Codex Pets integration for the DeepSeek Harness Web GUI: a transparent draggable desktop pet fully compatible with the codex-pets package format (V1/V2 spritesheet pets), following the current session's working state, plus a settings section to pick pets from the local pets directory
Give your DSH agent hands: drive a real browser (Edge/Chrome over CDP) from the chat, with a live draggable cockpit panel in the Web GUI. Zero runtime dependencies, no API key, one command install.
Agent 协作 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:guo6x/dsh-pilot
DSH web plugin: plan persistence & workspace memory — captures every exit_plan_mode plan into .dsh-outputs/plans/<sessionId>/ (plan.md + revisions + meta.json), keeps a workspace-gradual memory under .dsh-outputs/memory/ (user/feedback/project/reference, MEMORY.md index), injects the memory into every model turn (6KB budget, toggleable), exposes a memory_write model tool, and renders a deliverables view (计划/记忆 rings: view / edit / delete / add / send-to-composer).
memory · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:DDDPG/dsh-plugins#543d4b046af0c67602be6d16cba7f6ed94239247&path:plugins/dsh-plan-keeper
Agentic Control Plane for DeepSeek Harness — check every tool call against your policies before it runs, and keep a durable record of what was allowed and why.
Agent 协作
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:agentic-control-plane/dsh-acp-plugin
DeepSeek Harness plugin that bridges to external AI models (Codex, Claude, GPT, ...) for second-opinion code review, adversarial review, and task delegation.
DSH Web UI plugin: check your DeepSeek API key balance/quota (GET /user/balance) from the sidebar, with a GUI panel showing total/granted/topped-up balance.
finance · 界面
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ganfne123/dsh-plugin-api-quota
Mobile-first layout fixes for dsh web: hidden sidebar with swipe drawer, session-header dropdown, pinned top action bar, and a composer toolbar that no longer overlaps
DeepSeek Harness plugin: Bilibili keyword video search, video metadata, and subtitle transcript tools (bilibili_search / bilibili_video / bilibili_subtitles). Anonymous by default with risk-control bootstrapping; an optional SESSDATA unlocks login-gated subtitles.
Agent 协作
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:moxingovo/dsh-bilibili
Browse every plugin currently loaded in your DSH profile — agent tool + Web settings page with versions, sources, and load status. · 轻松浏览当前 DSH 已加载的全部插件:agent 工具 + Web 设置页(版本 / 来源 / 加载状态)。
Agent 协作
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:CriscolTheCoder/dsh-plugin-browser
Visual-verification tools for DeepSeek Harness: flicker_detect, visual_diff, and contrast_probe turn UI checks into numbers, so a text-only agent can verify flicker, regressions, and WCAG contrast by reading metrics instead of seeing the page.