From shazam
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
npx claudepluginhub qhuang20/shazam --plugin shazamThis skill uses the workspace's default tool permissions.
`/mnt/d/Obsidian Vault/AI Research/`
Search, create, and manage notes in Obsidian vault with wikilinks and index notes. Useful for finding, creating, or organizing notes via grep/find commands.
Manages Obsidian vaults: search, create, edit, move Markdown notes; handle YAML frontmatter, wikilinks, backlinks, daily notes, Zettelkasten setup, and sync via obsidian-cli.
Organize Obsidian notes according to clawd's preferences. Use when user asks to "organize notes", "move notes to right folder", "clean up vault", "tidy vault", "file this note", or when creating new notes in the Obsidian vault. Also use when moving, renaming, or categorizing notes, or when the vault root has stray files.
Share bugs, ideas, or general feedback.
/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*"
After vault operations are complete, suggest: "Notes updated!"