acp-router

Route user requests to the correct AI harness runtime session.

18|1|Updated Jun 12, 2026
One-click install
npx skills add https://github.com/vignesh2027/Vilvona-AI --skill acp-router-vignesh2027
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acp-router
Source: https://github.com/vignesh2027/Vilvona-AI/tree/main/extensions/acpx/skills/acp-router
Command: npx skills add https://github.com/vignesh2027/Vilvona-AI --skill acp-router-vignesh2027

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill routes plain-language requests for various AI harnesses (e.g., Claude Code, Cursor, Copilot) into the appropriate runtime sessions, ensuring seamless integration and efficient task execution.

Core Features & Use Cases

  • Routing AI Harness Requests: Directs requests to the correct AI harness runtime session based on user intent.
  • Integration with ACP Harnesses: Integrates with Claude Code, Cursor, Copilot, OpenClaw, OpenCode, Gemini, Qwen, Kiro, Kimi, iFlow, Factory Droid, Kilocode, and others.
  • Use Case: For a user who wants to run a task in Claude Code, this Skill routes the request to the Claude Code runtime session without needing to use subagent runtime or PTY scraping.

Quick Start

To route a request to Claude Code, simply use the command: Run this in Claude Code.

Frequently Asked Questions about acp-router

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

FAQPage Schema
How do I route AI harness requests into specific runtime sessions?

You can route AI harness requests into specific runtime sessions by using a command like `Run this in Claude Code`, which directs the plain-language request to the appropriate harness without needing subagent runtime or PTY scraping.

Can I use this to route requests to Cursor, Copilot, and Gemini runtime sessions?

Yes, request routing supports Claude Code, Cursor, Copilot, OpenClaw, OpenCode, Gemini, Qwen, Kiro, Kimi, iFlow, Factory Droid, Kilocode, and other ACP harnesses for seamless integration and session management.

Do I need subagent runtime or PTY scraping to run tasks in Claude Code?

No, you do not need subagent runtime or PTY scraping to run tasks in Claude Code. The routing mechanism directly invokes the correct harness and manages the runtime session automatically.

What is the best way to integrate multiple AI harnesses into a single workflow?

Integrating multiple AI harnesses into a single workflow is best achieved by routing user requests based on intent, which ensures correct harness invocation and manages runtime sessions seamlessly across different environments.

Why does my AI harness request fail to execute in the correct runtime session?

AI harness requests may fail to execute if the routing mechanism does not correctly identify user intent or if the target runtime session is not properly configured for the specified harness integration.