BeAChanger/dsh-openclaw-acp1

dsh-openclaw-acp

DeepSeek Harness 捆绑包插件:将 DSH Profile 暴露为兼容 OpenClaw 的 ACP 代理服务。

AI 分析

核心用途是作为桥梁,将 DSH 的 Agent 能力以 OpenClaw 兼容的 ACP 协议输出。适合需要将 DSH 接入外部 OpenClaw 生态或客户端的用户。

套件
dsh-openclaw-acp
版本
0.1.2
授權
MIT
最近更新
2026年8月13日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:BeAChanger/dsh-openclaw-acp

1. Install the Harness bundle

npm install -g @deepseek-ai/dsh@0.1.0-rc.6
dsh plugin --profile openclaw add github:BeAChanger/dsh-openclaw-acp#v0.1.2
dsh --profile openclaw --dump-config

The default route is deepseek-official/deepseek-v4-flash, with thinking enabled, max reasoning effort, a 1,000,000-token context window, and a 384,000-token output cap. Override the model in the Gateway environment when needed:

export DSH_OPENCLAW_PROVIDER=deepseek-official
export DSH_OPENCLAW_MODEL=deepseek-v4-pro