BeAChanger/dsh-openclaw-acp ↗★ 1
dsh-openclaw-acp
DeepSeek Harness bundle that exposes a profile as an OpenClaw-compatible ACP agent.
AI 분석
核心用途是作为桥梁,将 DSH 的 Agent 能力以 OpenClaw 兼容的 ACP 协议输出。适合需要将 DSH 接入外部 OpenClaw 生态或客户端的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:BeAChanger/dsh-openclaw-acp1. 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