Agent Skills
› fakechris/obsidian_vault_pipeline
› theme-page
theme-page
GitHub通过调用 ovp2 MCP 工具读取基于证据的主题页面,提供带有可解析引用的 Wiki 式叙事概览。支持列出可用主题或查询特定主题的合成内容,适用于获取结构化知识综述。
Trigger Scenarios
查询特定主题的详细综述
浏览可用的主题页面列表
搜索后需要 curated 的合成信息
Install
npx skills add fakechris/obsidian_vault_pipeline --skill theme-page -g -y
SKILL.md
Frontmatter
{
"name": "theme-page",
"description": "Read grounded topic pages (wiki-style narratives woven from durable claims). Use for theme overviews; every sentence cites [claim:…] resolvable via the claim tool."
}
OVP Theme Page
Use the ovp2 MCP theme_page tool to read one grounded topic page, or list pages when no theme is given.
When to use
- “What does the vault say about theme X?” as a wiki-style narrative
- Browsing available grounded topic pages
- After
ask/searchwhen you want the curated theme synthesis
Arguments
| Arg | Notes |
|---|---|
theme |
Theme label (exact) or community id (t000 / 0). Omit to list available pages |
Behavior
- Without
theme: list pages with labels /ovp://theme-page/…ids. - With
theme: return the narrative; keep[claim:…]citations intact. - Audit any citation with the
claimskill — do not strip or invent keys.
Notes
- Same payload as the
ovp://theme-page/<id>resource.
Version History
- a9ac4bd Current 2026-09-08 21:16


