acp-router

Route plain-language coding requests to ACP runtime or direct acpx sessions.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/MoRen9527/TriMetaverse --skill acp-router-moren9527
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acp-router
Source: https://github.com/MoRen9527/TriMetaverse/tree/main/reference/openclaw/extensions/acpx/skills/acp-router
Command: npx skills add https://github.com/MoRen9527/TriMetaverse --skill acp-router-moren9527

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of directing plain-language coding requests to the most appropriate AI agent or execution environment, preventing inefficient routing and ensuring optimal use of resources.

Core Features & Use Cases

  • Intelligent Routing: Directs requests for Pi, Claude Code, Codex, OpenCode, Gemini CLI, or ACP harness work to either OpenClaw ACP runtime sessions or direct acpx-driven sessions.
  • Mode Selection: Automatically chooses between the ACP runtime path or a direct acpx path based on availability and user preference.
  • Use Case: When you say "run this Python script in Codex," this skill ensures it's executed efficiently through the ACP harness without manual intervention.

Quick Start

Use the acp-router skill to run a command in codex.

Frequently Asked Questions about acp-router

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

FAQPage Schema
How do I route plain-language coding requests to AI agents like Claude Code or Codex?

Routing plain-language coding requests to AI agents like Claude Code, Codex, or Gemini CLI is handled by detecting user intent and mapping the agentId to either an OpenClaw ACP runtime session or a direct acpx-driven session.

What is the difference between ACP runtime and direct acpx mode selection?

ACP runtime and direct acpx mode selection differ by execution path: ACP runtime uses OpenClaw sessions, while direct acpx executes independently, with selection based on availability and user preference.

Can I use acp-router to execute Python scripts in Codex through the ACP harness?

Yes, you can use acp-router to execute Python scripts in Codex by routing the plain-language request through the ACP harness, ensuring efficient acpx-driven execution without manual intervention.

Do I need to manage ACPX installation and version policies for direct acpx path execution?

No, you do not need to manually manage ACPX installation and version policies for direct acpx path execution, as the acp-router handles these policies automatically during mode selection.

Which AI coding assistants are supported for intelligent routing to ACP sessions?

Supported AI coding assistants for intelligent routing to ACP sessions include Pi, Claude Code, Codex, OpenCode, and Gemini CLI, all mapped via agentId for harness execution.