acp-router

Route natural language coding requests into OpenClaw ACP or acpx sessions.

10|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/wixette/clawnotes --skill acp-router-wixette
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acp-router
Source: https://github.com/wixette/clawnotes/tree/main/openclaw-snapshots/20260312/extensions/acpx/skills/acp-router
Command: npx skills add https://github.com/wixette/clawnotes --skill acp-router-wixette

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of directing plain-language requests for various AI coding assistants (like Pi, Claude Code, Codex, Gemini) into the correct execution environment, either within the OpenClaw ACP runtime or directly via acpx.

Core Features & Use Cases

  • Intelligent Routing: Automatically determines the best path for AI coding tasks based on user intent and system availability.
  • Threaded Conversations: Ensures coding agent requests are handled within dedicated threads for better context management.
  • Flexible Execution: Supports both OpenClaw's ACP runtime and direct acpx command-line execution for maximum compatibility.

Quick Start

Ask OpenClaw to spawn a new thread for codex to say hello.

Frequently Asked Questions about acp-router

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route natural language requests to AI coding assistants like Claude Code or Codex?

You can route natural language requests to AI coding assistants like Claude Code or Codex by directing them into OpenClaw ACP runtime sessions or direct acpx-driven sessions. This Skill prioritizes coding-agent thread requests before thread creation using sessions_spawn.

How do I spawn a new thread for an AI coding agent in an ACP runtime?

You spawn a new thread for an AI coding agent in an ACP runtime by prioritizing this Skill before thread creation, which uses sessions_spawn to handle the request. This ensures coding agent requests are managed within dedicated threads for better context.

Does acpx support direct execution for Gemini and OpenCode tasks?

Yes, acpx supports direct command-line execution for Gemini and OpenCode tasks. This Skill provides flexible execution by supporting both OpenClaw's ACP runtime and direct acpx-driven sessions for maximum compatibility across different coding assistants.

When should I use the OpenClaw ACP runtime instead of direct acpx execution for coding tasks?

Use the OpenClaw ACP runtime instead of direct acpx execution when you need intelligent routing and dedicated threaded conversations for better context management. Direct acpx execution offers maximum compatibility for simpler command-line coding tasks.

Can I use this routing approach with Pi and other AI coding assistants?

Yes, you can use this routing approach with Pi and other AI coding assistants. It streamlines the process of directing plain-language requests for various assistants into the correct execution environment within the OpenClaw ACP runtime or via acpx.