1---2name: mixelpixx-google-search-mcp-server-fact-check3description: ---4---5---6name: fact-check7description: Verify claims, statements, or information using multiple authoritative sources8argument-hint: [claim to verify]9---1011# Fact-Check Workflow1213Verify this claim: **$ARGUMENTS**1415## Verification Process1617### Step 1: Understand the Claim18Break down the claim into verifiable components:19- What specific facts are being asserted?20- What would need to be true for this claim to be accurate?21- Are there numbers, dates, or specific details to verify?2223### Step 2: Search for Primary Sources24Use `google_search` to find:251. **Official sources** - Government, academic institutions, official documentation26 ```27 query: "[claim keywords] site:gov OR site:edu"28 ```292. **Fact-checking sites** - Snopes, PolitiFact, FactCheck.org30 ```31 query: "[claim] fact check"32 ```333. **News sources** - Reuters, AP, established journalism34 ```35 query: "[claim]" with dateRestrict for recency36 ```3738### Step 3: Extract and Compare39Use `extract_webpage_content` on top 3-5 sources with highest authority scores.4041Compare:42- Do sources agree on the core facts?43- Are there important caveats or context missing from the original claim?44- What's the original source of the information?4546### Step 4: Assess Source Quality47Prioritize sources by:481. Primary sources (original data, studies, official records)492. Academic/peer-reviewed content503. Established news organizations514. Expert commentary5253Be skeptical of:54- Single-source claims55- Sources with commercial interest56- Outdated information57- Circular citations (all sources citing each other)5859## Verdict Format6061```markdown62# Fact Check: [Claim]6364## Verdict: [TRUE / MOSTLY TRUE / MIXED / MOSTLY FALSE / FALSE / UNVERIFIABLE]6566## Summary67[1-2 sentence summary of findings]6869## Evidence7071### Supporting Evidence72- [Source]: [What they say] (Authority: X%)73- ...7475### Contradicting Evidence76- [Source]: [What they say] (Authority: X%)77- ...7879## Important Context80[Any nuance, caveats, or missing context from the original claim]8182## Source Quality83- Primary sources consulted: X84- Average source authority: X%85- Source agreement: [High/Medium/Low]8687## Confidence Level88[HIGH/MEDIUM/LOW] - [Explanation of confidence]89```9091## Red Flags to Note92- Claim uses vague language ("studies show", "experts say") without specifics93- Numbers that seem too round or dramatic94- Claims that align suspiciously well with a particular agenda95- Information that can't be traced to an original source9697---98> Source: [mixelpixx/google-search-mcp-server](https://github.com/mixelpixx/google-search-mcp-server) — distributed by [TomeVault](https://tomevault.io).99<!-- tomevault:4.0:skill_md:2026-05-28 -->
Run npx skillmds@latest add tomevault-io/mixelpixx-google-search-mcp-server-fact-check in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.