obsidian

Manage Obsidian vault notes with obsidian-cli, updating internal links during refactoring.

1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/victor-brechbill/claw-kernel --skill obsidian-victor-brechbill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/victor-brechbill/claw-kernel/tree/main/skills/obsidian
Command: npx skills add https://github.com/victor-brechbill/claw-kernel --skill obsidian-victor-brechbill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires obsidian-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you manage and interact with your Obsidian notes, which are stored as plain Markdown files, by leveraging the obsidian-cli tool for automation.

Core Features & Use Cases

  • Vault Management: Easily find and set your active Obsidian vault.
  • Search: Quickly search for notes by name or content across your vaults.
  • Note Creation & Modification: Create new notes, move/rename existing ones while preserving links, and delete notes.
  • Use Case: Automatically create a new daily note in your default Obsidian vault with a predefined template and open it for editing.

Quick Start

Use obsidian-cli to create a new note named 'meeting-notes-2024-07-26' in the 'daily-notes' folder of your default vault.

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I automate creating and managing Markdown notes in my Obsidian vault?

You can automate Markdown note management in your Obsidian vault by using the obsidian-cli tool to create, move, and delete text files. This Skill interfaces with vault directories to handle notes deterministically.

How do I move or rename Obsidian notes without breaking internal links?

To move or rename Obsidian notes without breaking internal links, the system updates all wiki-style references during the refactoring operation. This Skill preserves internal links automatically when moving or renaming existing Markdown files.

Do I need obsidian-cli to automate searching and creating notes?

Yes, you need the obsidian-cli dependency to automate searching and creating notes. This Skill requires the tool to interface with Obsidian's configuration and file structure for deterministic vault operations.

Can I search for specific text content across multiple Obsidian vaults?

Yes, you can search for specific text content across multiple Obsidian vaults by setting your active vault. This Skill allows you to quickly search for notes by name or content across your configured Markdown directories.

What is the best way to generate daily notes from a predefined template?

The best way to generate daily notes from a predefined template is by automating the creation process in your default vault. This Skill can automatically create a new note in a specific folder and open it for editing.