Overview
- Skill Key
- cutthemustard/cs-verify
- Author
- cutthemustard
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/cutthemustard/cs-verify
- Latest Commit SHA
- 1ec336daa5b742d2765862ccabefb6124b1008fe
Verify factual claims against live data sources. Returns structured verdicts with confidence scores.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 verify-claim 技能。 若已安装,则直接安装 verify-claim 技能。
# 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:
```bash
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
```json
{
"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
```json
{"claim": "Bitcoin price is above $50,000", "category": "financial"}
```
## Trending Claims
Get the top 100 most-queried claims in the last 24 hours:
```bash
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.
caoyumin97
Structured problem analysis and communication using system mapping and hierarchical logic. Use when a request involves messy, multi-factor problems, root-cause analysis, intervention design, feedback loops or delays, or when a clear top-line recommendation with logically grouped support is required.
chaimengphp
Query real-time and historical financial data across equities and crypto—prices, market moves, metrics, and trends for analysis, alerts, and reporting.
cerbug45
AI Wallet Payment System Skill Guide
bywallace
Read and manage Kubera.com portfolio data (net worth, assets, debts, allocation, holdings). Use when a user asks about their finances, net worth, portfolio, investments, holdings, asset allocation, or wants to update asset values in Kubera. Works with any AI agent or CLI that can run Python scripts.
c-goro
Expense tracking and accounting for AI agents. Log purchases, set budgets, generate spending reports, and manage multi-currency finances — all stored locally. Privacy.com card import, natural language queries, CSV/JSON export. Use when agents make purchases and need a financial audit trail.
c0rv0s
Short-form video for AI agents. Generate videos using the latest models, pay with USDC via x402.