Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Team Collaboration

a27856704a2785670457 downloads

Real-time team collaboration with plugin sync and AI assistance.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates2

Shared vault documents, real-time co-editing, plugin sync, daily/monthly reports, and AI-powered summaries for Obsidian teams.

Source code

TypeScript source lives in the src/ directory of this repository, with package.json, tsconfig.json, and esbuild.config.mjs at the repo root.

Features

  • Shared documents: Share vault documents to a team drive with collaborative editing
  • Real-time co-editing: Multi-user editing powered by Yjs
  • Plugin sync: Sync installed plugins and settings across team members
  • Reports: Generate daily and monthly team reports
  • AI summaries: Summarize documents using OpenAI or Claude

Installation

From Community Plugins (recommended)

Open Settings → Community plugins → Browse, search for Team Collaboration, and install.

Manual installation

Copy these files into your-vault/.obsidian/plugins/team-collaboration/:

  • main.js
  • manifest.json
  • styles.css

Requirements

This plugin requires a self-hosted or third-party backend server for team features. The server must expose REST APIs and WebSocket endpoints for collaboration.

For AI summaries, configure an OpenAI or Claude API key in plugin settings. Requests are sent directly to the provider you configure.

Configuration

Setting Description
Server URL Base URL of your team backend API (e.g. https://your-server.com)
WebSocket URL WebSocket endpoint for co-editing (optional; derived from server URL if empty)
API key Authentication token after login
AI settings OpenAI / Claude API key for document summaries

Development

npm install
npm run dev     # watch mode
npm run build   # production build

Network usage and privacy

To comply with Obsidian developer policies, this section describes network behavior.

Network requests

  1. Team server (user-configured)

    • Purpose: authentication, team management, document CRUD, collaboration sync
    • When: login, team switch, create/delete/rename documents, opening shared documents
    • Data: document content and paths in request bodies; user token in headers
  2. WebSocket

    • Purpose: real-time co-editing (Yjs) and team events (document add/remove/rename)
    • When: opening the team view or a shared document
    • Data: document content, cursor positions, and collaboration updates
  3. AI services (OpenAI / Claude)

    • Purpose: document summarization
    • When: user explicitly triggers a summary
    • Data: selected document content sent to the configured provider
    • Note: only used when an API key is configured; keys are stored locally in plugin settings

Telemetry

  • This plugin does not collect telemetry
  • No usage analytics, crash reports, or behavioral tracking are sent to third parties
  • All network traffic goes to servers explicitly configured by the user

Privacy

  • Document content is sent only to your configured team server and (optionally) AI providers
  • Review your backend's data retention and privacy policies
  • When using AI summaries, content is sent to OpenAI or Anthropic under their terms of service

License

MIT

HealthExcellent
ReviewPassed
About
Enable real-time team collaboration in Obsidian by connecting to a REST + WebSocket backend. Sync notes, edits, and presence across teammates and optionally enable AI assistance via OpenAI or Claude API keys.
AICollaborationSyncing
Details
Current version
1.0.1
Last updated
2 months ago
Created
5 months ago
Updates
2 releases
Downloads
57
Compatible with
Obsidian 1.13.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
a27856704a27856704
github.com/a27856704
GitHuba27856704
  1. Community
  2. Plugins
  3. AI
  4. Team Collaboration

Related plugins

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Relay

Collaborate in real time with live cursors. Share folders. Manage access to updates.

Claudian

Embeds Claude Code/Codex and other local Agents as AI collaborators in your vault.

Copilot

Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.

Agent Client

Chat with Claude Code, Codex, Gemini CLI, and more via the Agent Client Protocol — right from your vault.

Text Generator

Generate text content using GPT-3 (OpenAI).

Full Calendar Remastered

Complete Calendar HUB experience. Work with all your calendars in one place. Analyze your time and take action!

Self-hosted LiveSync

Sync vaults securely to self-hosted servers or WEBRTC.

Smart Composer

AI chat with note context, smart writing assistance, and one-click edits for your vault.

Smart Connections

Find related notes and excerpts while writing. Your AI link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.