A real-time fact-checking skill that validates claims against live data sources with structured verdicts and confidence scores.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cs-verify
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install cs-verify using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
verify-claim is a sophisticated utility within the Openclaw Skills library designed to empower AI agents with real-time verification capabilities. It allows agents to cross-reference factual statements against live data repositories, ensuring that information provided to users is accurate and current. By moving beyond static datasets, this skill significantly mitigates the risk of hallucinations in LLM outputs.
The service provides highly granular feedback, including a confidence score and a freshness indicator. Whether you are building financial trackers, automated research assistants, or general-purpose fact-checkers, verify-claim provides the structural integrity and live-data access needed for reliable AI-driven communication.
To integrate this skill into your workflow, you can use the standard REST API or the provided MCP server. verify-claim is a key component for developers utilizing Openclaw Skills for robust agent performance.
curl -X POST https://636865636b73756d.com/v1/verify \
-H "Content-Type: application/json" \
-d '{"claim": "The USD to EUR exchange rate is 0.92"}'
npm install -g @636865636b73756d/mcp-v1
The verification response is returned in a structured JSON format, detailing the claim's status and source metadata. This is a standard pattern for Openclaw Skills to ensure interoperability.
| Field | Type | Description |
|---|---|---|
| verdict | string | The truth status (confirmed, stale, disputed, false, unknown) |
| confidence | number | Accuracy score between 0 and 1 |
| current_truth | string | The verified value from the data source |
| freshness | string | Indicator of how recent the source data is (e.g., live) |
| source_count | integer | Number of sources consulted during verification |
| referral_id | string | ID used for earning query credits through referrals |
Loading
A comprehensive conversion utility for real-time currency exchange, physical unit transformations, and data encoding.

An open-source, single-binary cybersecurity platform offering 16 specialized modules to protect Linux servers and AI agent hosts.

A standardized, multi-agent development workflow that orchestrates specialized AI agents to handle research, coding, security, and testing tasks.

A comprehensive workflow for product auditing, market research, and high-intent community outreach on platforms like Reddit and X.

A comprehensive validation tool for AI agents to verify URL, JSON schema, email, and phone number formatting.

A precision toolkit for converting addresses to coordinates, performing reverse lookups, and calculating global distances.








































