Claude-powered text generation and Claude Code terminal sessions, embedded directly in your vault. No copy-paste. No context switching.
Requires an Anthropic API key.
Augment adds exactly three capabilities to Obsidian.
Position cursor. Press ⌘↩. Claude reads your note, vault links, and frontmatter — then writes directly at your cursor.
Context-aware. Output in plain text, heading, callout, or any format you configure.
Claude Code sessions run in embedded terminals inside Obsidian. Tab, sidebar, split — wherever you want them. Multiple sessions, managed.
Full Claude Code feature set. Terminal manager tracks activity across all sessions.
Markdown files in your vault are templates. Variables pull in note content, frontmatter, linked notes. Run with ⌘⇧↩.
Store templates anywhere in your vault. Prompt generates templates from a description.
Every generation sends Claude the note you're in — title, frontmatter, the text around your cursor, and any linked notes it can reach. You don't have to explain the context. It's already there.
The context inspector shows you exactly what Claude sees before each generation. Adjust the context window. Override the system prompt per-template.
Run agents against your vault from inside Obsidian. The terminal manager tracks every session — what it's doing, how long it's been idle, whether it's waiting for input.
Drop a file in your templates folder. Add variables. Run it from anywhere with ⌘⇧↩. No config. No UI.
template file
---
name: Meeting summary
description: Extract action items from notes
---
You are reviewing meeting notes.
Extract all action items.
For each: owner, deadline, context.
Note title: {{note_title}}
Content:
{{note_content}}
Linked context:
{{linked_notes}}available variables
| {{note_title}} | Current note title |
| {{note_content}} | Full note body |
| {{frontmatter.*}} | Any frontmatter field |
| {{linked_notes}} | Linked note contents |
| {{cursor_context}} | Text around cursor |
| {{date}} | Today's date |
No accounts. No sync. Runs locally via Anthropic's API.
Open Community Plugins
Obsidian → Settings → Community plugins → Browse
Search "Augment"
Install and enable the plugin.
Requires an Anthropic API key. Usage billed directly to your Anthropic account.