vault-save
Vault Save
Save conversation insights to the vault. Extracts the key discovery from the current session and creates or appends to a vault note.
Workflow
-
Identify what to capture. Accept user guidance:
- "Save this conversation" → summarize the full session's key insight
- "Save the part about X" → extract that specific topic
- "Save this solution" → extract the specific fix/answer
- Freeform: user pastes or describes what they want saved
-
Extract the core content from the conversation:
- Context: What problem or question prompted this?
- Key insight: The main discovery, in 1-3 sentences
- Details: Commands, code, configs, or steps that were key
- What to avoid: Mistakes or dead-ends encountered along the way (if relevant)
-
Search for a related existing vault folder:
obsidian search query="<topic keywords>" limit=8If a directly relevant project folder exists (e.g., the conversation is about a technique covered in an existing folder), offer to append to it instead of creating a new note.
-
Decide filing strategy:
- Append to existing folder: If a closely related folder exists and the insight is a small addition
obsidian append path="<folder>/README.md" content="\n## Insight — <title>\n<content>\n" - Create a new standalone note: For novel insights or anything not clearly belonging to one project
Or use theobsidian create name="<Descriptive Title>" content="..." silentWritetool for longer content.
- Append to existing folder: If a closely related folder exists and the insight is a small addition
-
Compose the note:
--- description: <one-line summary of the insight> title: <Descriptive Title> date: YYYY-MM-DD source: conversation --- # <Title> ## Context What prompted this investigation or conversation. ## Key Insight The main discovery, stated clearly. ## Details Expanded explanation, code blocks, commands, or steps. ```bash # Commands or code hereRelated
- [[related_folder/README]]
- [[another_folder/gemini3_summary]]
-
Cross-reference in today's daily note:
obsidian daily:append content="### HH:MM — Saved: <Title>\n<one-line summary>.\nNote: [[<Title>]]\n" -
Report where the note was saved (path or note name) and what was captured.
Tips
- For naming standalone notes: use descriptive action phrases like
Obsidian CLI Multiline Content Workaround.md,Agent Team Dispatch Pattern.md - If the conversation covered multiple distinct insights, save them as separate notes rather than one large dump
- The
## Contextsection is the most important for future reference — without it, isolated insights lose their meaning - If the user says "save everything", be selective: capture the 1-3 most reusable/novel insights, not a full transcript
More from az9713/claude-code-obsidian
vault-moc
Generate a Map of Content (MOC) note that categorizes and wikilinks vault project folders by theme. Can create a full vault index or a focused MOC for a specific category (e.g., "skills", "agents", "browser automation"). Use when wanting to create a navigational index of vault content.
2defuddle
Extract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens. Use instead of WebFetch when the user provides a URL to read or analyze, for online documentation, articles, blog posts, or any standard web page.
1json-canvas
Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.
1vault-journal
Log a research entry to today's Obsidian daily note, automatically finding and wikilinking related vault projects. Use when the user wants to capture something they learned, worked on, or found interesting about Claude Code or AI tooling.
1obsidian-cli
Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their Obsidian vault, manage notes, search vault content, perform vault operations from the command line, or develop and debug Obsidian plugins and themes.
1obsidian-bases
Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.
1