obsidian-sync

Synchronize files between a Clawdbot workspace and an Obsidian vault.

2|1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/simplefarmer69/ape-claw --skill obsidian-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-sync
Source: https://github.com/simplefarmer69/ape-claw/tree/main/data/forge-skills/clawhub-obsidian-sync
Command: npx skills add https://github.com/simplefarmer69/ape-claw --skill obsidian-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a secure backend for synchronizing files between your Clawdbot workspace and your Obsidian vault, enabling seamless note-taking and agent interaction.

Core Features & Use Cases

  • Two-way File Synchronization: Keep your notes and agent data consistent across platforms.
  • Secure Backend: Uses authentication tokens and restricted paths for safe operation.
  • Use Case: As you write notes in Obsidian about a project your agent is working on, this skill ensures those notes are available to the agent, and any updates the agent makes to its workspace are reflected back in your Obsidian vault.

Quick Start

Run the sync server by setting your gateway token and executing the provided node script.

Frequently Asked Questions about obsidian-sync

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync markdown notes between an Obsidian vault and a Clawdbot workspace?

You can sync markdown notes between an Obsidian vault and a Clawdbot workspace by running the provided node script, which starts a local server for secure, two-way file synchronization with real-time updates and conflict detection.

Does the Obsidian and Clawdbot file synchronization support two-way updates?

Yes, the file synchronization supports two-way updates, ensuring that notes written in Obsidian and agent data updated in the Clawdbot workspace remain consistent across both platforms in real-time.

Do I need a sync token to connect Clawdbot and Obsidian?

Yes, you must configure a SYNC_TOKEN for authentication to establish a secure backend and ensure safe operation when connecting your Clawdbot workspace with your Obsidian vault.

What are the prerequisites for setting up Obsidian and Clawdbot file synchronization?

Setting up file synchronization requires installing Node.js, configuring your SYNC_TOKEN, and defining configurable workspace paths before executing the provided node script to start the local sync server.

How are file conflicts handled during real-time workspace synchronization?

During real-time workspace synchronization, the system includes built-in conflict detection to help manage simultaneous edits and maintain markdown file consistency across your notes and agent data.