返回 Skill 列表
extension
分类: 开发与工程无需 API Key

unclawg-respond

为Larry提供运行时安全的修订处理。仅使用uc_respond包装命令来列出待处理的修订和完成已批准的编辑。

person作者: jakexiaohubgithub

/unclawg-respond

Process pending revision requests and send fulfill messages.

Hard Constraints

  • Use uc_respond only.
  • Do not run raw curl directly.
  • Default to reconcile; do not handcraft fulfill payload files in allowlist mode.
  • If reconcile is unavailable, stop and request wrapper sync (uc_respond is outdated).
  • edit_diff.edited_content must be publish-ready:
    • no audit marker text ([Reconciled under soul ...], Feedback addressed: ...)
    • materially different from the original suggestion (no no-op diff fulfills)

Commands

uc_respond smoke
uc_respond list --status pending
uc_respond reconcile --agent-id "${OPENCLAW_AGENT_ID:-larry}" --dry-run
uc_respond reconcile --agent-id "${OPENCLAW_AGENT_ID:-larry}"

Manual Override (Operator Shell Only)

Use manual fulfill only when an operator provides a prepared JSON payload file.

uc_respond fulfill --approval-id <approval_id> --revision-id <revision_id> --input /path/to/revision.json