openclaw/extensions/acpx
2026-05-30 06:49:13 +01:00
..
skills/acp-router refactor: internalize OpenClaw agent runtime (#85341) 2026-05-27 19:24:04 +01:00
src fix(acpx): cap service timer timeouts 2026-05-30 01:36:33 -04:00
AGENTS.md
CLAUDE.md
index.test.ts
index.ts
npm-shrinkwrap.json chore(release): bump version to 2026.5.30 2026-05-30 06:49:13 +01:00
openclaw.plugin.json fix: add ClawHub plugin display names (#87354) 2026-05-27 12:37:35 -05:00
package.json chore(release): bump version to 2026.5.30 2026-05-30 06:49:13 +01:00
README.md docs(plugins): add external package readmes 2026-05-29 21:00:29 +01:00
register.runtime.test.ts perf(gateway): defer startup-idle runtime work 2026-05-23 18:27:04 +01:00
register.runtime.ts refactor: share acpx lazy runtime proxy 2026-05-29 05:45:20 +02:00
runtime-api.ts fix(acp): honor terminal turn results 2026-05-17 08:25:14 +01:00
setup-api.ts
tsconfig.json

@openclaw/acpx

Official ACP runtime backend for OpenClaw.

ACPx lets OpenClaw run external coding harnesses through the Agent Client Protocol while OpenClaw still owns sessions, channels, delivery, permissions, and Gateway state.

Install

openclaw plugins install @openclaw/acpx

Restart the Gateway after installing or updating the plugin.

What it provides

  • ACP-backed agent runtime sessions.
  • Plugin-owned session and transport management.
  • MCP bridge helpers for OpenClaw tools and plugin tools.
  • Static runtime assets used by the ACP process bridge.

Configure

Use the ACP docs for harness-specific setup, permission modes, and model/runtime selection:

Package

  • Plugin id: acpx
  • Package: @openclaw/acpx
  • Minimum OpenClaw host: 2026.4.25