Agent Skills
› fakechris/obsidian_vault_pipeline
› theme-page
theme-page
GitHub读取基于持久声明的 wiki 风格主题页面,提供经过策展的主题综合叙述。支持列出可用页面或查询特定主题的详细叙事,保留引用以便审计。
Trigger Scenarios
用户询问关于特定主题的概述信息
需要浏览可用的主题页面列表
搜索后希望获取策展后的主题合成内容
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


