π¦ ClawHub
Obsidian Sync
by @andybold
Sync files between Clawdbot workspace and Obsidian. Run the sync server to enable two-way file synchronization with the OpenClaw Obsidian plugin.
π‘ Examples
SYNC_TOKEN="your-gateway-token" node scripts/sync-server.mjs
βοΈ Configuration
| Environment Variable | Default | Description |
|---------------------|---------|-------------|
| SYNC_PORT | 18790 | Server port |
| SYNC_BIND | localhost | Bind address |
| SYNC_WORKSPACE | /data/clawdbot | Root workspace path |
| SYNC_TOKEN | (required) | Auth token (use Gateway token) |
| SYNC_ALLOWED_PATHS | notes,memory | Comma-separated allowed subdirectories |
TERMINAL
clawhub install obsidian-sync