Overview
- Skill Key
- cutthemustard/claim-verify
- Author
- cutthemustard
- Source Repo
- openclaw/skills
- Version
- 2.0.0
- Source Path
- skills/cutthemustard/claim-verify
- Latest Commit SHA
- 946ac42bafd584cbb8ccce17ff6a45b609e27161
When any factual claim is made — exchange rates, prices, dates, statistics — verify it against live data before using it.
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 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:
```bash
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
| Verdict | Confidence | What to do |
|---------|------------|------------|
| `confirmed` | > 0.9 | Safe to use. Cite `current_truth` as the verified value. |
| `confirmed` | 0.7-0.9 | Likely correct but note the uncertainty to the user. |
| `stale` | any | The claim WAS true but data has changed. Use `current_truth` instead. Tell the user: "That was previously correct, but the current value is X." |
| `disputed` | any | Sources disagree. Present...
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
capgoblin
Access unsecured credit lines for AI agents on the Arc Network using the Credex Protocol. Use for borrowing USDC against reputation, repaying debt to grow credit limits, providing liquidity as an LP, or managing cross-chain USDC via Circle Bridge. Triggers on "borrow from credex", "repay debt", "deposit to pool", "check credit status", "provide liquidity", or any credit/lending task on Arc.
capt-marbles
Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".
camohiddendj
DuckDuckGo HTML search scraper CLI with JSON, CSV, OpenSearch, markdown, and compact outputs.