claim
GitHub用于加载并展示指定声明的完整证据链,包括文本、审查结论及引用来源。适用于审计引用、验证答案真实性及解析声明标识符。
Trigger Scenarios
审计 ask 或主题页中的声明引用
解析 ovp://claim/ 或 ck- 开头的声明键
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


