← All skills
Tencent SkillHub · Communication & Collaboration

Obsidian Openclaw Sync

Sync Obsidian OpenClaw config across multiple iCloud devices. Manages symlinks for seamless multi-device sync.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Sync Obsidian OpenClaw config across multiple iCloud devices. Manages symlinks for seamless multi-device sync.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/vault-structure.md, run.sh, scripts/sync_helper.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 12 sections Open source page

Obsidian OpenClaw Sync

Helper tool for syncing OpenClaw configuration between iCloud Drive and local Obsidian vaults.

Purpose

This skill solves the problem of syncing OpenClaw configuration across multiple devices via iCloud: Automatically detects all iCloud vaults with OpenClaw configs Creates symlinks from local to iCloud for seamless sync Supports multi-agent workspace templates (workspace_, workspace-) Manages openclaw.json sync with overwrite control

Dependencies

DependencyRequiredDescriptionpython3YesPython 3.x (macOS comes with Python pre-installed)macOSYesThis skill only works on macOS (iCloud Drive integration)obsidian-icloud-syncYesObsidian must be set up to sync vaults via iCloud Drive

Check Dependencies

# Check Python availability python3 --version # Check iCloud Obsidian path exists ls -ld ~/Library/Mobile\ Documents/iCloud~md~obsidian/Documents

Usage

/obsidian-openclaw-sync [command] [options]

Commands

CommandDescriptionstatusShow all iCloud vaults with agents and skills, indicates sync statussetupInteractive setup to sync a vault to localunsetList and remove local symlinks

Options

OptionShortDescription--vault N-v NPre-select vault by index (default: interactive)--overwrite-wOverwrite local openclaw.json with symlink to iCloud version--no-confirm-ySkip confirmation prompt (auto-confirm)

Examples

# 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

Output Format

✓ 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>, ...

Synced Directories

Source (iCloud)Target (Local)media/./media/projects/./projects/team/./team/skills/./skills/workspace-*/./workspace-*/.openclaw/*.json./.openclaw/*.jsonopenclaw.json./openclaw.json (with --overwrite)

Multi-Device Sync Flow

Device 1: Run setup to create symlinks to iCloud vault Device 2: Run setup --overwrite to replace local config with iCloud symlink All devices: Changes sync via iCloud Drive automatically

References

Sync Helper Script - Core Python script for vault detection

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs2 Scripts
  • SKILL.md Primary doc
  • references/vault-structure.md Docs
  • run.sh Scripts
  • scripts/sync_helper.py Scripts