Note-Taking Integration
OpenClaw + Obsidian
Search, create, and manage your Obsidian vault notes from your AI assistant.
Category
Note-Taking
Setup Time
~2 minutes
What you can do
- Search vault contents
- Create new notes
- Update existing notes
- Find by tags & links
Setup Guide
Prerequisites
- OpenClaw running (see our deployment guide)
- Obsidian installed on your machine
- A vault you want to connect
- File system access to your vault folder
Step 1: Locate Your Vault
Obsidian stores notes as plain Markdown files. Find your vault location:
Windows:
C:\Users\[YourName]\Documents\Obsidian\[VaultName]
macOS:
/Users/[YourName]/Library/Mobile Documents/iCloud~md~obsidian/Documents/[VaultName]
Linux:
~/Documents/Obsidian/[VaultName]
Step 2: Configure OpenClaw
Add the Obsidian channel to your OpenClaw config:
# In your openclaw config
channels:
obsidian:
enabled: true
vault_path: "/path/to/your/vault"
Or via environment variables in your docker-compose.yml:
environment:
- OBSIDIAN_ENABLED=true
- OBSIDIAN_VAULT_PATH=/vault
volumes:
- /path/to/your/vault:/vault:ro
Note: Mount your vault as read-only (:ro) if you only want search capabilities.
Step 3: Restart OpenClaw
docker compose restart openclaw
Verification
Try asking OpenClaw to search your vault:
"Search my Obsidian vault for notes about 'meeting'"
"List all notes created this week"
"Find notes tagged with #project"
Check logs for file access:
docker compose logs -f openclaw | grep -i obsidian
Common Issues
Vault not found: Ensure the path is correct and the vault folder is mounted in Docker. Check permissions on the vault directory.
Permission denied: Make sure the OpenClaw container has read access to the mounted vault. On Linux, you may need to adjust folder permissions.
Notes not updating: If using iCloud sync on macOS, there may be delays. Open Obsidian to force sync, then retry.
Large vaults: For vaults with 10,000+ notes, initial indexing may take a few minutes. Subsequent searches are fast.
Frequently Asked Questions
Does OpenClaw work with Obsidian?
Yes — OpenClaw integrates with Obsidian by reading your vault's Markdown files directly. It can search notes, create new ones, and update existing content. Setup takes about 2 minutes.
Is the Obsidian integration free?
Yes. The Obsidian integration is free and included with OpenClaw. Obsidian itself is free for personal use. You only pay for hosting (~$7/mo) and AI API usage (~$3-10/mo).
How do I set up Obsidian with OpenClaw?
Locate your Obsidian vault folder, add the vault path to your OpenClaw config, mount the folder in Docker if needed, and restart OpenClaw.
Does OpenClaw modify my Obsidian notes?
Only if you enable write access. By default, mount your vault as read-only to prevent accidental modifications. OpenClaw can search without write permissions.
Can I use multiple Obsidian vaults?
Currently, OpenClaw connects to one vault at a time. You can configure multiple instances or switch vaults by updating the config path.
Ready to set up Obsidian?
Follow our free guide to deploy OpenClaw and connect Obsidian in minutes.
Official docs: https://docs.openclaw.ai/channels