Manuel Magaña8k downloadsLend your vault to an AI agent. It can read, write, and search your notes.
Lend your vault to an AI agent. Read, write, and search your notes with AI.
A simple and lightweight AI extension for Obsidian. Connect Google Gemini, Anthropic Claude, OpenAI, or a local Ollama model, and delegate basic tasks to an agent that can write, edit, and create notes and folders within your vault.
It features a user-friendly UI, inspired by other agentic apps.

~/vault/.obsidian/plugins/ folder.[!IMPORTANT]
- For Google, Anthropic, and OpenAI, make sure you have a valid API key for the selected provider.
- For Ollama, no API key is needed, just make sure your local Ollama server is running and the model has been pulled.
- You can also add a custom base URL to connect to a different endpoint for the selected provider.
Start chating with the agent by locating and clicking on the brain icon in the left and right sidebars. Or add a hotkey to kickly acces your most recent chat.

Manage your chats as Obsidian notes. Rename the chat by renaming the file.

[!CAUTION]
Chat files are design to store the chat history and the messages metadata. Do not modify or move them.
The agent can use the following tools to interact with your vault:
Also you can right click over selected text, in your markdown notes, to summarize selection or ask agent.
And finally, you can also attach images by clicking the image icon, and notes with the @ icon in the input.
This plugin can connect to remote AI services (Google Gemini, Anthropic Claude, or OpenAI) to process your requests, or to a local Ollama instance.
Why is this needed?
The AI models that power these features run on external servers and require an internet connection, with the exception of Ollama, which runs locally on your machine. Your notes or queries are sent securely to the selected provider for processing, and the results are only returned to your vault.
To use Google, Anthropic, or OpenAI, you must set the corresponding API key. You are responsible for obtaining and managing your API keys. Ollama does not require an API key, but does require a local Ollama installation.
Network usage in detail:
tiktoken.pages.dev (a public CDN for the js-tiktoken library) when estimating message sizes for OpenAI models.Other capabilities used by the plugin: