obsidian-automation

Installation
SKILL.md

Purpose

This skill automates Obsidian vault operations that are tedious to perform manually through the GUI. It bridges the gap between Obsidian's visual interface and the command line, scripting layer, and external tools.

Automation tasks include: opening notes and performing actions (insert template, navigate, toggle pins), reading vault metadata without opening Obsidian, batch creating or modifying notes, integrating vault content with other applications, and running scheduled maintenance scripts.

The primary automation vector is the Obsidian CLI — a community-built command-line interface that communicates with Obsidian via its Local REST API plugin. Secondary automation paths include shell scripts operating on .md files directly, and native scripting with Obsidian's built-in Templater or DataviewJS plugins.

When to Use

Invoke this skill when:

  • The user wants to open a specific note in Obsidian from the command line
  • The user wants to programmatically insert text or templates into notes
  • The user needs to batch-process many notes at once (rename, update frontmatter, create from a list)
  • The user asks to automate a repetitive task they currently do manually in Obsidian
  • The user wants to integrate Obsidian with shell scripts, CI/CD, or other applications
  • The user needs vault-wide search or replace operations beyond what Obsidian's GUI offers
  • The user wants to run daily/weekly vault maintenance (archive old notes, generate indexes)
Related skills

More from ericgandrade/claude-superskills

Installs
5
GitHub Stars
37
First Seen
Apr 3, 2026