vaults

Manage the Bedrock vault registry by listing, validating, and updating the default vault.

88|8|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/iurykrieger/claude-bedrock --skill vaults
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vaults
Source: https://github.com/iurykrieger/claude-bedrock/tree/main/skills/vaults
Command: npx skills add https://github.com/iurykrieger/claude-bedrock --skill vaults

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you manage the Bedrock vault registry by listing vaults, designating a default vault, and removing vaults from the registry, without touching the actual vault contents.

Core Features & Use Cases

  • List registered vaults and show their paths and default status.
  • Set a new default vault and remove a vault from the registry without deleting on disk.
  • Validate vault names and existence, ensuring a single default and safe registry edits.

Quick Start

Run the /bedrock:vaults command to view registered vaults or set the default.

Frequently Asked Questions about vaults

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

FAQPage Schema
How do I list registered Obsidian vaults in the Bedrock plugin?

To list registered Obsidian vaults in the Bedrock plugin, use the vaults command to display all tracked vault names, file paths, and default status from the vaults.json registry.

How do I change the default vault in a multi-vault Bedrock setup?

Change the default vault in a multi-vault Bedrock setup by updating the registry, which enforces a single default and validates the new vault name before writing to the vaults.json file.

Can I remove an Obsidian vault from the registry without deleting the files on disk?

Yes, you can remove a vault from the Bedrock registry without deleting files on disk, as the management process only edits the vaults.json registry and never touches individual vault contents.

What is Bedrock vault management for Obsidian?

Bedrock vault management tracks vault names, paths, and default configurations for multi-vault Obsidian scenarios. It reads and writes the vaults.json registry to safely list, validate, and update default vaults.

Does the Bedrock vault registry modify individual Obsidian vault contents?

No, the Bedrock vault registry does not modify individual Obsidian vault contents. It strictly manages registry metadata by validating vault names and enforcing a single default without touching on-disk files.