Work with Obsidian vaults (plain Markdown notes). Use when: user asks to search notes, create notes, move/rename notes, or manage their Obsidian vault. NOT for: Notion pages (use notion skill), non-Markdown files, or Obsidian plugin configuration.
Work with Obsidian vaults — they are just folders of plain Markdown files.
✅ USE this skill when:
❌ DON'T use this skill when:
notion skill.obsidian/ config directlygoogle_workspace skillObsidian vaults are normal folders on disk. Common locations:
~/Documents/Obsidian/, ~/Library/Mobile Documents/...~/Documents/Obsidian/, ~/Notes/%USERPROFILE%\Documents\Obsidian\On macOS, vault paths are tracked in:
~/Library/Application Support/obsidian/obsidian.json
python {skill_path}/obsidian_vault.py locate
python {skill_path}/obsidian_vault.py search "query"
python {skill_path}/obsidian_vault.py search-content "query"
python {skill_path}/obsidian_vault.py create "Folder/Note Title" --content "# My Note\n\nContent here"
python {skill_path}/obsidian_vault.py list "folder/path"
python {skill_path}/obsidian_vault.py recent --limit 10
Since Obsidian notes are plain Markdown, you can always edit them directly:
# Read a note
cat ~/Documents/Obsidian/MyVault/Notes/example.md
# Append to a note
echo "## New Section" >> ~/Documents/Obsidian/MyVault/Notes/example.md
Obsidian will pick up changes automatically.
Obsidian uses [[wikilinks]] for inter-note links. When moving or renaming
notes, consider updating links in other files that reference the moved note.
.obsidian/ (workspace + plugin settings) — usually don't touch| File | Description |
|------|-------------|
| obsidian_vault.py | Obsidian vault operations (search, create, list) |
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Manage Trello boards, lists, and cards via the Trello REST API.
Category:productivity