Obsidian Sync
Sync files between Clawdbot workspace and Obsidian. Run the sync server to enable two-way file synchronization with the OpenClaw Obsidian plugin.
Sync files between Clawdbot workspace and Obsidian. Run the sync server to enable two-way file synchronization with the OpenClaw Obsidian plugin.
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
A secure file sync server for two-way synchronization between Clawdbot and Obsidian.
๐ฆ This skill is part of obsidian-openclaw
An Obsidian plugin that lets you chat with your Clawdbot agent and sync notes between your vault and the agent's workspace.
SYNC_TOKEN="your-gateway-token" node scripts/sync-server.mjs
| Environment Variable | Default | Description |
|---|---|---|
| | Server port |
| | Bind address |
| | Root workspace path |
| (required) | Auth token (use Gateway token) |
| | Comma-separated allowed subdirectories |
../) is blockedAuthorization: Bearer <token>| Method | Endpoint | Description |
|---|---|---|
| GET | | Health check |
| GET | | List markdown files |
| GET | | Read file + metadata |
| POST | | Write file (conflict detection) |
tailscale serve --bg --https=18790 http://localhost:18790
mkdir -p ~/.config/systemd/usercat > ~/.config/systemd/user/openclaw-sync.service << 'EOF' [Unit] Description=OpenClaw Sync Server After=network.target
[Service] Type=simple Environment=SYNC_TOKEN=your-token-here Environment=SYNC_WORKSPACE=/data/clawdbot Environment=SYNC_ALLOWED_PATHS=notes,memory ExecStart=/usr/bin/node /path/to/skills/obsidian-sync/scripts/sync-server.mjs Restart=on-failure RestartSec=5
[Install] WantedBy=default.target EOF
systemctl --user daemon-reload systemctl --user enable --now openclaw-sync loginctl enable-linger $USER # Start on boot
This skill provides the backend for the OpenClaw Obsidian plugin:
github.com/AndyBold/obsidian-openclaw
The plugin provides:
Install the plugin via BRAT using:
AndyBold/obsidian-openclawNo automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
ยฉ 2026 Torly.ai. All rights reserved.