Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

AI Agents

spatariuraresspatariurares25 downloads

Transform your vault into an ecosystem of configurable AI agents defined by markdown files.

  • Overview
  • Scorecard
  • Updates6

Transform your Obsidian vault into an ecosystem of configurable AI agents defined entirely by Markdown files.

Overview

AI Agents is an Obsidian plugin that allows you to create, manage, and interact with multiple AI assistants directly within your notes. Instead of generic AI chatbots, you can define custom agents with specific roles, system prompts, and tool permissions just by creating Markdown files in your vault.

Features

  • Markdown-Defined Agents: Create a new agent simply by creating a standard markdown file with specific properties.
  • Dedicated Chat Interface: Interact with your agents through a fully integrated, modern chat view.
  • Vault Context: Agents can read from your vault and analyze your notes.
  • Configurable Tools & Memory: Control which agents have access to tools (e.g., file reading, workspace access) and manage their conversation memory.
  • Conversation Logging: Save your valuable chats as markdown notes to keep an accessible history of your AI interactions.
  • Interrupt Generation: Stop the LLM response generation at any point directly from the UI.
  • Example Generator: Quickly bootstrap new agents with the built-in default agent generator.

Setup & Configuration

  1. Install the plugin and enable it in your Obsidian settings.
  2. Complete the initial setup in the plugin settings by configuring your preferred default agent and settings.
  3. Define the LLM model configurations and API keys as required.
  4. Open the AI Agents chat view via the ribbon icon or command palette.

Creating an Agent

You can create a new agent by adding a Markdown file to your designated agents folder. The agent's behavior is shaped by its properties (YAML frontmatter or Obsidian properties).

Example Agent Definition:

---
name: Proofreader
description: An agent that helps proofread and edit markdown notes.
prompt: You are a strict editor. Review the text provided and suggest improvements for clarity, grammar, and tone.
tools: false
memory: true
---
# Proofreader Agent

This agent ensures my notes are perfectly written and formatted.

Development

To build the plugin from source:

  1. Clone the repository into your vault's .obsidian/plugins/ directory.
  2. Run npm install to install dependencies.
  3. Run npm run dev to start compilation in watch mode.
  4. Run npm run build for a production build.

License

MIT License

47%
HealthExcellent
ReviewRisks
About
Create configurable AI agents as Markdown files and interact with them in a dedicated, integrated chat view. Grant agents access to your vault, manage tool and memory permissions, save conversations as Markdown notes, and stop responses mid-generation.
AIMarkdownInterface
Details
Current version
0.1.5
Last updated
3 months ago
Created
3 months ago
Updates
6 releases
Downloads
25
Compatible with
Obsidian 0.15.0+
Platforms
Desktop, Mobile
License
0BSD
Report bugRequest featureReport plugin
Author
spatariuraresspatariurares
github.com/SpatariuRares
GitHubspatariurares
  1. Community
  2. Plugins
  3. AI
  4. AI Agents

Related plugins

Agent Client

Chat with Claude Code, Codex, Gemini CLI, and more via the Agent Client Protocol — right from your vault.

Importer

Import data from Notion, Evernote, Apple Notes, Microsoft OneNote, Google Keep, Bear, Roam, and HTML files.

Hider

Hide interface elements such as tooltips, status bar, titlebar, and more.

Copilot

Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.

Claudian

Embeds Claude Code/Codex as an AI collaborator in your vault. Your vault becomes agent's working directory, giving it full agentic capabilities: file read/write, search, bash commands, and multi-step workflows.

Smart Connections

AI link discovery copilot. See related notes as you write. Lookup using semantic (vector) search across your vault. Zero-setup local model for embeddings, no API keys, private.

Meta Bind

Make your notes interactive with inline input fields, metadata displays, and buttons.

Outliner

Work with your lists like in Workflowy or Roam Research.

Commander

Customize your workspace by adding commands everywhere, create macros and supercharge your mobile toolbar.

Various Complements

Complete words similar to auto-completion in an IDE.