Cross-Validate

# Cross-Validate CI-Level 2 fact-checking with statistical confidence improvement.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Cross-Validate" with this command: npx skills add crftsmnd/cross-validate

Cross-Validate

CI-Level 2 fact-checking with statistical confidence improvement.

What This Does

  • Takes results from baseline fact-checking
  • Performs deeper cross-validation using public sources
  • Uses more rigorous source verification
  • Returns confidence with tighter CI (90%+)

When to Use

Trigger AFTER Baseline-RAG runs, or explicitly with:

  • "cross-validate"
  • "verify with higher confidence"
  • "CI-95"

Workflow

Step 1: Receive Input

Get claim to verify from user or previous fact-check session.

Step 2: Public Sources

Use web_search and web_fetch (network tools) to find additional sources:

  • Academic papers (PubMed, Google Scholar)
  • Government/agency sources (.gov, .edu)
  • Recent news (last 6 months)
  • Peer-reviewed journals

Step 3: Cross-Reference

  • Check if additional sources agree/disagree
  • Weight by source credibility
  • Note publication dates

Step 4: Calculate Score

Heuristic formula (not statistically rigorous):

adjusted_score = min(95, base_score + (new_credible_sources × 5))

Note: This is a simple heuristic, not a confidence interval. Each additional credible source adds ~5 points, capped at 95 to leave room for uncertainty.

Step 5: Present Results

## Cross-Validation: [Claim]

### Scores
| Metric | Baseline | Cross-Validated |
|--------|---------|--------------|
| Score | [X]% | [Y]% |
| Sources | [N] | [M] |

### New Sources Added
- [source 1]
- [source 2]

### Verdict
[CONFIRMED / INCONCLUSIVE / REJECTED]

Tools Used

This skill uses platform tools:

  • web_search (for source discovery)
  • web_fetch (for source verification)

Not offline — requires network access for web searches.

Example

## Cross-Validation: "Coffee reduces cancer risk"

### Scores
| Metric | Baseline | Cross-Validated |
|--------|---------|--------------|
| Score | 65% | 85% |
| Sources | 3 | 8 |

### New Sources Added
- NIH.gov (2024)
- Google Scholar study
- WHO statement

### Verdict
CONFIRMED

Notes

  • Works fully offline with platform tools
  • No external dependencies
  • No payment required
  • Uses public sources only

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Cross Verify

交叉验证信息准确性、识别偏见和逻辑漏洞。当用户说"这段话有没有问题"、"这个数据可靠吗"、"帮我看看这段有没有偏见"、"这个信息准确吗"、"核查一下这段",或直接丢入一段文字/数据要求检查时触发。Also triggers when the user pastes any text containing stat...

Registry SourceRecently Updated
1071Profile unavailable
General

Baseline-RAG

Extracts and checks factual claims with web sources, scoring confidence around 50–70% and flags for higher verification if needed.

Registry SourceRecently Updated
1160Profile unavailable
General

Rumour Buster

谣言终结者。双引擎验证消息真假:中文搜索(kimi_search + multi-search-engine)+ 英文搜索(Tavily + multi-search-engine),交叉验证,溯源消息来源。首次使用自动运行 setup 配置。

Registry SourceRecently Updated
810Profile unavailable
Research

Agent Fact Check Verify

嚴謹多來源資訊查核與可信度判定技能。用於「查證/核實/核實這個/是真的嗎/是否正確」類請求,整合政府、官方、主流媒體、事實查核站、X(Twitter)、Reddit 等來源,採用內部 100 分制規則化評分(不對使用者公開分數),並強制 Tavily 優先與明確 fallback 規則。

Registry SourceRecently Updated
2720Profile unavailable