Help us improve
Share bugs, ideas, or general feedback.
From obsidian-mcp
Save curated notes to Obsidian vault. Triggers on "save this to obsidian", "write a note about", "note this down", "save to my vault", or any request to persist information to Obsidian.
npx claudepluginhub christopherferreira9/obsidian-mcp --plugin obsidian-mcpHow this skill is triggered — by the user, by Claude, or both
Slash command
/obsidian-mcp:obsidian-saveThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Save curated notes from conversations or claude-mem observations into the Obsidian vault.
Files conversation insights into an Obsidian wiki vault as structured notes. Detects note type, generates frontmatter, and updates index/log/hot cache.
Loads Obsidian vault notes as conversational context when users request personal notes via phrases like 'check my notes about'. Scans MOCs, retrieves linked notes, limits to 15k chars.
Manages Obsidian vaults: search, create, edit, move Markdown notes; handle YAML frontmatter, wikilinks, backlinks, daily notes, Zettelkasten setup, and sync via obsidian-cli.
Share bugs, ideas, or general feedback.
Save curated notes from conversations or claude-mem observations into the Obsidian vault.
search MCP tool to find observations, then get_observations to fetch full detailslist_folders to show available folders and ask the user, or infer from content type:
Investigations/Work Notes/Syncs/Work Notes/Auto-generate 3-7 tags from the content:
concepts array → convert to camelCase tagstype → #bugfix, #feature, #discovery, etc.#typescript, #smartContracts)Call save_note with:
title: descriptive title for the notecontent: formatted markdown bodyfolder: target foldertags: generated tag array (without # prefix)The note format will be:
# {Title}
Tags:
#tag1 #tag2 #tag3
{Content body}
## Source
From Claude Code conversation on {date}
Tell the user the file path and a summary of what was saved.
Direct save:
"Save a note about our JWT auth discussion to Investigations"
Investigations/#authentication, #jwt, #securitysave_noteFrom claude-mem:
"Pull my recent discoveries and save to obsidian"
search(type="observations", obs_type="discovery", limit=10)get_observations(ids=[...relevant IDs])save_note