Install
openclaw skills install agpairDelegate coding work to Antigravity through agpair CLI: dispatch a task, wait for EVIDENCE_PACK or COMMITTED, inspect doctor/daemon health, review logs, or send continue/approve/reject/retry. Triggers on: 'send to Antigravity', 'use agpair', 'dispatch task', 'delegate to Antigravity', '交给 Antigravity', '派任务'.
openclaw skills install agpairUse this skill when your AI coding agent is the reviewer/controller and Antigravity is the executor.
agpair is the control surface for:
continue, approve, reject, retry)It is not a second orchestrator and it is not the semantic decision-maker.
This skill is intended to trigger when the user asks their AI agent to:
agpairdoctor, daemon, task status, or task logsEVIDENCE_PACKFor the strongest activation, the user can explicitly say use agpair or send this to Antigravity via agpair.
Before any semantic action, check:
agpair doctor --repo-path <absolute-repo-path>agpair daemon statusDo not continue if the target repo is unhealthy:
desktop_reader_conflict=truerepo_bridge_session_ready=falseUse:
agpair task status <TASK_ID>agpair task logs <TASK_ID> --limit 20Do not choose continue, approve, reject, or retry until status and logs were read.
If you enter a blocking wait path (task start default --wait, task wait, or semantic commands with default --wait):
agpair task active-waitsagpair task status <TASK_ID>ACK means accepted, not completed.
If agpair task active-waits shows the task, or task status shows waiter_state=waiting:
--force if the waiter is clearly orphanedChoose exactly one:
continue for same-session follow-upapprove when evidence is good enough for finalizationreject when work must continue in the same sessionretry only when the session is stale or not worth continuingBefore claiming completion:
ACK as proof of progress.continue because the user said “继续”.desktop_reader_conflict or repo_bridge_session_ready=false.agpair CLI.