What problem does it solve?
This Skill streamlines the process of directing plain-language coding requests to the appropriate AI coding environments (like Pi, Claude Code, Codex, Gemini) or directly to the ACP harness, ensuring efficient task execution.
Core Features & Use Cases
- Intelligent Routing: Automatically determines whether to use the OpenClaw ACP runtime or a direct
acpx execution based on the user's request.
- Threaded Session Management: Facilitates the creation of threaded coding sessions for specific AI agents.
- Agent Mapping: Maps user-friendly agent names (e.g., "pi", "codex") to their corresponding
agentId for seamless integration.
- Use Case: A user asks, "Start a codex thread and tell it to write a Python script for data analysis." This skill will intercept the request, identify "codex" as the target, and initiate a new threaded session using the ACP runtime.
Quick Start
Use the acp-router skill to spawn a new codex session in a thread and ask it to write a simple 'hello world' program.