Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub cameronsjo/obsidi-claudeObsidian plugin for chatting with Claude AI
Share bugs, ideas, or general feedback.

Chat with Claude AI using the Agent SDK directly in Obsidian.
# Clone the repo
git clone <repo-url>
cd obsidi-claude
# Install dependencies
npm install
# Build
npm run build
# For development with auto-rebuild
npm run dev
Create a symlink from your Obsidian vault's plugins folder:
ln -sfn /path/to/obsidi-claude /path/to/vault/.obsidian/plugins/obsidi-claude
Open Settings > Obsidi-Claude to configure:
When enabled, Claude can use:
Obsidian Plugin
└── @anthropic-ai/claude-agent-sdk
└── Claude Code CLI (subprocess)
└── Claude API
The plugin uses the official Claude Agent SDK which spawns Claude Code as a subprocess. This provides full access to Claude Code's capabilities including file operations, shell commands, and web access.
The plugin supports two backends: SDK (full Claude Code features) and API (direct Anthropic API).
┌───────────────────┐
│ preferredBackend? ├─────┬────────┐
└─────────┬─────────┘ └────────┼──────────────────────┐
│ │ │
▼ ▼ ▼
┌───────────────────┐ ┌────────────────┐ ┌───────────┐
│ 'sdk' │ │ 'api' │ │ 'auto' │
└─────────┬─────────┘ └────────┬───────┘ └─────┬─────┘
│ │ │
▼ ▼ ▼
┌───────────────────┐ ┌────────────────┐ ┌───────────┐
│ SDK available? ├─no─►│ API Backend │◄mobile─┤ Platform? │
└─────────┬─────────┘ └────────────────┘ └─────┬─────┘
│ ▲ │
yes no desktop
│ │ │
▼ │ ▼
┌───────────────────┐ ┌────────┴───────┐ │
│ SDK Backend │◄yes─┤ SDK available? │◄─────────────┘
└───────────────────┘ └────────────────┘
| Backend | Features | Platform |
|---|---|---|
| SDK | Full Claude Code: tools, sessions, MCP servers | Desktop only |
| API | Direct Anthropic API: lighter, mobile-compatible | All platforms |
Ensure Claude Code CLI is installed and in your PATH:
claude --version
If not installed, visit code.claude.com for installation instructions.
Check Obsidian's developer console (Cmd+Option+I) for errors. Common issues:
claude login)MIT