DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Openclaw Enterprise Team — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

dsh-openclaw-enterprise-team

Openclaw Enterprise Team

用于 DeepSeek Harness 的 OpenClaw Enterprise AI Team 桥接器

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add dsh-openclaw-enterprise-team@0.1.0-alpha.2
README兼容性版本

兼容性与来源证明

Openclaw Enterprise Team 以 dsh-openclaw-enterprise-team 发布,当前版本为 0.1.0-alpha.2。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.1.0-alpha.2prerelease
2026/8/18
查看其余 1 个版本收起版本
0.1.0-alpha.1prerelease
2026/8/18

相关插件

正在加载相关插件…

最新版
0.1.0-alpha.2
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
11.7 kB
文件数
6
Surface
any
许可证
MIT
发布源
npm
GitHub
★ 0
周下载
44
最近提交
2026/8/18
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 agents-orchestration 分类下经过校验的插件。

Headless@deepseek-ai/dsh-headlessdsh one-shot bundle:基于 dsh-base 的直接核心 Agent/Session 运行器,不包含 Host、HTTP 或浏览器层Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Subagent Codex@deepseek-ai/dsh-subagent-codex基于官方 app-server 协议的一次性 Codex 子代理提供程序Subagent Claude Code@deepseek-ai/dsh-subagent-claude-code基于官方 Agent SDK 的一次性 Claude Code 子代理提供方

README

OpenClaw Enterprise AI Team Bridge for DeepSeek Harness

Connect DeepSeek Harness (DSH) to a real OpenClaw enterprise AI team.

DSH is the conversational interface. OpenClaw remains the source of truth for agents, skills, tools, memory, permissions, approvals, sessions and execution state. This plugin does not create a second agent team inside DSH.

Status: experimental alpha. DeepSeek Harness is still a release candidate and its plugin APIs may change.

What it provides

  • openclaw_team_health — verify the OpenClaw Gateway through a minimal, redacted health projection
  • openclaw_team_list — discover configured OpenClaw agents
  • openclaw_team_start — start a task with an OpenClaw lead agent
  • openclaw_team_continue — steer or continue the same OpenClaw session

Every task returns an OpenClaw sessionKey. DSH does not invent or persist a second task id.

Requirements

  • Node.js 22 or newer
  • DeepSeek Harness 0.1.0-rc.7
  • OpenClaw CLI available on PATH
  • A running, healthy OpenClaw Gateway
  • At least one configured OpenClaw agent

Install

From GitHub during alpha:

dsh plugin --profile web add dsh-openclaw-enterprise-team

From a release tarball:

dsh plugin --profile web add ./dsh-openclaw-enterprise-team-0.1.0-alpha.2.tgz

Verify that the bundle layer is active:

dsh --profile web --dump-config

Configuration

Override the bundle row in the profile's cordis.patch.yml when needed:

- id: openclaw-enterprise-team
  name: dsh-openclaw-enterprise-team
  config:
    openclawCommand: /absolute/path/to/openclaw
    defaultAgentId: main
    timeoutSeconds: 600

DSH patches replace the complete config object, so include every field when overriding it.

Example

Ask DSH:

Use openclaw_team_start to ask the OpenClaw enterprise team to research the DSH plugin ecosystem, retain sources, have an independent reviewer check the result, and return a publication-ready report.

Use the returned sessionKey with openclaw_team_continue for corrections, added requirements or approval responses.

Architecture and security boundary

DSH conversation
  -> this thin bridge
  -> OpenClaw CLI / Gateway
  -> OpenClaw lead agent
  -> OpenClaw agents, skills, memory, wiki, ontology and approvals
  • No API key, token or cookie is stored by this package.
  • Commands are executed with execFile, not a shell.
  • Health responses omit channel accounts, plugin names, sessions and local runtime details.
  • Agent lists omit local paths and model configuration.
  • Agent results omit system prompts, workspace paths, model metadata and tool inventories.
  • Command errors redact the home directory and credential-like values.
  • OpenClaw authorization and approval policy remain authoritative.
  • Removing this plugin does not remove OpenClaw sessions or enterprise data.
  • Run DSH and OpenClaw under the same trusted OS account only when that trust boundary is intended.

Development

npm install
npm test
npm run check
npm run pack:check

Compatibility

PluginDeepSeek HarnessOpenClaw
0.1.0-alpha.20.1.0-rc.72026.7.1-2 tested

Uninstall

dsh plugin --profile web remove dsh-openclaw-enterprise-team

OpenClaw data is not touched.

License

MIT