From tavily
Verify claims with cited live-web sources via the Tavily MCP. Use when the user asks "is this true", "verify this", "fact-check", "find sources for", "is there evidence for", "did X actually say Y", "what are the sources on", or wants to validate something they read or wrote before publishing. Returns a verdict (supported / refuted / mixed / unverifiable) backed by primary sources where possible. For prose research without verification framing, use deep-research.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tavily:fact-checkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Verify a specific claim using live web sources. Output: a verdict, the
Verify a specific claim using live web sources. Output: a verdict, the strongest supporting sources, the strongest refuting sources, and what remains unverifiable.
For broad research without verification framing, use deep-research.
For breaking-news verification, also pull news-monitor patterns.
tavily_search with search_depth: "advanced" and
topic: "general" (or news for recent claims).include_domains set to .gov, .edu,
official company domains, reputable wires (Reuters, AP), or the
source the user named.tavily_extract the top supporting and refuting URLs.# Fact-check: "{paraphrased claim}"
*{YYYY-MM-DD}*
## Verdict: {Supported / Refuted / Mixed / Unverifiable}
{1–2 sentence summary of why}
## Atomic facts
### 1. {Fact} — {verdict}
- **Supports:** {brief} [1]
- **Refutes:** {brief} [2]
- **Notes:** {nuance}
### 2. {Fact} — {verdict}
…
## What we couldn't verify
- {Fact} — searched {N} sources, no credible primary source found.
## Sources
[1] {url} — {publisher}, {date}
[2] {url} — {publisher}, {date}
When sources disagree, weight them:
Always tell the user which level of source you're relying on for each verdict.
tavily_* calls.When quoting from extracted content, keep quotes short (under 15 words) and always cite. Prefer paraphrase + citation over long block quotes.
time_range: "month" or narrower so
you don't surface stale facts as current.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub opencolin/tavily-cowork-plugin