# Send Obsidian Openclaw Sync to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "obsidian-openclaw-sync",
    "name": "Obsidian Openclaw Sync",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/boyd4y/obsidian-openclaw-sync",
    "canonicalUrl": "https://clawhub.ai/boyd4y/obsidian-openclaw-sync",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/obsidian-openclaw-sync",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=obsidian-openclaw-sync",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/vault-structure.md",
      "run.sh",
      "scripts/sync_helper.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/obsidian-openclaw-sync"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/obsidian-openclaw-sync",
    "downloadUrl": "https://openagent3.xyz/downloads/obsidian-openclaw-sync",
    "agentUrl": "https://openagent3.xyz/skills/obsidian-openclaw-sync/agent",
    "manifestUrl": "https://openagent3.xyz/skills/obsidian-openclaw-sync/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/obsidian-openclaw-sync/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: boyd4y
- Version: 1.0.1
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/obsidian-openclaw-sync)
- [Send to Agent page](https://openagent3.xyz/skills/obsidian-openclaw-sync/agent)
- [JSON manifest](https://openagent3.xyz/skills/obsidian-openclaw-sync/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/obsidian-openclaw-sync/agent.md)
- [Download page](https://openagent3.xyz/downloads/obsidian-openclaw-sync)