Resolve-public421 downloadsAI Writing Assistant. Connects to local or cloud providers. Features vault-wide RAG retrieval, knowledge graph, agentic tool use.
An AI writing assistant that lives inside your Obsidian vault.
Local or cloud models. Ground your writing, reorganise your vault, assist you in reaching your goals.

A chat panel that knows your vault. Ask whether a chapter holds up against your research and it reads the notes before it answers. Ask for a change and it shows you the diff and waits. It runs on a local model through LM Studio, or on a cloud provider you choose, and nothing leaves your machine unless you point it somewhere.
Desktop only.

Ask whether the draft holds up and watch it read the research before it answers. Every figure in the reply comes from the notes it read.

Every edit is a diff you approve in the composer. Approve it and it lands in the editor, with undo one click away. Decline it and you can tell the model what to do instead.
![]() |
![]() |
| A proposed edit | An approved change |
The same conversation under Obsidian's light theme and three community themes. Nothing in the panel is hard-coded; it reads the theme's variables like the rest of the app.
![]() |
![]() |
| Obsidian, light | Minimal |
![]() |
![]() |
| Things | Obsidian gruvbox |
| Provider | Where it runs | What you need |
|---|---|---|
| LM Studio | On your machine | LM Studio with a model loaded. No account, no key. |
| Anthropic | Cloud | An API key from console.anthropic.com. Metered, billed to you. |
| OpenAI | Cloud, or any OpenAI-compatible endpoint | An API key from platform.openai.com. Metered, billed to you. |
| Claude Code | The local claude CLI, which calls Anthropic |
The Claude Code CLI installed and signed in. Uses your subscription, no key. |
Requires Obsidian 1.13 or later on desktop.
From community plugins. Open Settings > Community plugins > Browse, search for Writing Assistant Chat, click Install, then Enable.
Beta through BRAT. Add Resolve-public/writing-assistant-chat in the
BRAT plugin, then enable Writing Assistant Chat
under Community plugins.
claude CLI on your PATH.Tools are on from the start and every kind of change is set to Ask, so nothing touches your vault without your approval. Change that per kind under Vault operations.
Local providers keep everything on your machine. With LM Studio alone, no data leaves it.
Cloud providers receive what you send. Your messages, the note context you include, and any tool results the model reads go to the provider you enabled:
| Provider | Endpoint | Used for |
|---|---|---|
| Anthropic | api.anthropic.com |
Chat |
| OpenAI | api.openai.com, or your custom base URL |
Chat, embeddings |
| LM Studio | localhost (configurable) |
Chat, embeddings, model discovery |
| Claude Code | The local claude CLI, which calls Anthropic |
Agentic chat; the CLI runs its own tool loop |
Claude Code reaches outside the vault, and it is the only part that does. It runs the claude
command-line tool as a subprocess with your vault as its working directory. To find it, the plugin
searches the directories on your PATH; on Windows it also reads the npm claude.cmd / claude.bat
shims to resolve the real program. It only ever runs a claude you installed and never downloads,
installs, or updates one. The CLI keeps its own login, configuration, and per-conversation session
files in its home folder (~/.claude), outside the vault, and the plugin relies on those to resume a
conversation after a restart. Every other tool the model is given (read, edit, create, move, trash)
is restricted to paths inside your vault.
This plugin and all of its features are, and will always be, free. If it helped you get closer to your creative goals, you can support the project on Buy Me a Coffee. The link is also under Settings > Writing Assistant Chat > General.
See CONTRIBUTING.md for setup, project structure, coding standards, and the development workflow. The pictures above come from the plugin itself, driven by the scenario in dev/readme.
MIT, see LICENSE.
The distributed build bundles third-party components under their own licenses, including one proprietary Anthropic component that is not covered by this plugin's MIT license. See THIRD-PARTY-NOTICES.md for the full list and terms.