obsidian-brain

Ingests and organizes Obsidian vault content by routing inbox items to wiki pages and PARA categories.

43|6|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/anton-abyzov/vskill --skill obsidian-brain-anton-abyzov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-brain
Source: https://github.com/anton-abyzov/vskill/tree/main/plugins/personal/skills/obsidian-brain
Command: npx skills add https://github.com/anton-abyzov/vskill --skill obsidian-brain-anton-abyzov

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Autonomous Obsidian vault management using the PARA + LLM Wiki pattern to keep notes organized, synthesized, and health-checked with minimal manual effort.

Core Features & Use Cases

  • Ingest (inbox to wiki + PARA routing)
  • Query (cross-vault synthesis)
  • Lint (health checks and health maintenance)
  • Scheduled via CronCreate 4x/day
  • Filesystem-only — no Obsidian app dependency

Quick Start

Instruct Obsidian Brain to ingest inbox files and refresh wiki pages, index, and logs.

Frequently Asked Questions about obsidian-brain

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Obsidian vault organization using the PARA method?

Obsidian vault organization is automated by routing inbox items into PARA folders and wiki pages. The system updates cross-links and indexes while applying YAML frontmatter rules to ensure structured knowledge management.

Can I manage multiple Obsidian vaults without the app installed?

Multiple Obsidian vaults can be managed through a filesystem-only workflow that avoids Obsidian app dependencies. The system queries and synthesizes content across vaults using deterministic scripts and a wiki index.

How do I run health checks on my Obsidian knowledge base?

Health checks are performed using a lint operation that executes lint-check.sh scripts. This validates vault integrity by inspecting YAML frontmatter, verifying cross-links, and maintaining log entries for traceable mutations.

Do I need YAML frontmatter for automated Obsidian note routing?

YAML frontmatter is required for automated note routing. The system uses specific frontmatter fields like type and title to classify inbox files and determine their correct PARA folder or wiki page destination.

How do I schedule automatic inbox processing for my Obsidian vault?

Automatic inbox processing is scheduled using CronCreate to run four times a day. This triggers the ingest operation to route new files into structured PARA folders and update the wiki index autonomously.

What is the best way to synthesize notes across multiple Obsidian vaults?

Cross-vault note synthesis is handled by a query operation that searches across multiple vaults. It aggregates content from the filesystem using a wiki index, enabling knowledge synthesis without requiring the Obsidian application.