Skip to content

No-Instructions/system3-exo

Repository files navigation

Exo

Exo is a minimal Obsidian plugin for Anthropic-powered note generation.

Features

  • Generate text into the active note from the cursor position
  • Run markdown prompt templates from Exo/templates
  • Include frontmatter, selected text, note context, and a small set of linked notes

Requirements

  • Obsidian desktop
  • An Anthropic API key with available credits

Usage

  1. Open Settings -> Community plugins -> Exo
  2. Add your Anthropic API key
  3. Run Exo: Generate text or Exo: Generate from template from the command palette

Templates 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 }}.

Privacy

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.

Development

npm install
npm run build

To install into a local vault during development:

export OBSIDIAN_VAULT_PATH="/path/to/vault"
npm run obsidian:install

About

Minimal Anthropic-powered note generation for Obsidian

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors