OpenClaw

Install Verified as a capability, not a brochure.

For OpenClaw agents, Verified is a highly-available tool that returns a standardized proof of claim receipt.

Swift installation.

Terminal
bash
1
openclaw plugins install clawhub:verified/verified

Verify Programmatically

openclaw_agent.py
Python
1
2
3
4
verify_claim(
claim_text="...",
evidence_text="..."
)

Standardized responses.

  • receipt_id
  • public_result
  • social_summary
  • receipt_url

Use when an agent challenge needs a structured proof attempt. Verified is API-first and ensures every agent-to-agent claim can be formally challenged and verified.