New Plugin: Obsidian Vault Agent
Hi everyone! ![]()
Iโm excited to share Obsidian Vault Agent โ a powerful new plugin that integrates consoles, shells, and terminals inside Obsidian, enhanced with AI coding agent support.
GitHub: liuyixin-louis/obsidian-vault-agent
What It Is
Obsidian Vault Agent turns your Obsidian vault into an execution surface for interactive terminals and AI-aware coding workflows.
Itโs a fork of the original obsidian-terminal plugin, but with AI-focused enhancements specifically designed to support tools like Claude Code, Cursor, and other agent workflows.
Instead of just a terminal emulator, Vault Agent includes:
-
AI Context Sync โ exports active files/folders to
.obsidian/ai-context.jsonfor AI agents to consume -
Drag & Drop File Paths โ drag files/folders into the terminal and paste their path instantly
-
New Tab Button โ quickly open new terminals
Why This Plugin
This plugin isnโt just another terminal in Obsidian โ itโs designed as an execution substrate for AI agents.
That means terminals are first-class surfaces where AI models can operate with awareness of your vaultโs structure, context, and files, not just side-panel assistants.
This fills a gap between:
-
vault templates focused on workspace organization
-
chat-based AI plugins
-
and simple terminal emulators
Vault Agent brings AI-contextualized execution directly into your note-centric workflow.
Installation
You can install Obsidian Vault Agent in several ways:
-
Manual install
-
Create
.obsidian/plugins/terminal-aiin your vault -
Download the latest release and place
manifest.json,main.js,styles.cssthere
-
-
Build from source
-
Clone the repo
-
npm install -
npm run obsidian:install <vault path>
-
-
Obsidian42 โ BRAT
-
Add
liuyixin-louis/obsidian-vault-agentas a beta plugin -
See BRAT docs for instructions
-
Optionally, you can install Python dependencies for enhanced external terminal support on Windows (see README for details).
Who Itโs For
This is especially useful if you:
-
want terminal workflows tightly integrated with your vault
-
use AI coding agents like Claude Code/Codex
-
need a consistent, context-aware workspace for notes + shell + agents
-
like custom terminal UX inside Obsidian
Whether youโre a power user, developer, or researcher building agent workflows, this plugin gives you a new way to act inside your vault.
Feedback & Contributions
Iโm happy to get your feedback, issues, or ideas!
Contributions are welcome โ check out the GitHub repo for contribution guidelines