save
save captures valuable chat content and files it as a permanent wiki page with the right structure and metadata. It analyzes conversations to pick the best note type—synthesis, concept, source, decision, or session—then creates frontmatter, places the note in the correct folder, and updates your wiki's index and log. The skill respects your vault's organization mode and handles concurrent writes safely.
save lets you file chat conversations and insights as permanent wiki notes with automatic organization and indexing.
AI-generated summary based on this skill's SKILL.md
Install
AgriciDaniel/claude-obsidian/save · repository language: Python
git clone https://github.com/AgriciDaniel/claude-obsidian
cp -r claude-obsidian/skills/save ~/.claude/skills/saveFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How does save file this conversation into my Obsidian vault?
save analyzes your chat content and automatically creates a structured wiki note with proper frontmatter and metadata. It determines the best note type—synthesis, concept, source, decision, or session—then places the file in the correct folder within your vault and updates your wiki's index and log to keep everything organized and discoverable.
What note types can save create when preserving insights?
save supports five note types: synthesis (combined analysis), concept (core ideas), source (reference material), decision (choices and rationale), and session (conversation records). Each type gets tailored frontmatter and folder placement so your vault stays organized by content category and your insights remain easy to find later.
Can save add this to the wiki with automatic organization?
Yes. save captures your conversation, extracts key insights, and files the note with automatic folder placement and index updates. It respects your vault's organization mode, handles concurrent writes safely, and ensures your wiki indexes stay current so new notes integrate seamlessly into your knowledge base.
Does save preserve metadata when I save this analysis?
save creates comprehensive frontmatter for every note, including title, type, tags, and source metadata. This structured approach ensures your saved analyses remain searchable and linked within your vault. The skill also updates your wiki's index and log automatically so you can trace when and where each insight was filed.
What license does the save skill use?
save is released under the MIT license, which permits free use, modification, and distribution with minimal restrictions. This open licensing makes save accessible for personal knowledge management, team wikis, and integrated workflows without licensing barriers.
SKILL.md
rendered from the published skill — quoted content, verbatim
save: File Conversations Into the Wiki
Good answers and insights shouldn't disappear into chat history. This skill takes what was just discussed and files it as a permanent wiki page.
The wiki compounds. Save often.
Transport (v1.7+)
The session-note write itself follows the standard transport policy. Read .vault-meta/transport.json (auto-created by bash scripts/detect-transport.sh):
- cli —
obsidian-cli write "$VAULT" "$NOTE" < session.md; seeskills/wiki-cli/SKILL.md - mcp-obsidian / mcpvault —
mcp__obsidian-vault__write_note - filesystem — Claude's
Writetool with absolute path
Full decision
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 1 file
skills/save/SKILL.md