by RAIT-09
Bring AI agents into Obsidian via Agent Client Protocol (ACP), such as Claude Code, Codex and Gemini CLI.
# Add to your Claude Code skills
git clone https://github.com/RAIT-09/obsidian-agent-clientBring AI agents (Claude Code, Codex, Gemini CLI) directly into Obsidian. Chat with your AI assistant right from your vault.
Built on Agent Client Protocol (ACP) by Zed.
https://github.com/user-attachments/assets/1c538349-b3fb-44dd-a163-7331cbca7824
@notename syntax/ commands provided by your agenthttps://github.com/RAIT-09/obsidian-agent-clientmain.js, manifest.json, styles.css from ReleasesVaultFolder/.obsidian/plugins/agent-client/Open a terminal (Terminal on macOS/Linux, PowerShell on Windows) and run the following commands.
Install an agent and its ACP adapter (e.g., Claude Code):
curl -fsSL https://claude.ai/install.sh | bash # Install Claude Code
npm install -g @zed-industries/claude-code-acp # Install ACP adapter
Login (skip if using API key):
claude
Follow the prompts to authenticate with your Anthropic account.
Find the paths:
which node # macOS/Linux
which claude-code-acp
where.exe node # Windows
where.exe claude-code-acp
Configure in Settings → Agent Client: