obsidian

Automate Obsidian vault and note management tasks using obsidian-cli.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/steven508508/Sydney --skill obsidian-steven508508
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/steven508508/Sydney/tree/main/skills/obsidian-1-0-0
Command: npx skills add https://github.com/steven508508/Sydney --skill obsidian-steven508508

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the management and automation of tasks within Obsidian vaults using the obsidian-cli, reducing the manual effort required for repetitive tasks.

Core Features & Use Cases

  • Vault Management: Automate vault selection, creation, and deletion through the obsidian-cli.
  • Search and Creation: Execute searches, create new notes, and manage existing ones programmatically.
  • Refactoring: Rename and move notes across vaults without manually updating links.
  • Use Case: Automate the process of importing new notes from a folder into your Obsidian vault using a script.

Quick Start

Use the 'obsidian-cli set-default "vault-folder-name"' command to set your default Obsidian vault.

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

You can automate Obsidian vault management by using the obsidian-cli to script vault creation, deletion, and selection. This Skill enables command-line automation for repetitive vault and note management tasks.

Can I rename and move notes across Obsidian vaults without breaking links?

Yes, you can refactor notes by renaming and moving them across vaults without manually updating links. The Skill uses the obsidian-cli to handle link refactoring programmatically during the move.

Do I need obsidian-cli installed to automate note creation and searches?

Yes, obsidian-cli is a required dependency for this Skill. You must have it installed and set a default vault using the 'obsidian-cli set-default' command before executing automated note creation and search operations.

What is the best way to bulk import notes from a folder into an Obsidian vault?

The best way to bulk import notes is by running a script through this Skill that leverages obsidian-cli. It programmatically creates new notes from your source folder directly into the designated Obsidian vault.

Does this Skill support managing multiple Obsidian vaults simultaneously?

Yes, the Skill is designed to manage multiple Obsidian vaults efficiently. You can automate vault selection and execute note management tasks across different vaults using obsidian-cli commands.