ワンクリックで
obsidian
Work with Obsidian vaults as plain Markdown folders for offline note graph audits.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Work with Obsidian vaults as plain Markdown folders for offline note graph audits.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Drive a headed Chromium via the agent-browser CLI — open/click/type/hover/scroll/screenshot/snapshot/eval/pdf/network-route. Use this for any web interaction; no native browser tool is exposed.
Search, install, and verify Debian or Ubuntu packages with apt-get in the container.
Search the web using DuckDuckGo. No API key required. Supports instant answers and HTML scraping modes. Privacy-focused search alternative.
Control the Linux desktop GUI using xdotool, wmctrl, dogtail, and scrot. Provides a window list, an accessibility-tree viewer (with coordinates) for finding buttons and text fields, a thin xdotool wrapper for actuating them, and a launcher helper that enables accessibility for Electron/Chromium apps.
This skill should be used when users need to search the web for information, find current content, look up news articles, search for images, or find videos. It uses DuckDuckGo's search API to return results in clean, formatted output (text, markdown, or JSON). Use for research, fact-checking, finding recent information, or gathering web resources.
Placeholder task skill.
| name | obsidian |
| description | Work with Obsidian vaults as plain Markdown folders for offline note graph audits. |
| homepage | https://help.obsidian.md |
| metadata | {"clawdbot":{"emoji":"💎"}} |
Obsidian vault = a normal folder on disk.
Vault structure (typical)
*.md (plain text Markdown; edit with any editor).obsidian/ (workspace + plugin settings; usually don’t touch from scripts)*.canvas (JSON)When the user gives a vault path, treat it as the source of truth. Read the Markdown files directly; do not install or launch Obsidian desktop tooling.
Useful checks:
find <vault> -name '*.md'.[[target]] and compare them against
note paths / stems.[text](relative/path.md) against files on disk.Vanilla Obsidian resolves [[target]] with these rules in order:
[[Projects/Alpha]] resolves to projects/alpha.md if it exists.../: [[../daily-2026-04-01]] resolves against the note's parent directory (i.e. flattens the .. against the link source's location).[[stem]] matches any note with that filename stem anywhere in the vault.When auditing for broken links, apply ALL three rules before deciding a link is broken. A link that only differs in case, or uses ../, may still resolve cleanly.