fact-check-before-trust
fact-check-before-trust
verification-before-completion checks that a task was done. This skill checks that the facts are correct. An agent confidently reporting a £716 visa fee as £70,000 will pass completion verification — this skill catches it.
When to invoke
Invoke this skill before treating any agent output as authoritative when the output contains:
- Numbers or money (prices, quantities, measurements, statistics)
- Dates and deadlines (filing deadlines, release dates, expiry dates)
- Named entities (people, organisations, laws, product names)
- Causal claims ("X causes Y", "because of Z")
- Superlatives ("the largest", "the only", "the most recent")
Skip for: code output, file system operations, and clearly self-contained tasks (renaming a variable, formatting a document).
Verification protocol
Step 1 — Extract claims Identify every verifiable claim in the output. List them explicitly:
More from archieindian/openclaw-superpowers
context-window-management
Prevents context overflow on long-running OpenClaw sessions. Use when approaching context limits.
28heartbeat-governor
Enforces per-skill execution budgets for scheduled cron skills — pauses runaway skills that exceed their token or wall-clock budget before they drain your monthly API allowance.
27using-superpowers
Bootstrap skill — teaches the agent how to find and invoke skills. Use when starting any new task or session.
23long-running-task-management
Breaks multi-hour tasks into checkpointed stages with resume capability. Use when a task is expected to take more than 30 minutes or multiple sessions.
22persistent-memory-hygiene
Keeps OpenClaw's memory store clean, structured, and useful. Use at session end and during periodic maintenance.
20skill-vetting
Reviews a ClawHub skill's source code for security risks before installation. Use before installing any new skill.
20