Bundle Pluginsource linkedVerified

ACPX Runtimev2026.9.2

OpenClaw ACP runtime backend with plugin-owned session and transport management.

@openclaw/acpx·runtime acpx·by @openclaw
openclaw bundles install clawhub:@openclaw/acpx
Latest release: v2026.9.2Download zip

Compatibility

Built With Open Claw Version
2026.9.2
Min Gateway Version
>=2026.4.25
Plugin Api Range
>=2026.9.2
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
high confidence
Credentials
Local command execution, explicit cwd handling, Codex/Claude wrapper setup, Pi session catalog reads, and MCP bridge options are mostly proportionate to an ACP runtime, with defaults such as approve-reads and MCP bridges off reducing some exposure.
!
Install Mechanism
The normal plugin install is declared through @openclaw/acpx package metadata with pinned dependencies, but runtime/repair guidance can run npm install or npx-style package execution for pinned ACP adapters without first requiring explicit user confirmation.
!
Instruction Scope
The skill instructs automatic local repair when the ACP backend is unavailable, including installing plugin-local acpx, retrying spawns, and removing broken ~/.acpx/config.json agent overrides before fallback; this is operationally scoped but under-disclosed for user control.
Persistence & Privilege
The plugin starts on Gateway startup, creates plugin state, generated wrappers, isolated Codex home/config, process leases, session files, and can terminate validated OpenClaw-owned ACPX process trees; this is disclosed in code/metadata and tied to runtime lifecycle management.
Purpose & Capability
The package is an ACP runtime backend for OpenClaw and its core capabilities of spawning ACP harness sessions, managing session state, and relaying prompts to supported coding agents fit that purpose.
Scan Findings in Context
[SQP-2] expected: Verified in artifact/skills/acp-router/SKILL.md: the automatic plugin-local repair is purpose-aligned for keeping ACP thread spawns working, but the instruction to install immediately and not ask first unless policy requires it makes this a Review concern rather than a benign-only note.
[SQP-2] expected: Verified in artifact/skills/acp-router/SKILL.md: the direct acpx exec path is central to the telephone-game harness flow and uses fixed command templates with explicit cwd, so it is expected for the purpose, though users should understand it runs local CLI commands in their workspace.
What to consider before installing
Install only if you want OpenClaw to run and manage local ACP coding-agent sessions. Before enabling repair or direct acpx fallback, confirm any npm install, gateway restart, or ~/.acpx configuration change; also review Codex/Claude auth handling, Pi session catalog access, MCP bridge settings, and permissionMode before using it in sensitive workspaces.
dist/mcp-proxy.mjs:100
Shell command execution detected (child_process).
dist/service-COMUTA5A.js:943
Shell command execution detected (child_process).
Patterns worth reviewing
These patterns may indicate risky behavior. Check the VirusTotal and OpenClaw results above for context-aware analysis before installing.

Verification

Tier
source linked
Scope
artifact only
Summary
Validated package structure and linked the release to source metadata.
Commit
3928bad9badf
Tag
3928bad9badfcb6c7d140530435e806fb8092190
Provenance
No
Scan status
suspicious

Tags

alpha
2026.5.19-alpha.1
beta
2026.7.2-beta.7
latest
2026.9.2

@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