Чтение и поиск в хранилище Obsidian

★ 7.6 · productivity

wiki-cli is a Claude Code skill that enables safe, read-only access to an Obsidian vault through the official Obsidian CLI. It detects transport availability using `detect-transport.sh --peek` and trusts the `available.cli.usable` flag rather than binary presence alone — the CLI may be present but unavailable if the Obsidian app is not running or command-line access is disabled. Supported read operations include `obsidian read` and `obsidian search` executed from within the vault directory, covering backlinks, tags, and Bases queries; when the CLI is not ready, the skill falls back to direct filesystem reads and `rg` for search. All mutations are strictly prohibited at this layer and must go through the claude-obsidian transaction core. Ideal for developers and power users who need reliable, non-destructive vault querying from the command line.