← All skills
Tencent SkillHub Β· AI

Clawhub Skill

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

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.

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc