obsidian-inbox
Installation
SKILL.md
Obsidian Inbox Skill
Processes unsorted notes in /Users/ikatkov/Obsidian/Default/inbox/ into properly-formatted notes in the correct subfolder.
When to invoke
- User drops a raw
.mdfile in/Users/ikatkov/Obsidian/Default/inbox/(containing a URL, pasted text, optionally images) and asks to process it. - User says any of: "sort my inbox", "file this", "clean up the new note", "process inbox".
- User explicitly invokes via
/obsidian-inboxorSkilltool.
If multiple unsorted files exist, ask which one (or "all").
Workflow
1. Read the vault entry point
Read /Users/ikatkov/Obsidian/Default/inbox/CONVENTIONS.md first. It's the source of truth for the workflow, shared rules (image-filename uniqueness, frontmatter dates, language preservation), and the table of subfolders → convention docs. The skill instructions you're reading now are the trigger / driver; the vault file is the data.