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
}obsidian-agent-client is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by RAIT-09. Bring AI agents into Obsidian via Agent Client Protocol (ACP), such as Claude Code, Codex and Gemini CLI. It has 2,271 GitHub stars.
Yes. obsidian-agent-client passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/RAIT-09/obsidian-agent-client" and add it to your Claude Code skills directory (see the Installation section above).
obsidian-agent-client is primarily written in TypeScript. It is open-source under RAIT-09 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh obsidian-agent-client against similar tools.
No comments yet. Be the first to share your thoughts!
Based on votes and bookmarks from developers who liked this skill
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.