obsidian
Automate Obsidian vault operations and search plain Markdown notes via obsidian-cli.
- Requires
obsidian-clibinary; install via Homebrew or manually - Core commands: search note names or content with snippets, create notes with optional auto-open, move/rename notes with automatic wikilink and Markdown link updates across the vault, and delete notes
- Vaults are standard folders on disk containing
.mdfiles,.canvasJSON files, and a.obsidian/config directory; read the active vault from~/Library/Application Support/obsidian/obsidian.jsonrather than hardcoding paths - Set a default vault once with
set-default, then useprint-defaultto retrieve it; supports multiple vaults (iCloud, local, work/personal)
Obsidian
Obsidian vault = a normal folder on disk.
Vault structure (typical)
- Notes:
*.md(plain text Markdown; edit with any editor) - Config:
.obsidian/(workspace + plugin settings; usually don’t touch from scripts) - Canvases:
*.canvas(JSON) - Attachments: whatever folder you chose in Obsidian settings (images/PDFs/etc.)
Find the active vault(s)
Obsidian desktop tracks vaults here (source of truth):
~/Library/Application Support/obsidian/obsidian.json
obsidian-cli resolves vaults from that file; vault name is typically the folder name (path suffix).
More from steipete/clawdis
summarize
Summarize or transcribe URLs, YouTube/videos, podcasts, articles, transcripts, PDFs, and local files.
15.4Kweather
Get current weather, rain, temperature, and forecasts for locations or travel planning.
4.3Ktmux
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
3.5Kgog
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
3.1Knano-pdf
Edit PDFs with natural-language instructions using the nano-pdf CLI.
2.7Kopenai-whisper
Local speech-to-text with the Whisper CLI (no API key).
2.6K