acp-router
Route ACP-backed agent requests through the bundled acpx backend.
适合你,如果需要在 agent 系统中进行请求路由
/ 通过 npx 安装 校验哈希
npx oh-my-skill add qianleigood/crawclaw/acp-router/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- qianleigood/crawclaw/acp-router/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify qianleigood/crawclaw/acp-router安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
30GitHub stars
~149上下文体积 · 单文件
索引托管
怎么用
商店整理自技能原文 · 版本 f27e175 · 表述以原文为准它做什么
装上后,Claude会优先使用配置好的CrawClaw ACP agent定义来处理请求,而不是直接执行适配器命令。ACP会话会保持非交互模式,并依据配置的权限策略运作,不再弹出内部提示。同时,Claude会从acpx插件的配置中读取专门的MCP服务器列表。
什么时候触发
当用户明确提到“ACP agent”、“ACP session”或“acpx backend”等关键词时触发。
装好后可以这样说
Claude会使用配置好的CrawClaw agent。
Claude会应用approve-all模式。
技能原文 SKILL.md
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": {}
}
}
}
}按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →
评论
登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。
…