Sync Obsidian OpenClaw config across multiple iCloud devices. Manages symlinks for seamless multi-device sync.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install obsidian-openclaw-sync或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install obsidian-openclaw-sync⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/obsidian-openclaw-sync/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: obsidian-openclaw-sync description: Sync Obsidian OpenClaw config across multiple iCloud devices. Manages symlinks for seamless multi-device sync. compatibility: darwin metadata: version: 1.0.1 ---
Helper tool for syncing OpenClaw configuration between iCloud Drive and local Obsidian vaults.
This skill solves the problem of syncing OpenClaw configuration across multiple devices via iCloud:
openclaw.json sync with overwrite control| Dependency | Required | Description | |------------|----------|-------------| | python3 | Yes | Python 3.x (macOS comes with Python pre-installed) | | macOS | Yes | This skill only works on macOS (iCloud Drive integration) | | obsidian-icloud-sync | Yes | Obsidian must be set up to sync vaults via iCloud Drive |
# Check Python availability
python3 --version
# Check iCloud Obsidian path exists
ls -ld ~/Library/Mobile\ Documents/iCloud~md~obsidian/Documents
/obsidian-openclaw-sync [command] [options]
| Command | Description | |---------|-------------| | status | Show all iCloud vaults with agents and skills, indicates sync status | | setup | Interactive setup to sync a vault to local | | unset | List and remove local symlinks |
| Option | Short | Description | |--------|-------|-------------| | --vault N | -v N | Pre-select vault by index (default: interactive) | | --overwrite | -w | Overwrite local openclaw.json with symlink to iCloud version | | --no-confirm | -y | Skip confirmation prompt (auto-confirm) |
# Check sync status (shows all iCloud vaults)
/obsidian-openclaw-sync
# Interactive setup (select vault, create symlinks)
/obsidian-openclaw-sync setup
# Setup with overwrite (replace local openclaw.json with iCloud symlink)
/obsidian-openclaw-sync setup --overwrite
# Setup without confirmation prompt (auto-confirm)
/obsidian-openclaw-sync setup --no-confirm
# Setup specific vault without prompts
/obsidian-openclaw-sync setup --vault 1 --no-confirm
# List and remove local symlinks
/obsidian-openclaw-sync unset
✓ iCloud Obsidian: /Users/.../iCloud~md~obsidian/Documents
✓ Valid Vaults (N):
✓ <vault-name>
Agents (N): <agent1>, <agent2>, ...
Skills (N): <skill1>, <skill2>, ...
○ <vault-name> [openclaw.json not found (recommended)]
✗ Invalid Vaults (N):
✗ <vault-name> (missing: .obsidian/)
Local Config: .openclaw
Agents (N): <agent1>, <agent2>, ...
Skills (N): <skill1>, <skill2>, ...
| Source (iCloud) | Target (Local) | |-----------------|----------------| | media/ | ./media/ | | projects/ | ./projects/ | | team/ | ./team/ | | skills/ | ./skills/ | | workspace-/ | ./workspace-/ | | .openclaw/.json | ./.openclaw/.json | | openclaw.json | ./openclaw.json (with --overwrite) |
setup to create symlinks to iCloud vaultsetup --overwrite to replace local config with iCloud symlink安装 Obsidian Openclaw Sync 后,可以对 AI 说这些话来触发它
Help me get started with Obsidian Openclaw Sync
Explains what Obsidian Openclaw Sync does, walks through the setup, and runs a quick demo based on your current project
Use Obsidian Openclaw Sync to sync Obsidian OpenClaw config across multiple iCloud devices
Invokes Obsidian Openclaw Sync with the right parameters and returns the result directly in the conversation
What can I do with Obsidian Openclaw Sync in my documents & notes workflow?
Lists the top use cases for Obsidian Openclaw Sync, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/obsidian-openclaw-sync/ 目录(个人级,所有项目可用),或 .claude/skills/obsidian-openclaw-sync/(项目级)。重启 AI 客户端后,用 /obsidian-openclaw-sync 主动调用,或让 AI 根据上下文自动发现并使用。
Obsidian Openclaw Sync 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Obsidian Openclaw Sync 可免费安装使用。请查阅仓库了解许可证信息。
Sync Obsidian OpenClaw config across multiple iCloud devices. Manages symlinks for seamless multi-device sync.
Obsidian Openclaw Sync 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using Obsidian Openclaw Sync
Identifies repetitive steps in your workflow and sets up Obsidian Openclaw Sync to handle them automatically