bot-note
Write a note in Obsidian based on the recent conversation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Write a note in Obsidian based on the recent conversation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
Debugging a ghostty crash
Drive a real browser during frontend work — verify a change rendered, click through a flow, fill forms, read console errors, take screenshots, or debug performance/memory/network. Use whenever interacting with a local web app in a browser (Playwright script templates, chrome-devtools tradeoffs, SPA mock-API gotchas).
How to use the tviz CLI to read and write Things 3 tasks
For non-Codex agents, get a Codex second opinion on your changes. Claude sends the diff to Codex for review, discusses the feedback, and synthesizes actionable results.
Productivity coach
Read Oxide RFD contents, metadata, and images by number using rfd-cli. Use when an RFD comes up (e.g. "RFD 63", "what does the networking RFD say") and you need the actual text.
| name | bot-note |
| description | Write a note in Obsidian based on the recent conversation |
| user_invocable | true |
Write a note summarizing the recent conversation using obsidian-notes.
jj workspace tool). Match the style of existing notes (obsidian-notes bot:list).obsidian-notes bot:create "<name>".If invoked with an argument, treat it as instructions on what to include in the note (topic, scope, emphasis). The filename should always just be a good short representative title regardless of the argument.
The filename is the note title. Do not add a leading Markdown heading like # title inside the note body.
The key principle: the note should be very close to verbatim what was said in the conversation. If you gave a good explanation in the chat, copy it nearly verbatim into the note. Do not rewrite, reorganize, or "summarize" something that was already well-written. The conversation is the primary source — the note preserves it, lightly edited at most.
>), your answers follow. If the user asked a follow-up question that drove the conversation forward, include it as a blockquote transition between sections — this is more authentic and clearer than invented section headings.>) must use the user's actual words. It's fine to paraphrase or summarize the user, but not inside a blockquote — that's a quote.Run obsidian-notes bot:list to check existing notes and avoid duplicating a topic. If a closely related note already exists, ask whether to append or create a new one. To append, pipe content to obsidian-notes bot:append "<name>". To edit an existing note directly, use obsidian-notes bot:path "<name>" to get the absolute filesystem path, then read/edit the file.
End with a single line of the form Note created at [<name>](<url>) (or Note updated at ... for appends/edits) where <name> is just the note filename without the Base files/Bot notes/ prefix or .md extension, and <url> is obsidian://open?vault=<vault>&file=<url-encoded-name>. Get the vault name from the basename of obsidian-notes bot:path "<name>" walked up two directories (i.e., the vault directory containing Base files/). The link must be clickable, so URL-encode spaces as %20.