obsidian

Automate Obsidian vault navigation, note creation, and link updates via obsidian-cli.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/Tigha66/dexters-ai-assistant --skill obsidian-tigha66
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/Tigha66/dexters-ai-assistant/tree/main/skills/obsidian
Command: npx skills add https://github.com/Tigha66/dexters-ai-assistant --skill obsidian-tigha66

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Simplifies working with Obsidian vaults by automating common tasks like note creation, link updates, and vault configuration using a command-line tool such as obsidian-cli.

Core Features & Use Cases

  • Automated note creation and updates within a vault.
  • Maintains and updates wiki-style links across notes.
  • Inspects vault structure and identifies active vaults from Obsidian config to support automation.
  • Use cases include setting up new vaults, batch updating links, and organizing attachments.

Quick Start

Create a new note named 'Sample Note' in the active Obsidian vault and add a starter template.

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 workflows from the command line?

You can automate Obsidian vault workflows by using a command-line tool to script vault navigation, note creation, and link updates. This approach supports batch operations across multiple notes and adapts to various vault configurations.

Can I batch update wiki-style links across multiple Markdown notes?

Yes, you can batch update wiki-style links across multiple Markdown notes. The automation parses and modifies note metadata to maintain and update links consistently throughout the entire vault structure.

What's the best way to programmatically create notes in an Obsidian vault?

The best way to programmatically create notes in an Obsidian vault is by scripting the process with a command-line interface. This method validates vault existence before actions and allows you to apply starter templates automatically during creation.

Do I need obsidian-cli to script vault navigation and note creation?

Yes, you need the obsidian-cli to script vault navigation and note creation. The automation relies on this command-line tool to parse and modify Markdown notes, inspect vault structure, and validate vault existence before performing any actions.

How does vault automation identify active vaults from Obsidian config?

Vault automation identifies active vaults by inspecting your Obsidian config to support automation. It validates vault existence before actions and adapts to varying vault configurations to ensure scripts target the correct active environment.

Can I organize attachments and set up new vaults using command-line automation?

Yes, you can organize attachments and set up new vaults using command-line automation. The tool inspects vault structure, identifies active vaults from Obsidian config, and automates batch operations to streamline vault configuration and file organization.