#`acpx`

10 messages · Page 1 of 1 (latest)

sly quail
#

How to install acpx via openclaw plugins install acpx@latest?

random oxideBOT
tall elbowBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

random oxideBOT
mystic flameBOT
#

You usually don’t need to install acpx manually anymore.

Fresh OpenClaw installs ship the bundled acpx runtime plugin enabled by default, so start with:

openclaw acp doctor

If acpx was disabled or denied, use the documented recovery path:

openclaw plugins install acpx
openclaw config set plugins.entries.acpx.enabled true
openclaw gateway restart
openclaw acp doctor
sly quail
mystic flameBOT
#

Yep, that specific command is the problem.

openclaw acp is the ACP bridge CLI, not the ACP runtime control command, so:

openclaw acp doctor

will error.

Use this split instead:

openclaw plugins install acpx
openclaw config set plugins.entries.acpx.enabled true
openclaw gateway restart
#

Then:

  • in chat: /acp doctor
  • in shell: openclaw plugins list and openclaw status

So the docs are mixing two surfaces a bit:

  • openclaw acp → CLI bridge for editors/ACP clients
  • /acp doctor → chat command for ACP runtime diagnostics

Docs:

If you want, paste these next and I’ll help decode them:

#
openclaw --version
openclaw plugins list
openclaw status