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

spatariuraresspatariurares61 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

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
5 months ago
Created
5 months ago
Updates
6 releases
Downloads
61
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.

Typewriter Mode

Typewriter scroll, writing focus, current line highlight, paragraph dimming, and more!

Importer

Convert your data to Markdown files you can use in Obsidian. Works with Apple Notes, OneNote, Evernote, Notion, Google Keep, and many other formats.

Smart Connections

Find related notes and excerpts while writing. Your AI link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.

Hider

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

Claudian

Embeds Claude Code/Codex and other local Agents as AI collaborators in your vault.

Meta Bind

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

Copilot

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

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Commander

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