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
Hatch a digital creature in your DeepSeek Harness. It feeds on your real work — turns, tool calls, even your errors — and evolves along branching lines shaped by how you actually work. Zero tokens, zero tools, the model never knows.
Agent 协作 · 界面
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:swaylq/dsh-digipet
DingTalk IM bot channel for DeepSeek Harness: each chat drives its own agent, replies and thinking come back as messages over the Stream-mode long connection.
Agent 协作
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ttmouse/dsh-dingtalk-channel
Doc Present: let the agent present plans/designs as self-contained interactive HTML pages (FX animations) - shown in an in-GUI panel and a shareable LAN preview server instead of long chat text
DSH WebUI drag-and-drop file preview: drop files anywhere, full-page preview images and rendered Markdown (inline images resolved from dropped files or auto-searched in the session workspace), zoom/rotate images on click, persistent composer file box.
Agent 协作 · 效率 · 视觉
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Cheyeah/dsh-drop-preview
A pure runtime that routes DeepSeek Harness sessions to pluggable loop engines by agent-preset. Ships no engine; downstream plugins register engines via ctx.engineSwitch.
Agent 协作 · 开发工具
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Yuki-takuya-kun/dsh-engine-switch
fasthtml-desktop skill as a distributable DeepSeek Harness (dsh) Cordis Bundle plugin. Registers the fasthtml-desktop Agent Skill (full repo, self-contained) as an embedded skill provider on ctx.skills.
Agent 协作 · 界面 · skills
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kuailexiaozixin/fasthtml-desktop
Feishu/Lark bridge plugin for the DeepSeek Harness (DSH): receive messages over WebSocket long-connection, run a dedicated agent to execute commands, and reply back to Feishu.
Control your DeepSeek Harness agent from Feishu/Lark: send tasks via DM, receive results back, approve tool calls from mobile cards. Powered by lark-cli.
Agent 协作 · integrations
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ShiXiangYu2/dsh-feishu-remote
Fuzzy file finding and indexed content search for DSH: find_files / resolve_file / related_files / fff_grep. Pure-JS path index + subsequence scoring (no native dependencies). Port of pi-fff for the Pi coding agent.
Agent 协作 · 开发工具
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sleepinginsummer/dsh-fff