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
DeepSeek Harness dual-face plugin: Claude-style drag-and-drop / paperclip file upload, content sniffing, document-to-Markdown conversion (built-in JS parsers with optional Microsoft MarkItDown CLI), text inlining into the message, and a read_document tool for the agent.
Agent 协作
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:HongMing-Huang/dsh-file-upload
flomo (浮墨笔记) integration for DeepSeek Harness: configure your flomo API URL / API Key once, then let any agent send notes, memos, and summaries straight into flomo via the flomo_send tool
Agent 协作 · integrations
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zhengjy01/dsh-flomo
DeepSeek Harness ctx.fs provider backed by the remote-sandbox sidecar: every filesystem method is one round trip, with atomic writes, version guards, and bounded reads.
Curate tool output before it enters the model's context: keep error/warning lines and head/tail, spill the full text to disk with a pointer. Faster turns, smaller context, sharper attention — for every tool, not just bash.
Agent 协作 · notifications
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:YuanyuanMa03/dsh-funnel
The most complete GitHub integration for DeepSeek Harness: repo overview, releases, issues, pull requests, contributors, search, and a deep repo report — with rate-limit-friendly caching.
Agent 协作 · integrations
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zoahdev/dsh-github-intelligence
Long-task gatekeeper for DeepSeek Harness: detects one-shot mammoth requests, asks whether to plan first, and scaffolds plan.md + a capped goal before the agent starts
Agent 协作
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zriyox/dsh-goal-scaffold