obsidian

Manage Obsidian notes and vaults using obsidian-cli.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/baoxukang123/calculator-web --skill obsidian-baoxukang123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/baoxukang123/calculator-web/tree/main/skills/obsidian
Command: npx skills add https://github.com/baoxukang123/calculator-web --skill obsidian-baoxukang123

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps users manage their Obsidian notes and vaults, automating tasks like searching, creating, moving, and deleting notes, and ensuring link integrity.

Core Features & Use Cases

  • Vault Management: Easily set and retrieve default vaults.
  • Note Operations: Search for notes by name or content, create new notes, and move or rename existing ones while updating links.
  • Use Case: Quickly find all notes related to a specific project, create a new note for a meeting, and ensure all internal links are updated if you rename the note later.

Quick Start

Use obsidian-cli to search for notes containing the word "meeting".

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I automate Obsidian note management from the command line?

You can automate Obsidian note management by using the obsidian-cli tool to search notes by name or content, create new notes, and move or rename existing notes while preserving internal wikilinks.

How do I rename an Obsidian note without breaking internal wikilinks?

To rename an Obsidian note without breaking internal wikilinks, use a tool that safely moves or renames the note while automatically updating all internal references to maintain link integrity across the vault.

Do I need obsidian-cli installed to manage my vault programmatically?

Yes, you need obsidian-cli installed and configured for vault operations, as it provides the underlying functionality to set default vaults and execute commands like searching and creating notes.

What is the best way to search for Obsidian notes containing specific content?

The best way to search for notes with specific content is using a command line interface that queries the vault directly, allowing you to find all notes related to a specific project or keyword efficiently.

How does automated vault management handle creating new notes?

Automated vault management handles creating new notes by allowing you to specify the note name and content directly through the command line, instantly adding the markdown file to your configured Obsidian vault.