From obsidian
Create a document in an Obsidian vault. Supports all vaults synced via iCloud. Use this skill when the user asks to create a note, write to Obsidian, save to their vault, or any variation of composing a markdown note for Obsidian.
How this skill is triggered — by the user, by Claude, or both
Slash command
/obsidian:obsidianThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Write a well-formatted markdown note to an Obsidian vault.
Write a well-formatted markdown note to an Obsidian vault.
Resolve the vault path using this priority order:
OBSIDIAN_VAULT_PATH. If set, use it directly.What is the path to your Obsidian vault? (e.g., ~/Documents/MyVault)
Cache the resolved path for the remainder of the session.
Parse the user's request for:
guides/)If the vault or topic is ambiguous, use AskUserQuestion to clarify:
Check the target vault for existing structure:
ls "<vault-path>/"
Respect existing folder conventions. If the vault uses dated folders, date-prefixed filenames, or topic folders — follow suit.
Check for an existing note with the same or similar name to avoid duplicates:
find "<vault-path>" -iname "*<keyword>*" -name "*.md"
Write the note using the Write tool. Path format:
<vault-path>/<optional-subfolder>/<Title>.md
# Heading matching the filename## Sections for logical groupings[[wikilinks]] for cross-references within the same vault when relevantnpx claudepluginhub kellymears/agents --plugin obsidianManages Obsidian vaults: search, create, edit, move Markdown notes; handle YAML frontmatter, wikilinks, backlinks, daily notes, Zettelkasten setup, and sync via obsidian-cli.
Searches, creates, and organizes notes in an Obsidian vault. Uses wikilinks and index notes. Relevant when managing a personal knowledge base or research notes.
Executes Obsidian CLI commands to read/write/append notes, search vaults, list/count files, manage tasks, move/rename notes, and find orphans/broken links.