From Obsidian Vault
Generates structured AI summaries for Obsidian literature notes. Triggered by explicit requests or after Zotero import and MinerU parsing. Writes a standardized ## AI Summary section, preserving existing notes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/obsidian-vault:obsidian-ai-summaryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate and write `## AI Summary` sections in Obsidian literature notes.
Generate and write ## AI Summary sections in Obsidian literature notes.
处理文献笔记 AI 摘要的生成和写入时优先使用。
Run this skill when any of the following apply:
obsidian-zotero or obsidian-mineru completes, detect whether ## AI Summary is absent or empty in the literature note → ask "Want to generate an AI Summary?".obsidian_pipeline_ingest_item(write_ai_summary=true) or obsidian_pipeline_parse_with_mineru(write_ai_summary=true) fills an empty summary section automatically.mineruStatus in note frontmatter via obsidian_read_file.mineruStatus: parsed → read attachments/mineru/<zoteroKey>/paper.md (richest source: full structured text + figure captions).## Reading Notes content as primary evidence.Budget: ≤ 4 tool calls total (read note → optionally read MinerU md → write back → confirm).
Write exactly this structure into ## AI Summary:
## AI Summary
**Core Finding:** [One-sentence core conclusion.]
**Method:** [Methods, models, or experimental design used.]
**Dataset / Scope:** [Dataset name, scale, domain.]
**Limitations:** [Acknowledged or inferable limitations.]
**My Assessment:** [Relevance to current research direction, credibility, follow-up worth.]
obsidian_read_file the full literature note.## AI Summary section:
## Reading Notes (or at end of note if no Reading Notes section exists).## AI Summary section content; leave all other sections untouched.obsidian_write_file the updated note.obsidian-zotero, the ## AI Summary section is preserved automatically.## AI Summary. Must preserve ## Reading Notes.## AI Summary. Must not overwrite a non-empty user summary.检测触发条件(显式请求 / 导入后提示 / 管道 flag),优先读取 MinerU 全文,按标准五节模板写入 ## AI Summary,不触碰其他节内容。
npx claudepluginhub luffysolution-svg/obsidian-vault-mcpFills per-paper Key Findings, Methodology, and Relevance sections in both Obsidian and Zotero after research-hub ingests cited papers. Invokes an LLM on each abstract; keeps Obsidian and Zotero in sync.
Builds Wikipedia-style Obsidian vaults from academic PDFs, extracting concepts into linked notes with atomic sentences and citations. Expands existing networks with new papers.
Extracts and ingests document content (PDF, Office) into Obsidian vault using MinerU. Supports direct extraction or Zotero-linked pipeline for literature notes.