From obsidian-vault
Searches, creates, and manages notes in an Obsidian vault using wikilinks and index notes. Useful for finding, organizing, or adding to a flat-structured knowledge base.
How this skill is triggered — by the user, by Claude, or both
Slash command
/obsidian-vault:obsidian-vaultThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
`/mnt/d/Obsidian Vault/AI Research/`
/mnt/d/Obsidian Vault/AI Research/
Mostly flat at root level.
Ralph Wiggum Index.md, Skills Index.md, RAG Index.md)[[wikilinks]] syntax: [[Note Title]][[wikilinks]]# Search by filename
find "/mnt/d/Obsidian Vault/AI Research/" -name "*.md" | grep -i "keyword"
# Search by content
grep -rl "keyword" "/mnt/d/Obsidian Vault/AI Research/" --include="*.md"
Or use Grep/Glob tools directly on the vault path.
[[wikilinks]] to related notes at the bottomSearch for [[Note Title]] across the vault to find backlinks:
grep -rl "\\[\\[Note Title\\]\\]" "/mnt/d/Obsidian Vault/AI Research/"
find "/mnt/d/Obsidian Vault/AI Research/" -name "*Index*"
142plugins reuse this skill
First indexed Jun 2, 2026
Showing the 6 earliest of 142 plugins
npx claudepluginhub reedom/mattpocock-skills --plugin obsidian-vaultSearches, creates, and manages notes in an Obsidian vault using wikilinks and index notes. Useful for finding, organizing, or adding to a flat-structured knowledge base.
Searches, creates, and organizes notes in an Obsidian vault using wikilinks and index notes. Provides commands for finding, linking, and creating notes.
Searches, creates, and organizes Obsidian notes using wikilinks and index notes for a flat vault structure.