Lock banner
tboome33 tboome33

Lock

Development community

Description

--- description: Restrict the router to a single vault for the current session (single-vault isolation mode). Pass "persist" to write the lock into the workspace `.env`. (Skill `lock` handles natural-language triggers + edge cases like switching while already locked.) --- Invoke the `lock` skill. Required: the vault name to lock to. Optional: `persist` (default false) — when true, writes `OBSIDIAN_ROUTER_LOCKED=<vault>` to `<cwd>/.env` so the lock survives a Claude Code restart. The skill ha

Installation

Installs to ~/.claude/skills/tboome33-obsidian-mcp-router-lock/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tboome33-obsidian-mcp-router-lock && curl -fsSL https://raw.githubusercontent.com/tboome33/obsidian-mcp-router/HEAD/commands/lock.md -o ~/.claude/skills/tboome33-obsidian-mcp-router-lock/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository