Back to list
Zpankz

obsidian-devtools

by Zpankz

MCP Skillset - Claude Code skills, references, and knowledge base

0🍴 0📅 Jan 24, 2026

SKILL.md


name: obsidian-devtools description: Inspect and automate Obsidian using Chrome DevTools Protocol tools:

  • obsidian_launch_debug
  • obsidian_eval
  • obsidian_inspect_dom
  • obsidian_read_console

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)

obsidian_eval

Executes JavaScript code in the Obsidian app context.

  • expression: (str) JavaScript code to run
  • await_promise: (bool) Wait for promises to resolve (default: True)

obsidian_inspect_dom

Gets a simplified snapshot of the DOM structure.

  • selector: (str) CSS selector for root element (default: "body")

obsidian_read_console

(Experimental) Reads console logs. Currently requires persistent listener mode.

Examples

Get Vault Name:

app.vault.getName()

List Plugins:

Object.keys(app.plugins.manifests)

Get Active File:

app.workspace.getActiveFile()?.path

Score

Total Score

40/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon