From obsidian-rag
Use when the user wants to work with their daily note — view today's entry, add a log, do a daily review, or capture quick thoughts. Covers all daily note workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/obsidian-rag:journalThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Work with today's daily note in the Obsidian vault.
Work with today's daily note in the Obsidian vault.
obsidian_get_daily_note to retrieve today's noteIf the user provides text after /journal, log it:
obsidian_append_daily_log with heading "Notes" and the user's textWhen logging entries, use these standard headings:
If the user asks for a "weekly review":
obsidian_list_notes (subfolder "Daily Notes")npx claudepluginhub thoreinstein/claude-plugins --plugin obsidian-ragExecutes Obsidian CLI commands to read/write/append notes, search vaults, list/count files, manage tasks, move/rename notes, and find orphans/broken links.
End-of-day ritual for Obsidian: parses today's daily note, updates project notes in-place, surfaces vault connections, and writes tomorrow's carry-forward items.
Integrates with Obsidian vault via official CLI for capturing dev artifacts, searching notes, appending to daily notes, and managing tasks. Requires Obsidian desktop app running with CLI enabled.