Fact Cross Check
/install fact-cross-check
\r \r
Cross Check\r
\r Multi-source verification for factual claims with confidence scoring and source links.\r \r
Workflow\r
\r
- Optimize query — see
{baseDir}/references/query-optimization.md.\r - Search first (REQUIRED) — ALWAYS use
web_searchas the primary tool. Never skip toweb_fetchdirectly. Runweb_search(query, count=10). If T1 found, stop. If only T2-3, run a second query. If contradictions, investigate.\r - Evaluate sources — classify by tier. See
{baseDir}/references/source-tiers.md.\r - Direct verify (optional, only after search) — use
web_fetch(url)only to verify specific URLs found via search. Never useweb_fetchas a substitute forweb_search.\r - Present — MUST include clickable source URLs for every result:\r
[Answer]\r Confidence: [T1-T5] ([%]) | Sources: name, ... | Verified: [date] | Note: [caveats]\r \r
Source URLs\r
\r CRITICAL: Every cited source MUST include a direct clickable URL. If URL unavailable: T1 → find alternative source, T2+ → downgrade one tier. Never list a source without its URL.\r \r
Error Handling\r
\r
- Zero results → broaden query, retry once. Still empty → T1 confidence.\r
web_fetchfails → skip, note it, drop confidence one level.\r- All T4 sources → report T2, mark Uncertain.\r
- Contradictions → see
{baseDir}/references/research-patterns.md.\r \r
Security & Privacy\r
\r
This skill uses only OpenClaw's built-in web_search and web_fetch tools. No data is sent to external services beyond what these tools do.\r
\r
External Endpoints:\r
- Web search API (via OpenClaw's built-in web_search, provider depends on user config)\r
- Web pages (via OpenClaw's web_fetch for verification)\r \r Data Handling:\r
- No credentials required\r
- No data stored locally\r
- Search queries sent through OpenClaw's configured search provider\r
- No autonomous invocation without user intent - activates when queries contain verification language\r \r Trust Statement:\r By using this skill, your search queries are sent through OpenClaw's built-in web search provider. Only install if you trust OpenClaw's data handling practices.\r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install fact-cross-check - After installation, invoke the skill by name or use
/fact-cross-check - Provide required inputs per the skill's parameter spec and get structured output
What is Fact Cross Check?
Multi-source verification with confidence ratings. Use for verifying factual claims, finding examples and verifying they match criteria, statistics, or resea... It is an AI Agent Skill for Claude Code / OpenClaw, with 172 downloads so far.
How do I install Fact Cross Check?
Run "/install fact-cross-check" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Fact Cross Check free?
Yes, Fact Cross Check is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Fact Cross Check support?
Fact Cross Check is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Fact Cross Check?
It is built and maintained by marianachow0321 (@marianachow0321); the current version is v1.0.3.