Capture a quick note into Inbox/ in the Obsidian knowledge base.
The inbox is for fleeting captures that will be processed weekly. Notes here are allowed to be thin. Do not try to promote them to Notes/ or link them into topic hubs - that happens later during weekly processing.
Steps
-
Read the user’s input. It may be a sentence, a paragraph, a few bullet points, or a rough idea. Don’t expand, rewrite, or editorialise. Capture what they said.
-
Derive a title. Pick a short, descriptive title (3-7 words) that reflects the content. Avoid generic titles like “Note” or “Thought”. If the user provided a title explicitly, use it verbatim.
-
Check for collisions. Glob
Inbox/<Title>.md. If it exists, append a disambiguator like<Title> 2.md. -
Create the note at
Inbox/<Title>.md. ReadTemplates/Main Note.mdand use it as the base structure. Replace{{date}}and{{time}}with the current date and time. Add the user’s content after the frontmatter, lightly formatted as prose or bullets. -
Confirm the filename and path to the user.
Rules
- Use the current date and time (the environment provides today’s date).
- Leave
tags:andsource:empty unless the user provided them. - Do not wikilink, do not search for related notes, do not suggest destinations. The weekly processing pass handles that.
- If the input contains a URL, do not invoke the bookmark skill - bookmarks are a separate flow and should be triggered explicitly by the user.
- Keep formatting minimal. Prose stays prose, bullets stay bullets. No added headings beyond what the user wrote.