openclawopenclawOfficialยท2 Agent Skills Included

acpx

Connect coding agents to each other through one command line

Connects AI coding agents like Codex, Claude, and Gemini through a single command-line client using the Agent Client Protocol. Eliminates fragile terminal scraping by giving agents structured sessions, queued prompts, permissions, and machine-readable output. Runs persistent multi-turn conversations, one-shot tasks, and multi-agent workflows so orchestrators and scripts can automate agent-to-agent work reliably.
npx skills add openclaw/acpx --all -g -y

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install acpx?โ–ผ

Run `npx skills add openclaw/acpx --all -g -y` in your terminal to install all skills in this suite globally.

What does acpx do?โ–ผ

acpx is a headless command-line client that lets one AI agent talk to another through the Agent Client Protocol, with persistent sessions, permissions, and structured output instead of terminal scraping.

Which coding agents work with acpx?โ–ผ

It ships with built-in profiles for Codex, Claude Code, Gemini, Cursor, Copilot, OpenClaw, and many more, and any custom ACP-compatible agent can be added with the --agent flag.

Can acpx run multi-agent workflows?โ–ผ

Yes. The `acpx flow run` command executes TypeScript workflows that combine agent turns with decisions, actions, and checkpoints, and `acpx compare` runs one prompt across several agents.

Do I need coding experience to use acpx?โ–ผ

Basic terminal familiarity helps, but once installed your AI agent can drive sessions, prompts, and reviews from plain-English requests.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’