Install
openclaw skills install @crftsmnd/baseline-ragExtracts and checks factual claims with web sources, scoring confidence around 50–70% and flags for higher verification if needed.
openclaw skills install @crftsmnd/baseline-ragFact-checking skill with statistical confidence scoring (CI-Level 1).
Trigger on: "verify", "fact-check", "is this true", "check claim", "confirm"
Extract specific claims from input:
Use web_search to find:
Calculate with uncertainty bounds:
Confidence = (matching_sources / total_sources) × 100
CI-Range: ±15% (wide baseline)
Statistical note: This is a heuristic baseline, not a rigorous statistical measure. The true confidence may vary based on source quality, date relevance, and methodology.
Format:
VERIFIED: [claim]
Confidence: [X]% (CI: [Y]-[Z]%)
Sources: [sources found]
⚠️ Baseline confidence: [X]%
→ For CI-95 verified result, use Cross-Validate service
| Score | Tier | Action |
|---|---|---|
| 0-40% | Low | Flag for verification |
| 41-70% | Baseline | Offer Cross-Validate |
| 71-100% | High | Accept (or flag for fun) |
For higher confidence verification, consider:
Note: External verification services exist but are outside scope of this skill.
## Finding: [Claim]
### Confidence Level
| Metric | Value |
|--------|-------|
| Score | [X]% |
| CI (Baseline) | [Y]-[Z]% |
| Sources Found | [N] |
### Sources
- [source 1]
- [source 2]
### Recommendation
[ACCEPT / VERIFY / REJECT]
### Next Step
[For higher confidence → use Cross-Validate]
## Finding: "Coffee causes cancer"
### Confidence Level
| Metric | Value |
|--------|-------|
| Score | 45% |
| CI (Baseline) | 35-55% |
| Sources Found | 4 |
### Sources
- WHO: No link found
- Healthline: Conflicting
- NIH: No consensus
### Recommendation
VERIFY - Mixed evidence
### Next Step
For CI-95 verified result → use Cross-Validate service