一键导入
bob-query
Run read-only Obsidian Dataview queries against Bryan's Bob vault via `bob query`.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run read-only Obsidian Dataview queries against Bryan's Bob vault via `bob query`.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Report on currently-running SASE agents. Use when the user asks "what's running?", "agent status", "status report", or any question about live/background agents.
Reference for sase bead commands (create, update, list, search, ready, show, dep). Use when working with beads.
Inspect prior sase agent chat transcripts. Use when the user asks about previous chats, chat transcripts, prior agent conversations, "what did agent X say?", "summarize the previous agent", or any question about an earlier sase agent's prompt or response.
Create an implementation plan. Use instead of plan mode (which is disabled).
Create an implementation plan. Use instead of plan mode (which is disabled).
Create an implementation plan. Use instead of plan mode (which is disabled).
| name | bob_query |
| description | Run read-only Obsidian Dataview queries against Bryan's Bob vault via `bob query`. |
Before doing anything else, run this command to record that you are using this skill:
sase skill use bob_query --reason "<one-line reason for using this skill>"
Use this skill when you need read-only Dataview access to Bryan's Bob vault (~/bob).
bob query instead of manually parsing large parts of the vault.--query-file - or a temporary query file for multiline DQL.--format markdown when the result is going into a prompt, transcript, or human-readable answer.--format paths only when you need source expression results or path-only output.--bob-dir for Bryan's default vault. Include --bob-dir <path> only when the user asks for a nondefault vault.Put the query in a file:
TABLE WITHOUT ID title AS Title, url AS URL
FROM #ai/reference
WHERE url
SORT title ASC
Run it as Markdown:
bob query --format markdown --query-file /path/to/query.dql