Bring AI agents into Obsidian via Agent Client Protocol (ACP), such as Claude Code, Codex, and Gemini CLI. Operations teams can automate workflows, generate code, and process data directly within Obsidian. Connects to AI agents and integrates with Obsidian's plugin ecosystem.
git clone https://github.com/RAIT-09/obsidian-agent-client.githttps://rait-09.github.io/obsidian-agent-client/
Automate note-taking by querying AI agents for information and saving responses directly as Markdown notes.
Execute terminal commands through AI agents to retrieve data or perform actions without switching applications.
Switch between different AI models seamlessly to leverage their unique capabilities for various tasks.
Maintain a history of conversations with AI agents to revisit and build upon previous discussions.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/RAIT-09/obsidian-agent-clientCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Integrate [AGENT] into my Obsidian workflow to help me with [SPECIFIC TASK]. Please provide a step-by-step guide on how to set it up and utilize its features effectively.
### Integrating Claude Code into Obsidian
To set up Claude Code in your Obsidian environment:
1. Open your Obsidian settings and navigate to the plugins section.
2. Search for the 'Obsidian Agent Client' plugin and install it.
3. Once installed, go to the 'Agent Configuration' tab and select Claude Code.
4. Input your API key and save the settings.
### Using Claude Code for Code Snippet Generation
Now that Claude Code is set up, you can generate code snippets by typing:
```
Generate a Python function that calculates the factorial of a number.
```
### Example Output
```python
def factorial(n):
if n == 0:
return 1
else:
return n * factorial(n-1)
```
This function is now ready to be used in your projects, enhancing your coding efficiency within Obsidian.Google's multimodal AI model and assistant
AI assistant built for thoughtful, nuanced conversation
Knowledge-powered CRM with networked thinking
IronCalc is a spreadsheet engine and ecosystem
Enterprise workflow automation and service management platform
Automate your spreadsheet tasks with AI power
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan