obsidian-vault

Manage Obsidian vault notes with create, search, move, rename, and delete operations.

1|1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/yunseo-kim/agent-toolbox --skill obsidian-vault-yunseo-kim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-vault
Source: https://github.com/yunseo-kim/agent-toolbox/tree/main/catalog/skills/obsidian-vault
Command: npx skills add https://github.com/yunseo-kim/agent-toolbox --skill obsidian-vault-yunseo-kim

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the management of Obsidian notes, which are plain Markdown files stored in a folder. It helps users interact with their knowledge base efficiently without needing to remember complex CLI commands.

Core Features & Use Cases

  • Note Management: Create, search, move, rename, and delete notes within your Obsidian vault.
  • Content Search: Quickly find notes based on their content.
  • Cross-linking: Automatically updates internal links when notes are moved or renamed.
  • Use Case: You need to find all notes related to a specific project, rename a note, and ensure all internal links are updated automatically.

Quick Start

Use the obsidian-vault skill to search for notes containing the phrase "agent-toolbox".

Frequently Asked Questions about obsidian-vault

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

FAQPage Schema
How do I manage Obsidian notes using command line tools?

You can manage Obsidian notes using the command line by creating, searching, moving, renaming, and deleting markdown files within your vault, while automatically updating internal links to maintain note integrity.

Can I search for specific content inside my Obsidian vault?

Yes, you can search for specific content inside your Obsidian vault by querying note titles and text, allowing you to quickly locate project details or specific markdown files without manual browsing.

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

To rename an Obsidian note without breaking internal links, use a management tool that automatically detects and updates cross-references, ensuring all markdown connections remain valid after moving or renaming files.

Does the obsidian-vault skill need a specific configuration to locate my vaults?

The skill integrates directly with Obsidian's configuration to dynamically locate active vaults, requiring no manual path entry to start managing your markdown notes and knowledge base.

What is the best way to create a new note in an Obsidian vault programmatically?

The best way to create a new note in an Obsidian vault programmatically is using a CLI tool to generate the markdown file with specified content directly within your dynamically located active vault.

Are there limitations when moving notes between different Obsidian vaults?

Yes, moving notes between different Obsidian vaults may present limitations regarding cross-link updates, as internal links are typically updated within the context of the active vault configuration being managed.