Clawhub Skill
/install 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 datastale— claim was true but data has changeddisputed— sources disagreefalse— claim contradicts current dataunknown— unable to verify
Categories
Optionally specify a category for faster routing:
financial— exchange rates, crypto prices, stock pricesentity— company info, population, founding datesgeo— timezones, geographic datafactcheck— 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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cs-verify - 安装完成后,直接呼叫该 Skill 的名称或使用
/cs-verify触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Clawhub Skill 是什么?
Verify factual claims against live data sources. Returns structured verdicts with confidence scores. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 596 次。
如何安装 Clawhub Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cs-verify」即可一键安装,无需额外配置。
Clawhub Skill 是免费的吗?
是的,Clawhub Skill 完全免费(开源免费),可自由下载、安装和使用。
Clawhub Skill 支持哪些平台?
Clawhub Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Clawhub Skill?
由 CutTheMustard(@cutthemustard)开发并维护,当前版本 v1.0.0。