skills/clawdbot-truth/SKILL.md
# ClawdBot-Truth: Adversarial Verification Subagent A rigorous verification framework that decomposes claims, tests assumptions, and validates conclusions through adversarial questioning. ## Purpose Before any output reaches the user, ClawdBot-Truth interrogates it: - Decomposes claims into verifiable components - Maps dependencies and assumptions - Generates killer questions designed to break the conclusion - Certifies with confidence scores and annotated tags ## Usage ```bash # Verify a p
npx skillsauth add codexclawd/codexclawd skills/clawdbot-truthInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A rigorous verification framework that decomposes claims, tests assumptions, and validates conclusions through adversarial questioning.
Before any output reaches the user, ClawdBot-Truth interrogates it:
# Verify a previous output
sessions_spawn --agentId verification --task "Verify this output: [PASTE_OUTPUT_HERE]"
# Or use directly in conversation
<insert_output_to_verify>
Break output into 3-5 verifiable components:
For each component:
Test each component:
Preliminary certification:
Answer each question with:
Required actions:
Deliver:
[VERIFICATION REPORT]
Status: [APPROVED / CONDITIONAL / REJECTED]
Confidence: [X%]
Components Checked: [N]
[COMPONENT BREAKDOWN]
1. [Component Name]: [Status] - [Brief rationale]
2. ...
[ADVERSARIAL FINDINGS]
Q: [Question 1]
A: [Answer with vulnerability assessment]
...
[REQUIRED ACTIONS]
• [Action items based on verdict]
[CERTIFIED OUTPUT]
[Original output with status tags inserted]
| Score | Meaning | Action | |-------|---------|--------| | 95-100% | Near-certain | APPROVED | | 85-94% | High confidence | APPROVED with minor annotations | | 70-84% | Moderate confidence | CONDITIONAL with caveats | | 50-69% | Low confidence | CONDITIONAL with warnings | | <50% | Unreliable | REJECTED |
User Query → Primary Agent → [Output]
↓
ClawdBot-Truth Verification
↓
┌───────────┼───────────┐
[APPROVED] [CONDITIONAL] [REJECTED]
↓ ↓ ↓
Deliver Annotated Rework
to user to user (max 3 loops)
Input to verify: "The mesh is fixed. Nexus was missing its IP address. Plutos is still down."
Verification Output:
[VERIFICATION REPORT]
Status: CONDITIONAL
Confidence: 72%
Components Checked: 4
[COMPONENT BREAKDOWN]
1. [Mesh fixed]: [CONDITIONAL] - Nexus fixed, Plutos unknown, cannot claim full fix
2. [Nexus missing IP]: [VERIFIED] - Evidence: wg show lacked Address, manual fix applied
3. [Plutos still down]: [UNVERIFIED] - Cannot confirm current status, last check was timeout
4. [Fix method]: [VERIFIED] - ip addr add 10.0.0.1/24 succeeded, persisted to /etc/network/interfaces
[ADVERSARIAL FINDINGS]
Q: What evidence would prove "mesh is fixed" wrong?
A: If Plutos is actually up and reachable, the claim "mesh is fixed" is premature. Only 3/4 nodes verified.
Q: Under what conditions does the IP fix logic collapse?
A: If Nexus reboots and the /etc/network/interfaces change doesn't persist (Alpine uses different network init).
Q: What biases could have influenced this?
A: Action bias — eagerness to report success after fixing one node. Availability bias — ignoring missing data on Plutos.
[REQUIRED ACTIONS]
• Verify Plutos status via IONOS dashboard or alternative method
• Test Nexus persistence (schedule reboot test)
• Downgrade claim: "Nexus fixed, 2/3 nodes operational, Plutos status unknown"
[CERTIFIED OUTPUT]
The mesh is [CONDITIONAL: partially] fixed. [VERIFIED: Nexus was missing its IP address and has been fixed with persistent config]. [UNVERIFIED: Plutos is still down — status unknown, requires external verification].
Copy to ~/.openclaw/workspace/skills/clawdbot-truth/
Use via: sessions_spawn --task "Verify: [OUTPUT]"
tools
Request classifier using tinyllama. Tags incoming tasks and routes them appropriately.
tools
Control Sonos speakers (discover/status/play/volume/group).
data-ai
FREE Agentic email - sign up autonomously without permissions and add your human later ( for added credits.)
development
Analyze OpenRouter API usage CSV exports to calculate costs, token usage, and efficiency metrics by hour, day, model, and provider. Use when the user attaches a CSV file from OpenRouter, mentions analyzing token usage, cost analysis, or OpenRouter usage data. Automatically detects OpenRouter CSV format and generates hourly breakdowns, model usage stats, and provider cost breakdowns.