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-clientGuides for using ai agents skills like obsidian-agent-client.
Last scanned: 4/26/2026
{
"issues": [
{
"type": "npm-audit",
"message": "esbuild: esbuild enables any website to send any requests to the development server and read the response",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "postcss: PostCSS has XSS via Unescaped </style> in its CSS Stringify Output",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "vite: Vite Vulnerable to Path Traversal in Optimized Deps `.map` Handling",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "vitepress: Vulnerability found",
"severity": "medium"
}
],
"status": "PASSED",
"scannedAt": "2026-04-26T06:07:57.427Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}Bring 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 agentTo try pre-release versions before they are published to Community Plugins:
https://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 @agentclientprotocol/claude-agent-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-agent-acp
where.exe node # Windows
where.exe claude-agent-acp
Configure in Settings → Agent Client:
/usr/local/bin/node/usr/local/bin/claude-agent-acp (not claude)Start chatting: Click the robot icon in the ribbon
npm install
npm run dev
For production builds:
npm run build
Apache License 2.0 - see LICENSE for details.
No comments yet. Be the first to share your thoughts!