obsidian

Manage Obsidian vaults and Markdown notes via obsidian-cli.

6|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/hlbbbbbbb/No-worries --skill obsidian-hlbbbbbbb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/hlbbbbbbb/No-worries/tree/main/noworries_app/apps/desktop/skills/obsidian
Command: npx skills add https://github.com/hlbbbbbbb/No-worries --skill obsidian-hlbbbbbbb

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 within their local Markdown files.

Core Features & Use Cases

  • Vault Management: Easily identify and interact with multiple Obsidian vaults.
  • Note Operations: Create, search, move, rename, and delete Markdown notes.
  • Link Updates: Automatically updates internal links ([[wikilinks]]) when notes are moved or renamed.
  • Use Case: Quickly find and refactor a note across your entire vault, ensuring all internal links pointing to it are updated automatically.

Quick Start

Use the obsidian skill to create a new note named 'meeting-notes-2024-01-15' in the 'daily-notes' folder with the content 'Initial thoughts on project X'.

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I manage Obsidian vaults and Markdown notes from the command line?

Obsidian vault management can be performed via the command line by using the obsidian-cli tool to search, create, move, rename, and delete Markdown notes within your local vaults.

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

Yes, you need the obsidian-cli dependency installed and configured on your system to execute operations like searching, creating, and deleting local Markdown notes.

How do I update internal wikilinks when moving or renaming Markdown notes?

When moving or renaming Markdown notes, the Skill automatically updates internal wikilinks, ensuring that all references pointing to the modified note remain intact across your vault.

What's the best way to search for specific content across multiple Obsidian vaults?

Searching content across Obsidian vaults is handled by querying through the obsidian-cli tool, which identifies and searches within your local Markdown files to locate specific notes.

Can I create a new Markdown note directly into a specific folder in my vault?

Yes, you can create a new Markdown note in a specific folder by specifying the target path and initial content during the note creation process managed by the obsidian-cli tool.

Are there limitations when deleting notes within Obsidian vault management?

Deleting notes removes the specified Markdown files from your vault, but you should verify that all internal wikilinks referencing the deleted note are manually resolved to prevent broken links.