Esta página ainda está em inglês. A tradução para português está em andamento.
Obsidian Integration
Obsidian is used as the local vault for notes, knowledge base, and workspace management. Claude interacts with Obsidian via a CLI that communicates with the running Obsidian instance.Setup
1. Install Obsidian
Download and install from obsidian.md. Open your vault.2. Ensure the CLI Is Available
Theobsidian CLI must be installed and accessible from the terminal. Run:
.env variables are required.
Available Commands
Theobs-obsidian-cli skill provides vault interaction:
Related Skills
EvoNexus includes several Obsidian-specific skills:Key Features
- File targeting: Use
file=<name>(wikilink-style) orpath=<path>(exact path from vault root) - Vault targeting: Use
vault="Name"to target a specific vault - Silent mode: Add
silentflag to prevent files from opening in the UI - Clipboard: Add
--copyto copy output to clipboard - Plugin development: Supports reloading plugins, running JavaScript, capturing errors, and taking screenshots