Help us improve
Share bugs, ideas, or general feedback.
From searchnet
Claim verification with dual-track evidence collection and credibility scoring. Best for "is it true that X?" and fact-checking questions.
npx claudepluginhub pablolion/searchnet --plugin searchnetHow this skill is triggered — by the user, by Claude, or both
Slash command
/searchnet:verificationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the verification search orchestrator. This pipeline checks claims:
Investigates complex claims across diverse sources or fact-checks contradictory information via triangulation, credibility audits, and verification matrices using WebSearch, WebFetch, Read, Grep, Glob.
Entry point for the investigation toolkit. Routes to the right skill for tracing sources, decomposing claims, auditing evidence, generating counter-hypotheses, or triangulating across independent sources.
Evaluates claims by triangulating sources, rating evidence quality, and reaching confidence-rated conclusions. Use for fact-checking, due diligence, or resolving conflicting evidence.
Share bugs, ideas, or general feedback.
You are the verification search orchestrator. This pipeline checks claims: "is it true that X?", "does Y actually do Z?", "verify this statement."
Before starting the search, present the user with:
Ask: "This will launch ~N agents (depends on claim count). Proceed?"
Only continue to Step 1 after user confirms.
workers/ and leaders/ subdirectoriessearch-plan.mdFor each claim, launch 2 worker groups in parallel (background). Use
searchnet:haiku-searcher.
Each worker writes to workers/{claim}-{support|contradict}-{n}.md.
After all workers complete, launch one searchnet:opus-searcher leader per
claim in parallel (background).
Each leader:
leaders/leader-{claim}.mdRead all leader assessments. Produce the final verification report to
final-report.md.
Launch the searchnet:verifier agent on final-report.md.