munroe15334 downloadsChat with an AI agent that reads and edits your notes through 27 built-in tools. Works with any OpenAI-compatible provider (DeepSeek, Moonshot, Ollama, LM Studio), with long-term memory and skills, on both desktop and mobile.
An AI agent for your vault. Chat with it in a sidebar or a dedicated tab, and it reads, searches, creates and edits your notes through 27 built-in tools. It speaks the OpenAI-compatible API, so you can use any provider and model you like — OpenAI, DeepSeek, Moonshot, Ollama, LM Studio and more. Works on both desktop and mobile, and it is free forever.
/chat/completions style endpoint works. Requests go through Obsidian's requestUrl, so there are no CORS issues.AGENT/ folder is created in your vault root with memory.md and skills/. Memory is injected into every conversation; skill files can be loaded by the agent on demand.main.js, manifest.json and styles.css from the latest release.<your-vault>/.obsidian/plugins/agent/ and copy the three files into it.https://api.deepseek.com/v1 + deepseek-chat).@ to fuzzy-match and reference vault notes — referenced files' contents are attached automatically. Tool calls and their results are shown inline in the chat.Tasks.md"overwrite_note and delete_file modify your vault directly. The agent is instructed to prefer small, safe edits, but please evaluate model behavior yourself and back up important notes.
将 Obsidian API 封装为 27 个 LLM function-calling 工具,内置纯 JS(零依赖)的 OpenAI 兼容 agent,以聊天方式驱动它操作你的笔记库,桌面端与移动端体验一致。
https://api.deepseek.com/v1 + deepseek-chat)。AGENT/memory.md 与 AGENT/skills/;记忆全文与技能列表会自动注入 system prompt。overwrite_note / delete_file 会直接修改你的库。agent 受 system prompt 约束(优先小改动),但请自行评估模型行为,重要笔记先备份。