obsidian

Automate Obsidian vault management with obsidian-cli for notes and structures.

7|12|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/borealBytes/my-farm-advisor --skill obsidian-borealbytes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/borealBytes/my-farm-advisor/tree/main/skills/obsidian
Command: npx skills add https://github.com/borealBytes/my-farm-advisor --skill obsidian-borealbytes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Obsidian vaults are a common workspace for Markdown notes; this skill automates routine vault operations via obsidian-cli to save time and reduce manual errors.

Core Features & Use Cases

  • Locate active Obsidian vaults and query notes across vaults.
  • Create, move, and search notes from scripts to streamline knowledge workflows.
  • Use Case: If you manage multiple vaults for projects and research, automate routine edits and navigation to keep content consistent.

Quick Start

Run obsidian-cli to print the current active vault and list notes in that vault.

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I automate note creation and searching across multiple Obsidian vaults?

Automating Obsidian vault management is done via obsidian-cli to locate the active vault, then query, create, and move notes across local Markdown directories. This streamlines routine edits and keeps content consistent across multiple project vaults.

Do I need obsidian-cli installed to automate my Markdown vault workflows?

Yes, obsidian-cli must be installed and configured beforehand. The skill operates on local Markdown vaults via standard Obsidian folders to apply structural reorganization, note queries, and creation scripts.

What is the best way to reorganize Obsidian vault structures from a script?

The best way to reorganize Obsidian vault structures from a script is via obsidian-cli commands. This skill applies vault reorganization across local directories, allowing you to move notes and query folder structures programmatically.

Can I query and locate the active Obsidian vault without opening the app?

Yes, you can locate the active Obsidian vault without opening the app by executing obsidian-cli through this skill. It queries local directories to identify the active vault and lists the notes contained within it.

Are there limitations when automating local Markdown vault operations with obsidian-cli?

Limitations include requiring obsidian-cli to be pre-configured and operating only on local Markdown vaults via standard Obsidian folders. It does not manage remote or cloud-synced vault structures outside the local directory scope.