claim
GitHub通过 MCP claim 工具加载指定声明的完整证据闭环,包括文本、审查 verdicts 及引文来源。用于审计 ask 或主题页中的引用,验证答案真实性,确保不伪造证据。
Trigger Scenarios
审计 ask 页面中的 [claim:...] 引用
解析 ovp://claim/<key> 或 ck-... claim_key
在信任答案前检查其收据是否真实
Install
npx skills add fakechris/obsidian_vault_pipeline --skill claim -g -y
SKILL.md
Frontmatter
{
"name": "claim",
"description": "Read one durable claim’s full evidence closure (text, gate verdicts, verbatim quotes and sources). Use to audit any [claim:…] citation from ask or theme pages."
}
OVP Claim
Use the ovp2 MCP claim tool to load one durable claim’s full evidence closure: claim text, gate verdicts, and every citation resolved to verbatim quote, line, and source (title/sha/url).
When to use
- Auditing a
[claim:…]citation fromaskor a theme page - Resolving
ovp://claim/<key>or ack-…claim_key - Checking whether an answer’s receipt is real before trusting it
Arguments
| Arg | Required | Notes |
|---|---|---|
key |
yes | claim_key (preferred, stable), claim_id, or ovp://claim/<key> |
Behavior
- Call MCP
claimwith the key from the citation. - Present claim text, verdicts, and quote→source links clearly.
- If the key does not resolve, say so — do not invent evidence.
Notes
claim_keyvalues (ck-…) are deterministic and survive re-runs; safe to store in notes and answers.- Same payload as the
ovp://claim/<key>resource.
Version History
- a9ac4bd Current 2026-09-08 21:15


