SkillAgentSearch skills...

acp-router

Route ACP-backed agent requests through the bundled acpx backend.

Install / Use

npx skills add qianleigood/crawclaw

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

52/100

Supported Platforms

Universal

Tags

Our assessment of acp-router

acp-router scores 52/100 on our quality scale, 923rd of 1,297 Development & Engineering skills we index.

Its SKILL.md is 790 bytes long, split into 3 sections with 1 code example: fairly brief, so expect to fill in details yourself.

It has no GitHub stars yet, so there is no community track record; judge it on its content.

Substance
14/30
Structure
12/20
Description
12/15
Adoption
0/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 19 days ago, so acp-router is actively maintained.
  • Our last check on 2026-09-01 found the source still online.
  • No license is declared. By default that means all rights are reserved: you can read it, but reusing or redistributing it is not clearly permitted. Ask the author before building on it commercially.
  • Its trust signals score 80/100, with 2 cautions from licensing, adoption, age or documentation. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

acp-router compared with similar skills

All 4 of these similar skills score higher than acp-router; compare them before choosing.

SkillScoreStarsUpdatedFormat
acp-router (this skill)by qianleigood52019d agoSKILL.md
career-opsby career-ops-hq10072.5ktodayCLAUDE.md
ai-job-searchby MadsLorentzen10043.8k2d agoCLAUDE.md
claude-howtoby luongnv8910041.6k4d agoCLAUDE.md
guizang-ppt-skillby op74189926.9k47d agoCLAUDE.md

Frequently asked questions

How do I install acp-router?
Run npx skills add qianleigood/crawclaw. The install tabs above show the steps for each supported agent.
Which AI agents does acp-router work with?
It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
Is acp-router safe to use?
It declares no license and scores 80/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is acp-router still maintained?
The repository was last updated 19 days ago, so acp-router is actively maintained.

name: acp-router description: Route ACP-backed agent requests through the bundled acpx backend.

ACP Router

Use this skill when a request explicitly targets ACP agents, ACP sessions, or the acpx backend.

Behavior

  • Prefer configured CrawClaw ACP agent definitions before raw adapter commands.
  • Keep ACP sessions non-interactive; use configured permission policy instead of prompting from inside the harness.
  • Use plugins.entries.acpx.config.mcpServers for ACP-local MCP servers.
  • Treat permissionMode=approve-all as a high-trust operator setting.

Configuration

The bundled plugin id is acpx. Runtime configuration lives under:

{
  "plugins": {
    "entries": {
      "acpx": {
        "enabled": true,
        "config": {}
      }
    }
  }
}

Related Skills

View on GitHub
GitHub Stars0
CategoryDevelopment
Updated19d ago
Forks0

Trust signals

80/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

1 medium1 low