Stats
Actions
Tags
From obsidian
Reads, creates, or appends to the Obsidian daily note. Triggers on phrases like "add to my daily note", "update today's note", "what's in my daily note", "open today's note", "daily note", "log this to today".
How this skill is triggered — by the user, by Claude, or both
Slash command
/obsidian:daily-noteThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manages the daily note in `Daily/YYYY-MM-DD.md`.
Manages the daily note in Daily/YYYY-MM-DD.md.
/mnt/z/Users/nhang/Documents/Obsidian/Daily/
cat ~/obsidian/Daily/$(date +%Y-%m-%d).md — if exists, return contentsdate +%Y-%m-%dDaily/_Daily Template.md if it exists{{date}} placeholder with today's dateDaily/$(date +%Y-%m-%d).mdWhen appending, add:
## HH:MM — [Topic]
[Content]
npx claudepluginhub nhangen/claude-obsidian-plugin --plugin obsidianCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.