Installation
🚧 Under Review
This plugin is awaiting approval for Obsidian Community Plugins. For now, use BRAT (recommended) or manual installation.
Install the Plugin
Via BRAT (Recommended)
- Install the BRAT plugin from the Community Plugins browser
- In Obsidian settings, go to Community Plugins → BRAT → Add Beta Plugin
- Paste this repo URL:
https://github.com/RAIT-09/obsidian-agent-client - BRAT will download the latest release and keep it auto-updated
- Enable Agent Client from the plugin list
Manual Installation
- Download the latest release files from GitHub Releases:
main.jsmanifest.jsonstyles.css
- Create the plugin folder:
VaultFolder/.obsidian/plugins/agent-client/ - Place the downloaded files in this folder
- Enable the plugin in Obsidian Settings → Community Plugins
Prerequisites
Node.js
Not always required
Node.js is needed for npm-based agents like Claude Code, Codex, and Gemini CLI. If your agent is a standalone binary, you can skip this step.
If you need Node.js:
- Download from nodejs.org
- Install the LTS version (recommended)
Find Your Node.js Path
bash
which node
# Example output: /usr/local/bin/nodecmd
where.exe node
# Example output: C:\Program Files\nodejs\node.exeConfigure Node.js Path
- Open Settings → Agent Client
- Enter the Node.js path in the Node.js path field
Next Steps
Continue to Quick Start to set up your first agent and start chatting!