Install
openclaw skills install execution-verifierEnforce real progress for long-running tasks by separating execution from reporting. Use when users complain that the agent is "saying it's working" without...
openclaw skills install execution-verifierUse this skill to prevent fake progress.
scripts/verify_progress.py.<file path + concrete change><current actionable step><next step + time>If verification fails, replace line 1 with: 本轮无新增(原因:<blocker>).
python3 skills/execution-verifier/scripts/verify_progress.py \
--project-dir projects/ai-human-co-production \
--status projects/ai-human-co-production/STATUS.md \
--open-tasks projects/ai-human-co-production/OPEN_TASKS.md \
--window-min 30
Use built-in script:
python3 skills/execution-verifier/scripts/verify_execute_verify.py \
--verify-cmd "python3 skills/execution-verifier/scripts/verify_progress.py --project-dir projects/ai-human-co-production --status projects/ai-human-co-production/STATUS.md --open-tasks projects/ai-human-co-production/OPEN_TASKS.md --window-min 30" \
--execute-cmd "openclaw cron run fc567f18-83fa-426c-8181-71a10f4568b3 --force"
Behavior:
before, triggered_execute, afterUse two jobs:
Never run report-only cron without verifier.