Obsidian

Manage Obsidian vaults and update wikilinks during note refactoring.

14|4|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/SpaceZephyr/allSkills --skill obsidian-spacezephyr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Obsidian
Source: https://github.com/SpaceZephyr/allSkills/tree/main/obsidian
Command: npx skills add https://github.com/SpaceZephyr/allSkills --skill obsidian-spacezephyr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious, error-prone manual work of managing Obsidian vaults, notes, and cross-note wikilinks, saving you hours of repetitive administrative effort when organizing your personal knowledge base.

Core Features & Use Cases

  • Vault Discovery: Automatically locate active Obsidian vaults from system configuration instead of relying on hardcoded filesystem paths.
  • Safe Note Refactoring: Move or rename notes while automatically updating all associated [[wikilinks]] and standard Markdown links across the vault to prevent broken references.
  • Use Case: If you are reorganizing your personal knowledge base by moving 50 notes from an "Inbox" folder to a "Projects" folder, this Skill will update every link pointing to those notes so you do not have to manually fix broken references.

Quick Start

Use the Obsidian skill to move your 'Inbox/Meeting Notes' note to the 'Projects/2024' folder and automatically update all links to it across your vault.

Frequently Asked Questions about Obsidian

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

FAQPage Schema
How do I move Obsidian notes between folders without breaking wikilinks?

Vault discovery works by reading system-level Obsidian configuration files to locate active vaults. This eliminates the need to manually input filesystem paths when running note management or refactoring operations.

How do I bulk refactor Markdown notes in my Obsidian vault?

Bulk refactoring of Markdown notes in an Obsidian vault is handled by automating note moves and link updates. You can move entire batches of notes, such as an Inbox folder to Projects, and the Skill updates associated references automatically.

Does this vault management approach require hardcoded filesystem paths?

No, this vault management approach does not require hardcoded filesystem paths. It dynamically resolves vault locations from system-level Obsidian configuration files, ensuring operations remain safe even if your vault directory changes.

What is the best way to automate routine note creation and deletion in Obsidian?

The best way to automate routine note creation and deletion in Obsidian is using a CLI utility. This Skill leverages obsidian-cli to handle routine note operations, eliminating manual administrative overhead.

Can I use obsidian-cli to update standard Markdown links along with wikilinks?

Yes, you can use obsidian-cli to update standard Markdown links along with wikilinks. The safe note refactoring feature automatically rewrites both reference types across your vault when notes are moved or renamed.