‹ 返回总目录
开发工具 最近更新05-27

coding-router

| 2026-08-01 收录

☆ 收藏
🛒 📚 AI提效实战指南 · 图解Skill🛒 📱 大流量手机卡 · 低月租📣 加入推广 · 佣金80-300/张 ›

🛍️ 更多精选好物 ›

📊 公开数据一览

📦 榜单安装量142
⭐ GitHub Stars10(fork 1)
🗓️ 最近推送2026-05-27
🌱 项目创建2026-01-29
💻 语言 / LicenseShell · 未标注
🐛 开放Issue13

📝 工具简介

Moltbot的编程agent技能,编排Codex、Claude Code、Gemini、Pi和OpenCode CLI。

📖 怎么用

先跑 `./scripts/plan --engine codex --repo /path/to/repo "Implement feature X"` 生成只读计划,再用 `./scripts/plan-review --repo /path/to/repo` 审查计划。审查通过后,用 `/coding` 或 `/plan <task>` 触发编码流程,执行时先走 ACP 路由,失败自动降级到 CLI。计划审查用 `/plan-review [--plan <path>]` 或 `/plan-review-live`,PR 审查用 `/review_pr <number|url>`。注意有 guardrail,不能用 yolo 或 dangerously skip permissions 跳过权限。

📋 迷你测评

一个编排多款编程agent的调度技能,能同时调动Codex、Claude Code等五个工具。亮点是“一拖多”协作,省去来回切换的麻烦。简介没给具体数据,先看它怎么协调各家模型干活。

📄 README 要点

这是一个“先规划后编码”的OpenClaw技能包,包含两个配套技能:一个负责任务规划和范围界定,另一个负责执行已批准的计划。工作流程是先用规划技能把任务拆解清楚,等用户明确批准后,再用编码代理去执行,执行时优先走ACP路由,不行就回退到CLI。它有个硬性规定:除非用户明确要求,否则不允许用yolo或跳过权限检查这类绕过安全机制的标志。代码审查也有固定流程,必须用配套脚本,不能跳过直接给人工总结。这个技能包适合那些希望AI编码过程更可控、更安全,强调规划和审批环节的开发团队。

查看英文原文
coding agent Skill Pack 💻 Plan first OpenClaw skill pack. Skill Layout This repo now ships two sibling skills: skills/plan issue/SKILL.md skills/coding agent/SKILL.md SKILL.md at repo root is a compatibility entry for single skill setups. Behavior Model 1. Use plan issue for planning/scoping tasks. 2. Wait for explicit APPROVE . 3. Use coding agent to execute the approved plan with ACP first routing, then CLI fallback. Guardrail: no bypass flags ( yolo , dangerously skip permissions ) unless explicitly requested. Review Routing + Run Status Contract Plan artifact review: use ./scripts/plan review or ./scripts/plan review live . PR/code review: use codex review base ... directly or ./scripts/safe review.sh . Never provide a manual review summary before running the matching wrapper/command. ./scripts/safe review.sh now emits the full RUN EVENT lifecycle for single review runs and classifies timeout/signal exits as interrupted . Long run wrapper status events (hard fail policy): RUN EVENT start RUN EVENT heartbeat every 20s after 30s elapsed RUN EVENT interrupted on signal/timeout/interruption RUN EVENT failed on non interruption errors RUN EVENT done on success Usage In OpenClaw: [安装/使用命令见下方] CLI wrappers: [安装/使用命令见下方] Wrapper Architecture The wrapper surface is split intentionally: [安装/使用命令见下方] This keeps transport behavior in shell while moving duplicated policy into one tested core. Command Map (Telegram/OpenClaw) These aliases are routing hints at the channel layer. Behavior is enforced by skills. /coding → compatibility entry skill ( SKILL.md ), routes plan first + execution flow /plan → skills/plan issue/SKILL.md (plan only, no writes) /plan review [ plan ] → batch plan review (single pass full report). In unattended flow it may still end in a blocked state when interactive decision resolution is required; treat that as a hard stop, not an implicit handoff to implementation. /plan review live [ plan ] → Lobster workflow checkpoints by default (in repo workflows/

💬 评论(0)

交流使用体验、避坑建议;违规内容将被删除

💬 意见反馈 / 联系客服

数据来源:skills.sh 榜单 + GitHub 公开数据,非人工实测,仅供参考