DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Orca Agents — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
O

dsh-orca-agents

Orca Agents

Dispatch coding agents into the local Orca desktop from DSH chat.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:aa2246740/dsh-orca-agents#eb82d8d12d5938f2d051a3f8bf4d1c762e4c8fc1
READMECompatibilityVersions

Compatibility and provenance

Orca Agents is published as dsh-orca-agents and currently resolves to version 0.2.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/7/2026

Versions

0.2.0stable
9/7/2026

Related plugins

Loading related plugins…

Latest
0.2.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/13/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in agents-orchestration.

Headless@deepseek-ai/dsh-headlessThe dsh one-shot bundle: a direct core Agent/Session runner over dsh-base with no Host, HTTP, or browser layerExperimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocolSubagent Claude Code@deepseek-ai/dsh-subagent-claude-codeOne-shot Claude Code subagent provider over the official Agent SDK

README

dsh-orca-agents

DSH 对话里的 Agent 当调度器,本机 Orca 当执行面:新建空项目,派 Grok / Codex / Claude / Cursor / Antigravity,盯 Orca Stop hook,干完叫醒 DSH。

工人跑在 Orca 里,不跑在 DSH 的终端里。

你 ──说话──► DSH Agent
                 │  这个插件
                 ▼
            orca CLI  ──►  Orca.app
                              └── 隔离 worktree 里的 grok/codex/…

人只要说「用 Orca 让 grok 做个天气网页」。不用报工具名、路径、handle。

需要什么

同一台机器上:

  1. Orca 桌面,终端里 orca status --json 能通。测过 1.4.193。
  2. DSH Web 和官方 dsh CLI,能执行 dsh plugin add。
  3. 至少一种工人:grok / codex / claude / cursor / agy,Orca 认得出。
  4. 本机 git 命令。派活会 git init 空项目。不要 GitHub 账号,也不要 remote。

监督路径「盯着做完告诉我」才用 Orca Settings → Experimental。普通派活不用。

安装

dsh plugin --profile web add github:aa2246740/dsh-orca-agents

本地目录或 tarball 也可以:

dsh plugin --profile web add ./dsh-orca-agents
dsh plugin --profile web add ./dsh-orca-agents-0.2.0.tgz

dsh.bundle 是开机捕获的。装完重启一次 DSH。新开会话再说。不要再往 profile 的 cordis.patch.yml 手写同一条 insert,会重复挂载。

dsh plugin --profile web remove dsh-orca-agents

行为

  • 默认在 ~/orca/projects/<名字> 建空 git 仓库,再开隔离 worktree。不会把当前 DSH 目录拷进去。
  • 只有你说「就在这个文件夹里改」才原地做。
  • 派完立刻返回。Orca agent Stop hook 把工人标成 done 之后,DSH 后台 job 会叫醒这一轮。
  • 插件会尝试 orca agent hooks on。

插件只在本机调 orca CLI。不要提交 DSH 会话导出、截图、.env、Orca worktree。

许可

MIT