OpenBiliClaw DeepSeek Harness plugin: the user-consumption side (recommendations, delight, saved, Socratic chat, profile, probes, activity) as a web-GUI sidebar, plus agent-bridge tools and the openbiliclaw-adapter skill for closed-loop use inside DSH.
Accessibility-first macOS Computer Use capability for DeepSeek Harness with stale-observation protection, app leases, confirmations, screenshots, and Web diagnostics
Agent 协作 · 界面 · 效率 · skills
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Anionex/dsh-computer-use
Auto-research loop for DeepSeek Harness: a durable research_log tool (append-only JSONL per topic) plus a skill that drives a plan → search → read → synthesize loop with explicit stop conditions.
Agent 协作 · 开发工具 · integrations · skills
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Dominic789654/awesome-deepseek-harness#986e7fb75e52402afe475d38527a83aebb14e2f2&path:plugins/dsh-research-loop
Slide-deck generation for DeepSeek Harness: slides_generate turns a markdown outline into a self-contained reveal.js HTML deck in the active workspace.
Agent 协作 · 开发工具 · integrations · 效率 · skills
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Dominic789654/awesome-deepseek-harness#986e7fb75e52402afe475d38527a83aebb14e2f2&path:plugins/dsh-slides
BitFun 与 DSH ACP 交互对接 插件: expose the BitFun agent (https://github.com/GCWing/BitFun) as a subagent provider inside DeepSeek Harness over the Agent Client Protocol
Agent 协作
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:bobleer/dsh-acp-for-bitfun
File Explorer for DeepSeek Harness: right-side resizable file tree (expand/collapse, search, syntax-highlighted preview, in-panel editing) with one-click VS Code open
Agent 协作 · 开发工具 · integrations
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:joejojoking-cloud/dsh-file-explorer
Drop or paste images, PDFs, office docs, zips, videos and audio into the DSH composer as workspace file paths instead of model attachments — lets a text-only model agent read them via vision tools.
Agent 协作 · 界面 · 效率 · 视觉
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:loudMore/dsh-drop-to-path
Data Agent for the dsh web GUI: session-scoped database connections (MySQL/PostgreSQL/SQLite), the sqlcmd tool, the data-agent agent preset, and the database conversation-view tab
Agent 协作 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:omdsh-dev/dsh-data-agent
Restart recovery for dsh web: after a crash/restart, an interrupted agent turn continues automatically (host-side agent/created listener — no browser timing races). Pairs with the dsh-web-guard skill (which auto-relaunches the web process); together they make restart self-healing.
Agent 协作 · 开发工具 · skills
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:fakechris/dsh-harness-ops#426820eda5d9875a7f96dbbc6af2007d4d5d5948&path:plugins/dsh-restart-recover