一键导入
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.