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.

Openclaw Enterprise Team — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-openclaw-enterprise-team

Openclaw Enterprise Team

OpenClaw Enterprise AI Team bridge for DeepSeek Harness

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-openclaw-enterprise-team@0.1.0-alpha.2
READMECompatibilityVersions

Compatibility and provenance

Openclaw Enterprise Team is published as dsh-openclaw-enterprise-team and currently resolves to version 0.1.0-alpha.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

0.1.0-alpha.2prerelease
8/18/2026
Show 1 more versionCollapse versions
0.1.0-alpha.1prerelease
8/18/2026

Related plugins

Loading related plugins…

Latest
0.1.0-alpha.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
11.7 kB
Files
6
Surface
any
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
44
Last push
8/18/2026
View source ↗Project homepage ↗
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

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