obsidian

Manage Obsidian vaults and Markdown notes via obsidian-cli.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/loveoplay2023-hue/OpenMehdi --skill obsidian-loveoplay2023-hue
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/loveoplay2023-hue/OpenMehdi/tree/main/skills/obsidian
Command: npx skills add https://github.com/loveoplay2023-hue/OpenMehdi --skill obsidian-loveoplay2023-hue

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the management of your Obsidian notes, allowing you to search, create, move, and delete notes efficiently using a command-line interface, ensuring your knowledge base stays organized and accessible.

Core Features & Use Cases

  • Vault Management: Easily set and retrieve your default Obsidian vault.
  • Search Functionality: Quickly find notes by title or content across your vault.
  • Note Creation & Modification: Create new notes with content or move/rename existing ones while preserving links.
  • Use Case: You need to find all notes related to a specific project and then create a new note within that project's folder to document a recent meeting.

Quick Start

Use the obsidian skill to search for notes containing the phrase "project management best practices".

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I search for Obsidian notes by content from the command line?▼

To search Obsidian notes by content from the command line, you need the obsidian-cli tool configured with a default vault. This Skill uses obsidian-cli to query your vault, allowing you to quickly find notes by title or content across your entire knowledge base.

Can I rename and move Markdown notes without breaking internal links?▼

Yes, you can rename and move Markdown notes without breaking internal links. The Skill performs safe refactoring operations by updating internal links automatically when you move or rename existing notes within your configured Obsidian vault.

Do I need obsidian-cli installed to manage my vault with this tool?▼

Yes, you need obsidian-cli installed and configured with a default vault to manage your notes. This dependency is required because the Skill acts as an interface to execute vault management and refactoring operations through the obsidian-cli.

What is the best way to create a new note in an Obsidian vault using a CLI?▼

The best way to create a new note in an Obsidian vault using a CLI is through this Skill's note creation functionality. It interfaces with obsidian-cli to create new Markdown notes with specified content directly within your default vault.

How does command line vault management compare to editing plain Markdown notes directly?▼

Command line vault management streamlines organization by safely refactoring links when moving files, unlike editing plain Markdown notes directly. It uses obsidian-cli to search, create, and move notes efficiently while preserving the integrity of your knowledge base.