obsidian

Manage Obsidian vaults via CLI for notes and frontmatter operations.

19|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/hamsurang/kit --skill obsidian-hamsurang
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/hamsurang/kit/tree/main/plugins/obsidian/skills/obsidian
Command: npx skills add https://github.com/hamsurang/kit --skill obsidian-hamsurang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Obsidian Vault Skill provides a CLI-driven way to manage and manipulate notes inside an Obsidian vault, enabling automation and consistent workflows without opening the UI.

Core Features & Use Cases

  • Create, edit, move, and delete notes across single-vault or multiple vaults through the obsidian-cli.
  • Frontmatter handling and backlink/wikilink aware operations to maintain vault structure and metadata.
  • Use cases include organizing daily notes, updating frontmatter, and bulk edits across notes based on content patterns.

Quick Start

Create a new note in your vault using obsidian-cli create 'Folder/Note' with your content.

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I manage Obsidian vault notes from the command line?▼

You can manage Obsidian vault notes from the command line using obsidian-cli to create, edit, move, and search notes without opening the UI. It supports single-vault and multi-vault workflows for automated note manipulation.

Can I edit frontmatter in Obsidian markdown files via CLI?▼

Yes, you can edit frontmatter in Obsidian markdown files via CLI. The obsidian-cli supports frontmatter handling and backlink-aware operations to maintain vault structure and metadata across your notes.

What is the best way to automate daily notes creation in an Obsidian vault?▼

Automating daily notes creation in an Obsidian vault is best handled through CLI-driven workflows. Using obsidian-cli, you can script note creation and organize daily notes consistently without manual UI interaction.

Does the Obsidian CLI tool support wikilinks and cross-note navigation?▼

Yes, the Obsidian CLI tool supports wikilinks and cross-note navigation. It performs backlink and wikilink aware operations to preserve vault structure when moving or editing notes across folders.

How do I perform bulk edits across Obsidian notes based on content patterns?▼

You can perform bulk edits across Obsidian notes based on content patterns by leveraging CLI commands. The obsidian-cli enables automated search and modification of notes matching specific criteria across single or multiple vaults.

Are there limitations to managing Obsidian vaults without opening the UI?▼

Managing Obsidian vaults via CLI relies on the obsidian-cli tool and does not require opening the UI, but complex visual interactions or plugin-specific rendering are not supported through command line operations alone.