Token导航 LogoToken导航TokenDH.com
研究检索external-serviceclawhub未标认证来源可访问clear审计通过

claim-verify索赔验证

Agent Skill

claim-verify 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

13,513

周安装

552

GitHub Stars

公开资料未说明

下载量

4,328
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:claim-verify(索赔验证)
来源仓库:https://github.com/cutthemustard/claim-verify
安装命令:
openclaw skills install claim-verify
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install claim-verify

简介

当提出任何事实主张(汇率、价格、日期、统计数据)时,请在使用前根据实时数据进行验证。

SKILL.md

name
verify-claim
description
When any factual claim is made — exchange rates, prices, dates, statistics — verify it against live data before using it.
version
2.0.0
metadata
openclaw
emoji
🔍
homepage
https://verify.agentutil.net
always
false

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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

86.22%
按下载量换算3,732

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills