What problem does it solve?
This Skill streamlines the process of directing plain-language coding requests to various AI coding environments like Pi, Claude Code, Codex, Gemini CLI, or the ACP harness, ensuring they are handled by the appropriate runtime, either OpenClaw ACP or a direct acpx session.
Core Features & Use Cases
- Intelligent Routing: Automatically detects user intent to run code in specific AI coding tools.
- Threaded Session Management: Manages the creation and interaction with coding sessions within threads for persistent conversations.
- Flexible Execution Paths: Supports both the OpenClaw ACP runtime for integrated workflows and direct
acpx CLI execution for simpler relay tasks.
- Use Case: When a user says, "Start a new thread for Codex and ask it to write a Python script for web scraping," this skill ensures the request is correctly routed to a Codex session within a thread, bypassing standard subagent or PTY methods.
Quick Start
Use the acp-router skill to spawn a new thread for codex and ask it to say hi.