Overview
- Skill Key
- bpauli/obsync
- Author
- bpauli
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/bpauli/obsync
- Latest Commit SHA
- 3a0508fbfdf87e8a3cee2352cf80127b382a3381
Obsidian Sync CLI for syncing vaults on headless Linux servers with full end-to-end encryption.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 obsync 技能。 若已安装,则直接安装 obsync 技能。
# obsync Use `obsync` to sync Obsidian vaults on headless Linux servers. Requires an Obsidian Sync subscription and account credentials. Setup (once) - `obsync login` (enter email, password, and optional MFA code) - For headless servers: `export OBSYNC_KEYRING_BACKEND=file` - Optionally set keyring password: `export OBSYNC_KEYRING_PASSWORD=mysecret` - Verify: `obsync list` Output - Default: human-friendly terminal output with colors and spinners. - Use `--json` / `-j` for JSON output. - Use `--verbose` / `-v` for debug logging. Common commands - Log in: `obsync login` - List vaults: `obsync list` - Pull vault: `obsync pull "My Notes" ~/notes -p "e2e-password"` - Pull and save password: `obsync pull "My Notes" ~/notes -p "e2e-password" -s` - Push local changes: `obsync push "My Notes" ~/notes -p "e2e-password"` - Watch (continuous sync): `obsync watch "My Notes" ~/notes -p "e2e-password"` - Install systemd service: `obsync install "My Notes" ~/notes` - Check service status: `obsync status "My Notes"` - View service logs: `journalctl --user -u obsync@<vault-id>.service -f` - Uninstall service: `obsync uninstall "My Notes"` Flags - `-p, --password` — E2E encryption password - `-s, --save-password` — save E2E password to keyring for future use - `-v, --verbose` — enable debug logging - `-j, --json` — JSON output to stdout - `--config` — path to config file (or `OBSYNC_CONFIG` env var) - `--version` — print version and exit Notes - Requires a valid Obsidian Sync subscription. - E2E encryption uses AES-256-GCM with scrypt key derivation. - Pull/push compare files by SHA-256 hash — only changed files are transferred. - Watch mode uses WebSocket for remote changes and fsnotify for local changes (500ms debounce). - Large files are handled with 2MB chunked transfers. - Automatic reconnection with exponential backoff (1s-60s) on connection loss. - The `.obsidian/` directory (themes, plugins, settings) is synced. - For headless servers without a desktop keyring, use...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.