Version: 0.4.1
A Claude Code plugin providing knowledge about acpx - a headless CLI client for the Agent Client Protocol (ACP).
Original Project: @openclaw/acpx
This plugin helps Claude understand and guide users on using acpx for agent-to-agent communication, session management, and scriptable workflows.
- Comprehensive knowledge of acpx commands and workflows
- Session management guidance (persistent, named, parallel sessions)
- Queue-aware prompt submission patterns
- Multi-agent comparison (
compare) guidance - Output format recommendations (text, json, quiet)
- Permission mode best practices
- Config file structure and session-scoped MCP config (
--mcp-config) - Extended built-in registry (Grok Build, Pool, ZeroClaw) and
--no-fsflag guidance
npm install -g acpxThis plugin is automatically discovered when placed in your .claude-plugin/ directory or loaded via --plugin-dir.
acpx is a scriptable CLI for running coding agents through the Agent Client Protocol:
- Persistent sessions: Multi-turn conversations scoped by repo/cwd
- One-shot execution:
execmode for temporary tasks - Named sessions: Run parallel workflows with
-s/--session - Queue management: Automatic queueing with
--no-waitsupport - Structured output:
text,json, orquietformats - Built-in agent registry: Friendly names for popular ACP agents
acpx codex 'inspect failing tests and propose a fix plan'
acpx codex 'apply the smallest safe fix and run tests'acpx codex -s backend 'fix API pagination bug'
acpx codex -s docs 'draft changelog entry for release'acpx --format json codex 'review current branch changes' > events.ndjsonClaude automatically loads this skill when you ask about:
- acpx commands and usage
- Agent Client Protocol (ACP)
- Agent-to-agent communication
- Session management for coding agents
- Scriptable agent workflows
MIT
Frad LEE fradser@gmail.com