wiki-switch

Switch active Obsidian vault profiles by updating a symlink.

6|2|Updated May 11, 2026
One-click install
npx skills add https://github.com/pax-k/war-gov-uap-wiki --skill wiki-switch-pax-k
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-switch
Source: https://github.com/pax-k/war-gov-uap-wiki/tree/main/.skills/wiki-switch
Command: npx skills add https://github.com/pax-k/war-gov-uap-wiki --skill wiki-switch-pax-k

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Switch between multiple Obsidian wiki vault profiles by name. This tool enables quick context switching by managing per-vault configs at ~/.obsidian-wiki/config.<name> and a symlink at ~/.obsidian-wiki/config to activate the chosen vault.

Core Features & Use Cases

  • Create and manage named vault configs at ~/.obsidian-wiki/config.<name>.
  • Activate a vault by updating the symlink to point to the selected config.
  • List available vaults and show the currently active vault for quick context awareness.

Quick Start

Switch to a vault by invoking /wiki-switch <name> to activate its config.

Frequently Asked Questions about wiki-switch

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

FAQPage Schema
How do I switch between multiple Obsidian vaults quickly?

To switch between multiple Obsidian vaults quickly, you can use a symlink-based approach that updates the active configuration at ~/.obsidian-wiki/config to point to a named vault profile, avoiding manual file edits.

What is a symlink config and how does it manage Obsidian vault profiles?

A symlink config manages Obsidian vault profiles by storing individual settings at ~/.obsidian-wiki/config.<name> and updating the active symlink to activate the selected vault, which allows rapid context switching across projects.

Can I list available Obsidian vaults and check which one is currently active?

Yes, you can list available Obsidian vaults and check the currently active one by invoking the switcher without a specific target, which reports the active vault for quick context awareness.

Does this vault switching method require manual edits to Obsidian config files?

No, this vault switching method does not require manual edits to Obsidian config files; it automatically handles per-vault configurations by updating a symlink to switch contexts instantly.

What's the best way to separate personal and work Obsidian wiki configurations?

The best way to separate personal and work Obsidian wiki configurations is by creating named vault configs at ~/.obsidian-wiki/config.<name> and using a symlink switcher to activate the appropriate profile on demand.