Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
claim-verification - Skill - OpenSmartRoute
Skillv1.0.0
claim-verification
Use to fact-check a finished deliverable's stated facts — its statistics, quotations, named sources, dates, and forecasts — by decomposing them into load-bearing factual claims and matching each to th
Imported from mtarcure/claude-vibe-squad (model-lanes/gemini/.agents/skills/claim-verification/SKILL.md). Install upstream with npx skills add mtarcure/claude-vibe-squad --skill claim-verification. Copyright stays with the author.
Claim Verification
Decompose content into load-bearing claims and verify each against evidence (Hard Rule 8 truth gate).
Steps
Decompose the content into discrete load-bearing claims.
Map each claim to the exact evidence span that would confirm it.
Verify against sources; for web claims, route a grounding worker (Gemini grounding or research handoff) that returns a typed evidence bundle, then adjudicate it.
Reproduce any arithmetic and check units/internal consistency.
Return a per-claim verdict: supported | unsupported | unverifiable.
Acceptance
Every load-bearing claim is classified and mapped to evidence.
"Unverifiable" is distinguished from "false"; a model cutoff is never treated as verification.
No PASS while a load-bearing claim remains unverifiable.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "mtarcure-claude-vibe-squad-claim-verification",
"kind": "skill",
"name": "claim-verification",
"description": "Use to fact-check a finished deliverable's stated facts — its statistics, quotations, named sources, dates, and forecasts — by decomposing them into load-bearing factual claims and matching each to the exact source span that confirms or refutes it (Hard Rule 8 truth gate). Scope is whether what the text asserts as fact is accurate — the truth of the content itself, not whether a task's tooling actually ran. Route web facts to a grounding worker.",
"publisher": "mtarcure",
"version": "1.0.0",
"capabilities": {
"domains": [
"math"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use to fact-check a finished deliverable's stated facts — its statistics, quotations, named sources, dates, and forecasts — by decomposing them into load-bearing factual claims and matching each to the exact source span that confirms or refutes it (Hard Rule 8 truth gate). Scope is whether what the text asserts as fact is accurate — the truth of the content itself, not whether a task's tooling actually ran. Route web facts to a grounding worker."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/mtarcure/claude-vibe-squad",
"path": "model-lanes/gemini/.agents/skills/claim-verification/SKILL.md",
"ref": "4727203103a142e8eac111578e1c73a0589eeb88",
"url": "https://github.com/mtarcure/claude-vibe-squad/blob/4727203103a142e8eac111578e1c73a0589eeb88/model-lanes/gemini/.agents/skills/claim-verification/SKILL.md",
"key": "mtarcure/claude-vibe-squad/model-lanes/gemini/.agents/skills/claim-verification/SKILL.md"
}
},
"instructions": "# Claim Verification\n\nDecompose content into load-bearing claims and verify each against evidence (Hard Rule 8 truth gate).\n\n## Steps\n1. Decompose the content into discrete load-bearing claims.\n2. Classify each claim: `fact | quote | calculation | forecast | opinion | inference`.\n3. Map each claim to the exact evidence span that would confirm it.\n4. Verify against sources; for web claims, route a grounding worker (Gemini grounding or research handoff) that returns a typed evidence bundle, then adjudicate it.\n5. Reproduce any arithmetic and check units/internal consistency.\n6. Return a per-clai",
"cost": {
"context_tokens": 222
}
}
Fetch it by URL: GET /api/v1/registry/mtarcure-claude-vibe-squad-claim-verification/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.