← 返回
AI智能 中文

Verify Claim

When any factual claim is made — exchange rates, prices, dates, statistics — verify it against live data before using it.
在使用任何事实性声明(如汇率、价格、日期、统计数据)前,必须通过实时数据进行核实。
cutthemustard
AI智能 clawhub v2.0.1 2 版本 100000 Key: 无需
★ 0
Stars
📥 719
下载
💾 13
安装
2
版本
#latest

概述

verify-claim

Verify factual claims against live data before using them in responses, calculations, or decisions. Returns structured verdicts with confidence scores and current truth values.

When to Activate

Use this skill whenever:

  • A user states a number as fact ("the exchange rate is 0.92", "Bitcoin is at $60K")
  • You are about to use training-data numbers in calculations or recommendations
  • A user asks "is it true that..." or "can you verify..."
  • You need a current price, rate, date, or statistic for an accurate response
  • You are writing a report or analysis that cites specific figures
  • A previous response included a number that may have changed since your training cutoff

Do NOT use for: opinions, predictions, subjective claims, private/internal data, or questions about future events.

Workflow

Step 1: Extract the claim

Identify the specific factual assertion. Be precise — "Bitcoin price is above $60,000" is better than "Bitcoin is expensive."

Step 2: Check via MCP tool (preferred)

If @agentutil/verify-mcp is available as an MCP tool, use it directly:

verify_claim({ claim: "The USD to EUR exchange rate is 0.92" })

Step 3: Fall back to HTTP

If no MCP tool is available, call the API:

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

Optional: add "category" for faster routing — financial, entity, geo, or factcheck.

Step 4: Interpret the verdict

VerdictConfidenceWhat to do
---------------------------------
confirmed> 0.9Safe to use. Cite current_truth as the verified value.
confirmed0.7-0.9Likely correct but note the uncertainty to the user.
staleanyThe claim WAS true but data has changed. Use current_truth instead. Tell the user: "That was previously correct, but the current value is X."
disputedanySources disagree. Present both sides — do NOT pick one. Say: "Sources conflict on this — [source A] says X while [source B] says Y."
false> 0.8Contradicts current data. Correct it: "Actually, the current value is X."
false< 0.8Likely wrong but not certain. Flag it: "This doesn't match current data (X), but confidence is moderate."
unknownanyCould not verify. Say so honestly — do NOT guess.

Step 5: Act on the result

  • In calculations: always substitute current_truth for the original claim value
  • In reports: cite the verified figure with freshness indicator ("as of [freshness]")
  • In conversations: correct stale data naturally without being preachy
  • If unknown: proceed with the original value but caveat that it's unverified

Response Format

{
  "verdict": "confirmed",
  "confidence": 0.95,
  "current_truth": "0.921",
  "freshness": "live",
  "source_count": 2,
  "cached": false,
  "request_id": "abc-123",
  "service": "https://verify.agentutil.net"
}

Categories

For faster routing, specify a category:

  • 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

Trending Claims

See what others are verifying:

curl https://verify.agentutil.net/v1/trending

Pricing

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

Agent Discovery

  • MCP server: @agentutil/verify-mcp (npm)
  • Agent Card: https://verify.agentutil.net/.well-known/agent.json
  • Service metadata: https://verify.agentutil.net/.well-known/agent-service.json

Privacy

No authentication required for free tier. Query content is not stored beyond transient cache (max 1 hour). No personal data collected. Rate limiting uses IP hashing only.

版本历史

共 2 个版本

  • v2.0.1 当前
    2026-03-29 12:16 安全 安全
  • v1.0.1
    2026-03-11 10:55

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 834 📥 213,006
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 711 📥 243,717
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,356 📥 318,069