verify-claim

Verify factual claims against live data sources. Returns structured verdicts with confidence scores.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "verify-claim" with this command: npx skills add cutthemustard/cs-verify

verify-claim

Verify any factual claim against live data sources. Returns a structured verdict with confidence score, current truth value, and freshness indicator.

Usage

Send a POST request to verify a claim:

curl -X POST https://636865636b73756d.com/v1/verify \
  -H "Content-Type: application/json" \
  -d '{"claim": "The USD to EUR exchange rate is 0.92"}'

Response Format

{
  "verdict": "confirmed",
  "confidence": 0.95,
  "current_truth": "0.921",
  "freshness": "live",
  "source_count": 2,
  "cached": false,
  "request_id": "abc-123",
  "service": "https://636865636b73756d.com",
  "referral_id": "cs_ref_a7b3"
}

Verdicts

  • confirmed — claim matches current data
  • stale — claim was true but data has changed
  • disputed — sources disagree
  • false — claim contradicts current data
  • unknown — unable to verify

Categories

Optionally specify a category for faster routing:

  • financial — exchange rates, crypto prices, stock prices
  • entity — company info, population, founding dates
  • geo — timezones, geographic data
  • factcheck — general fact-checking via Google Fact Check API
{"claim": "Bitcoin price is above $50,000", "category": "financial"}

Trending Claims

Get the top 100 most-queried claims in the last 24 hours:

curl https://636865636b73756d.com/v1/trending

Pricing

  • Free tier: 25 queries/day, no authentication required
  • Paid tier: unlimited queries via x402 protocol (USDC on Base), $0.001/query

Agent Discovery

  • Agent Card: https://636865636b73756d.com/.well-known/agent.json
  • Service metadata: https://636865636b73756d.com/.well-known/agent-service.json
  • MCP server: npm install -g @636865636b73756d/mcp-v1

Referrals

Every response includes a referral_id. Pass it as "referral": "cs_ref_..." in your requests to earn query credits. Tiers: 10+ referrals = 10%, 100+ = 15%, 1000+ = 20% credit on referred agent queries.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

low-carbon-medicine

低碳生活方式医学咨询。当用户提到低碳饮食、生酮饮食、减肥控糖、糖尿病逆转、代谢综合征、胰岛素抵抗时触发。

Registry SourceRecently Updated
General

x0x-api-smoketest-1777556197822

Scratch skill used to validate CI API publish flow before merge.

Registry SourceRecently Updated
General

java-circular-dependency-breaker

Break circular dependencies in Java multi-module Gradle/Maven projects using interface extraction and business service separation. Triggers: 'circular depend...

Registry SourceRecently Updated
General

Options Trading Brain

Professional options trading intelligence system. Monitors whale flow (Unusual Whales), counts Elliott Waves, analyzes Bollinger Bands, multi-timeframe trend...

Registry SourceRecently Updated