acp-router
Route ACP-backed agent requests through the bundled acpx backend.
Install / Use
npx skills add qianleigood/crawclawInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
Development & EngineeringSupported Platforms
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.
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.
| Skill | Score | Stars | Updated | Format |
|---|---|---|---|---|
| acp-router (this skill)by qianleigood | 52 | 0 | 19d ago | SKILL.md |
| career-opsby career-ops-hq | 100 | 72.5k | today | CLAUDE.md |
| ai-job-searchby MadsLorentzen | 100 | 43.8k | 2d ago | CLAUDE.md |
| claude-howtoby luongnv89 | 100 | 41.6k | 4d ago | CLAUDE.md |
| guizang-ppt-skillby op7418 | 99 | 26.9k | 47d ago | CLAUDE.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.
Skill content
View source on GitHubname: 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.mcpServersfor ACP-local MCP servers. - Treat
permissionMode=approve-allas a high-trust operator setting.
Configuration
The bundled plugin id is acpx. Runtime configuration lives under:
{
"plugins": {
"entries": {
"acpx": {
"enabled": true,
"config": {}
}
}
}
}
Related Skills
career-ops
72.5kOpen-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)
ai-job-search
43.8kThe job search that runs on your machine. AI job application framework built on Claude Code: evaluate postings, tailor CVs, write cover letters, prep interviews. Fork it and own it.
claude-howto
41.6kA visual, example-driven guide to Claude Code — from basic concepts to advanced agents, with copy-paste templates that bring immediate value.
guizang-ppt-skill
26.9kAI-agent Skill for generating polished HTML slide decks: editorial magazine and Swiss layouts, image prompts, social covers, and a WebGL/low-power presentation runtime.
Trust signals
From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.
