obsidian

Manage and automate Obsidian vault tasks using obsidian-cli.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/DoggyHU/pipipax_claw_backup --skill obsidian-doggyhu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/DoggyHU/pipipax_claw_backup/tree/main/skills/obsidian
Command: npx skills add https://github.com/DoggyHU/pipipax_claw_backup --skill obsidian-doggyhu

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the management and automation of Obsidian vaults, streamlining the process of interacting with your Markdown notes.

Core Features & Use Cases

  • Vault Management: Automate tasks such as setting defaults, searching, creating, and moving notes within Obsidian vaults.
  • Search and Creation: Execute searches within notes and create new notes programmatically.
  • Move/Rename: Refactor your notes efficiently by moving or renaming them within the vault.
  • Use Case: If you have a large number of notes in an Obsidian vault and need to organize them or find specific information quickly, this Skill can significantly reduce the time and effort required.

Quick Start

Set a default vault and search for a note with 'node kdocs_automation.js --search "query"'

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I automate Obsidian vault management for a large number of notes?

You can automate Obsidian vault management by programmatically setting defaults, searching, creating, and moving Markdown notes, which significantly reduces the time and effort required to organize large note collections.

Do I need obsidian-cli to run markdown automation tasks on my vault?

Yes, obsidian-cli is required for vault interaction to execute markdown automation tasks such as searching, creating, and refactoring notes within your Obsidian environment.

What is the best way to programmatically search and create notes in an Obsidian vault?

The best way to search and create notes in an Obsidian vault is using automation scripts that execute search queries within existing notes and programmatically generate new Markdown files.

Can I move and rename markdown notes programmatically to refactor an Obsidian vault?

Yes, you can refactor an Obsidian vault by programmatically moving or renaming Markdown notes, allowing you to efficiently reorganize your notes within the vault structure.

How do I set a default vault and search for a specific note?

To set a default vault and search for a note, you can run a script command like 'node kdocs_automation.js --search "query"' to execute searches within your configured Obsidian vault.