بنقرة واحدة
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