Exo is a minimal Obsidian plugin for Anthropic-powered note generation.
Exo/templatesSettings -> Community plugins -> ExoExo: Generate text or Exo: Generate from template from the command paletteTemplates are standard markdown files stored in Exo/templates by default. Optional frontmatter:
---
description: Short description shown in the picker
system_prompt: |
Extra instruction for this template
---
Write a concise synthesis of {{ title }} using {{ linked_notes_full }}.
Exo sends note content, linked-note context, and rendered template prompts to the Anthropic API in order to generate output. The plugin does not use any remote service other than Anthropic.
npm install
npm run build
To install into a local vault during development:
export OBSIDIAN_VAULT_PATH="/path/to/vault"
npm run obsidian:install