/install 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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cross-validate - 安装完成后,直接呼叫该 Skill 的名称或使用
/cross-validate触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Cross-Validate 是什么?
Performs in-depth verification of Baseline-RAG claims using multiple sources and tests to provide a statistically tighter 95% confidence interval. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。
如何安装 Cross-Validate?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cross-validate」即可一键安装,无需额外配置。
Cross-Validate 是免费的吗?
是的,Cross-Validate 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Cross-Validate 支持哪些平台?
Cross-Validate 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Cross-Validate?
由 crftsmnd(@crftsmnd)开发并维护,当前版本 v1.1.0。