obsidian-vault-manager
Installation
SKILL.md
Obsidian Vault Manager
Quick start
- Register or discover vaults:
python3 scripts/vault_registry.py discover --mergepython3 scripts/vault_registry.py add --path "/path/to/Vault" --name "Vault"
- List vaults:
python3 scripts/vault_registry.py list - Set active vault:
python3 scripts/vault_registry.py set-active --name "Vault" - Set default working folder (within the vault):
python3 scripts/vault_registry.py set-workdir --name "Vault" --workdir "path/inside/vault" - Show active vault:
python3 scripts/vault_registry.py active - Pick a vault and confirm its path contains
.obsidian/. - Perform note operations with file edits and
rg.