obsidian-devtools
Installation
SKILL.md
Obsidian DevTools Skill
Enables deep inspection of the Obsidian application state via the Chrome DevTools Protocol.
Capabilities
- Execute arbitrary JavaScript in the Obsidian context (
app.vault.getFiles()) - Read console logs for debugging plugins
- Inspect the DOM to understand UI state
Setup
This skill requires the obsidian-devtools MCP server to be running or available.
The tools usually auto-launch Obsidian with --remote-debugging-port=9222.
Tools
obsidian_launch_debug
Launches or connects to Obsidian with remote debugging enabled.
restart: (bool) Force restart Obsidian to enable debugging (default: False)