Vault

Use when the user wants to set or change their Obsidian vault path, or says "vault", "set vault", or "change vault".

thoreinstein e887539 582 B Updated

File contents

Set Vault Path

Configure the Obsidian vault path for this session.

With Argument

If the user provides a path after /vault:

  • Call obsidian_set_vault with the provided path

Without Argument

If no path is provided:

  • Ask the user: "What is the absolute path to your Obsidian vault?"
  • Once they respond, call obsidian_set_vault with their path

Confirmation

After setting, confirm: "Vault path set to: [path]"

thoreinstein/obsidian-rag/tree/main/skills/vault commit e88753998f

Frequently asked questions

npx skillmds@latest add thoreinstein/vault