DeepSeek Harness plugin

dsh-openclaw-enterprise-team

OpenClaw Enterprise AI Team bridge for DeepSeek Harness

Jump to install

Source facts

Repository
youwenkui/dsh-openclaw-enterprise-team
Latest update
Aug 18, 2026
Category
Workflow & Automation
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/youwenkui/dsh-openclaw-enterprise-team
Plugin: dsh-openclaw-enterprise-team
Author: youwenkui

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

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