From claude-obsidian
Saves a structured note from the current conversation into a wiki vault, with support for session summaries, concept pages, and decision records.
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-obsidian:saveThe summary Claude sees in its command listing — used to decide when to auto-load this command
Read the `save` skill. Then run the save workflow for this conversation. Usage: - `/save` — analyze the full conversation and save the most valuable content - `/save [name]` — save with a specific note title (skip the naming question) - `/save session` — save a complete session summary - `/save concept [name]` — explicitly save as a concept page - `/save decision [name]` — explicitly save as a decision record If no vault is set up yet, say: "No wiki vault found. Run /wiki first to set one up." Check if a page with the same name already exists. If it does, offer to update it instead of cr...
Read the save skill. Then run the save workflow for this conversation.
Usage:
/save — analyze the full conversation and save the most valuable content/save [name] — save with a specific note title (skip the naming question)/save session — save a complete session summary/save concept [name] — explicitly save as a concept page/save decision [name] — explicitly save as a decision recordIf no vault is set up yet, say: "No wiki vault found. Run /wiki first to set one up."
Check if a page with the same name already exists. If it does, offer to update it instead of creating a duplicate.
npx claudepluginhub cathykiriakos/claude-obsidian21plugins reuse this command
First indexed Apr 7, 2026
Showing the 6 earliest of 21 plugins
/saveSaves a structured note from the current conversation into a wiki vault, with support for session summaries, concept pages, and decision records.
/vault-saveSaves conversation knowledge (decisions, insights, research) to a vault using the vault-mind MCP server, creating or updating notes with frontmatter and daily logs.
/obsidian-archiveExtracts learnings from the current Claude Code session using progressive summarization and archives them as Zettelkasten notes in Obsidian vault after user approval.
/memorySaves important content to a long-term memory database. Accepts explicit content, follows instructions to extract from context, or auto-summarizes session highlights.
/crystallizeCrystallize draft notes into stable wiki pages, consolidating scattered knowledge and optionally closing a session when explicitly signaled.
/compact-praetorianSaves current context to praetorian memory with type and title, supporting web research, task results, file reads, and technical decisions.