Yishen Tu4 downloadsCollaborate on shared projects with tickets, reviews, and LAN or Cloud hosting.
Collaboration for Obsidian: share projects over LAN or through a Cloud server, track tickets, review changes, and publish updates. AI agents can work with your projects through a local HTTP API. Visit claudian.md to learn more.
Works independently of Claudian. Requires Obsidian Desktop 1.13.0 or newer and Git.
Install Claudian Collab from its community plugin listing through Settings → Community plugins.
For manual installation, download main.js, manifest.json, and styles.css from a GitHub release, or build them from source below. Copy the three files into your vault's .obsidian/plugins/claudian-collab/ directory, then enable Claudian Collab in Settings → Community plugins. If your vault uses a custom configuration directory, replace .obsidian with that directory.
Use Node 24.16.0:
git clone https://github.com/YishenTu/claudian-collab.git
cd claudian-collab
npm ci
npm run build
Open the sidebar from the ribbon icon or Claudian Collab: Open Collab in the command palette. Create a project or join one from an invitation, then use the sidebar to manage tickets, review changes, and publish your work.
Collab supports LAN and Cloud projects. LAN projects are hosted by a participant's device; Cloud projects use a separate server. To host Cloud projects yourself, see Claudian Cloud Server.
Configure the Projects folder and optional Git executable path in the plugin's settings.
The Collab skill teaches agents how to discover API operations, find projects and tickets, publish changes, handle retries, and resolve conflicts.
Copy skill/ into your agent's skills directory as claudian-collab/, or give the agent skill/SKILL.md directly. With Obsidian running in the intended vault, use Claudian Collab: Copy agent API instructions and give the copied instructions to the agent. They include the current HTTP endpoint for that vault.
If you previously used Collab inside Claudian:
Your Collab data moves automatically from .claudian/collab/ to .claudian-collab/. Existing projects, settings, and your device identity carry over. Project folders stay in place, and unrelated Claudian data is unchanged. Chat references to Collab changes and tickets are no longer available.
Repeat these steps on each synced device. If migration reports conflicting storage, keep both folders and resolve the conflict before choosing Retry. Do not delete the legacy folder to force startup.
127.0.0.1 after initialization. Local programs can read and change Collab data through it without a separate API token or confirmation for each operation. It checks request Host and Origin headers, but these do not authenticate local programs. Only give access instructions to agents you trust. Collab does not call AI providers itself; any agent's use of your data follows that agent's configuration and provider policies..claudian-collab/. Private state includes Git repositories, databases, device identity, credentials, and keys; the plugin does not encrypt this storage at rest. Your backup or sync software may copy it. Collab also finds and runs a system or user-configured Git executable outside the vault and creates temporary Git probe directories in the operating system's temporary folder. Clipboard writes happen when you copy invitations or agent instructions.MIT. Third-party license and attribution notices are included in the built main.js.