What problem does it solve?
This Skill streamlines the process of directing plain-language coding requests to the appropriate AI coding environment (like Pi, Claude Code, Codex, Gemini) or managing ACP harness sessions, preventing the misuse of subagent runtimes for these tasks.
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 and management of threaded coding sessions within ACP harnesses.
- Agent ID Mapping: Correctly maps user-specified harness names (e.g., "pi", "codex") to their corresponding
agentId values.
- Use Case: A user asks to "start a codex thread and have it write a Python script to sort a list." This skill ensures the request is correctly routed to spawn a
codex session within a thread using the ACP runtime.
Quick Start
Use the acp-router skill to spawn a new thread for codex to write a Python script that sorts a list.