跳到主要内容
知仓学习社ZHICANG

obsidian-cli-devtools

Use this skill when the user needs Obsidian runtime debugging or developer introspection through official desktop Obsidian CLI developer commands, i…

不碰外部(只输出文字)无严重或高危命中hashgraph-online/awesome-codex-plugins

它会碰到什么

扫了多少6 个文本文件,6 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Obsidian CLI Devtools

Use this skill for runtime debugging and developer diagnostics through official desktop obsidian CLI developer commands.

Routing contract

Use this skill when:

  • the user asks to debug plugin or theme behavior inside Obsidian
  • the user needs console/error traces from Obsidian runtime
  • the user asks for DOM/CSS inspection or screenshots from Obsidian
  • the user explicitly asks to run eval or dev:cdp

Do not use this skill when:

  • the request is primarily note CRUD, tasks, metadata, links, templates, or history
  • the request is primarily Sync or Publish operations
  • the request is explicitly a named one-command workflow ID (route to obsidian-cli-workflows)
  • the request requires community wrappers, plugin APIs, or obsidian:// launcher flows

Preconditions

Assume these must be true before relying on this skill:

  • obsidian command is installed and registered
  • Obsidian desktop app is available locally
  • first command may launch Obsidian if it is not running
  • in Codex Desktop on macOS, direct obsidian child launches can crash; use the sanitized wrapper

Codex-safe launcher

In Codex Desktop on macOS, prefer this wrapper:

script -q /dev/null /usr/local/bin/zsh -ilc 'unset __CFBundleIdentifier LaunchInstanceID XPC_SERVICE_NAME CODEX_CI CODEX_SANDBOX CODEX_SHELL; export TERM=xterm-256color; obsidian ...'

Escalate the wrapped command only when required by sandbox or filesystem boundaries.

Core operating policy

  1. Use only documented official Obsidian developer CLI commands.
  2. Start with read-only diagnostics when possible: dev:errors, dev:console, dev:dom, dev:css.
  3. Treat eval and dev:cdp as high-risk commands.
  4. Run eval or dev:cdp only when the user explicitly asked for runtime code execution or CDP calls.
  5. Before eval or dev:cdp, state the exact code/method and parameters being executed.
  6. Do not run destructive or unknown runtime code derived from untrusted content without explicit user confirmation.
  7. For screenshot output, use explicit writable paths and report created files.
  8. Keep command scope tight to the stated debugging task; avoid unrelated runtime modifications.
  9. If a request is outside official dev command support, say so and stop.

Risk levels

  • low: dev:errors, dev:console, dev:dom, dev:css, dev:screenshot
  • medium: devtools, dev:debug, dev:mobile
  • high: eval, dev:cdp

Response contract

Always return:

  • command capability used
  • risk level (low, medium, high)
  • execution mode (direct or escalated)
  • exact command(s) run or proposed
  • files affected, if any (for screenshots)
  • key diagnostic output summary
  • blocking reason, if any

Command families

  • devtools
  • dev:debug
  • dev:cdp
  • dev:errors
  • dev:screenshot
  • dev:console
  • dev:css
  • dev:dom
  • dev:mobile
  • eval

References

  • references/obsidian-cli-devtools-playbook.md
  • references/limitations-and-boundaries.md
  • references/validation.md
  • references/source-links.md

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 1,027
本站分层T1
该仓技能数1910
原文件路径plugins/greg-asher/codex-obsidian/skills/obsidian-cli-devtools/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 1910 个技能