Fact-Check-X — Multi-Platform Fact Verification
Sends one question to several Chinese AI platforms, preserves each raw answer and citation, aligns the claims point by point, and verifies them with authoritative evidence across four separate reports.
AutomationAdvanced★ 407⑂ 41AI score 6/10Last updated: Aug 11, 2026
What it does
- Captures losslessly the raw answers, citation markers, source texts, screenshots and page evidence from N platforms you pick (深知晓, 深知晓 Deep Research, Doubao, Tencent Yuanbao, DeepSeek, Qianwen).
- Decomposes answers into atomic knowledge points, aligns competing values for the same fact variable, and judges whether each platform's claim is faithful to its own cited sources (no web lookups at this stage).
- Runs one trusted-search call per knowledge point that lacks a qualified official anchor, then records
supported / contradicted / insufficientverdicts with evidence IDs. - Delivers stage-by-stage openable reports plus
05-complete-report-package.zipwith all HTML reports, raw JSON, screenshots and per-point verification data. Hard gates block partial captures or "needs review" states from being presented as finished.
Who it's for
- Researchers, compliance and analyst roles who must cross-check Chinese AI answers before using them in real decisions
- Anyone who needs a traceable, shareable audit trail of AI disagreements and source quality
- Intermediate-to-advanced users comfortable with Python/Node, Playwright and manual login/CAPTCHA steps
Examples
- "Check the effective date and penalty cap of this rule on 深知晓 and Doubao" → raw capture → knowledge-point comparison → authoritative verification report.
- "Only fact-check the DeepSeek answer" (N=1) → skips cross-platform comparison, still structures and verifies each claim.
- "Run all five platforms end to end, no step-by-step confirmation" → still emits each stage report, ending with the full ZIP package.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/aiskillstore/marketplace/HEAD/pending/asi2030/fact-check-x-complete/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the pending/asi2030/fact-check-x-complete folder from the GitHub repo aiskillstore/marketplace into my ~/.claude/skills/fact-check-x-complete/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/aiskillstore/marketplace.git && mkdir -p ~/.claude/skills && cp -r marketplace/pending/asi2030/fact-check-x-complete ~/.claude/skills/fact-check-x-complete⚠ This is a third-party skill. Check the source repository before installing.
- Clone the repository:
git clone https://github.com/aiskillstore/marketplace.git - Copy the skill into your Claude skills folder:
mkdir -p ~/.claude/skills && cp -r marketplace/pending/asi2030/fact-check-x-complete ~/.claude/skills/fact-check-x-complete - Verify Python 3 and Node.js are installed (
python3 -V,node -v); install them first if missing. - From the skill folder run
python3 scripts/fact_check_x.py locateto locate the bundled modules. - For real web capture, install the capture tool dependencies:
cd modules/llm-answer-reference-compare/assets/tool && npm ci --omit=dev - Make sure Chrome, Edge, Brave or Chromium is installed — the skill opens a visible browser so you can log in yourself.
- Restart Claude Code and state both the question and the platforms, e.g. "Verify X on 深知晓 and Doubao".
- On first run you handle logins, SMS codes and CAPTCHAs manually; for the verification stage you only log into the 深知 MaaS console and the skill creates and stores its own key locally. Note: all skill output is forced into Simplified Chinese.