daily-review

Transforms daily log entries into reflective journal entries and gratitude lists in Obsidian notes.

6|1|Updated Nov 26, 2025
One-click install
npx skills add https://github.com/nathanvale/side-quest-marketplace-old --skill daily-review-nathanvale
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-review
Source: https://github.com/nathanvale/side-quest-marketplace-old/tree/main/plugins/para-obsidian/skills/daily-review
Command: npx skills add https://github.com/nathanvale/side-quest-marketplace-old --skill daily-review-nathanvale

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Raw daily logs are often just fragmented timestamps and quick notes that never get processed into meaningful reflection. This Skill acts as a journaling partner that reads your Obsidian daily note, asks probing questions about significant log entries, and helps you co-write a prose journal entry with three specific gratitudes. ## Core Features & Use Cases - Guided Reflection: Picks the most emotionally significant log entries and explores them through feeling, meaning, and connection levels rather than surface summaries. - Voice Memo & URL Handling: Recognizes transcribed voice memos (marked with a microphone emoji) as stream-of-consciousness thoughts, and scrapes saved URLs with Firecrawl to ask why you saved them. - Structured Note Insertion: Writes the finished journal prose and gratitude list directly into your daily note using two separate para_insert calls targeting the "End of Day" and "Gratitude" headings. - Use Case: At the end of the day, ask for a daily review; the Skill reads today's log, discusses a park-bench lunch or a mid-walk realization with you, then inserts a polished journal entry and three gratitudes into your Obsidian daily note. ## Quick Start Ask the assistant to run a daily review of today's Obsidian daily note and help you turn the log entries into a journal entry with gratitudes.

Frequently Asked Questions about daily-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn daily logs into a journal entry in Obsidian?

Run a daily review session: the Skill reads the Log section of today's daily note, discusses the most significant entries with you through probing questions, then inserts a prose journal entry and three gratitudes into the note using para_insert.

How does the daily review handle transcribed voice memos?

Voice memos appear in logs with a microphone emoji and are treated as raw stream-of-consciousness thoughts. The Skill explores their context, spontaneity, and emotional content rather than treating them like polished typed entries.

Can the daily review process links saved in my logs?

Yes, it uses firecrawl_scrape to fetch and understand saved URLs, then asks why you saved the link and whether you want to explore the topic further, instead of just summarizing the page.

Why does para_insert fail or create duplicate Gratitude sections?

The heading parameter must contain only the heading text without # symbols, such as "Gratitude" not "### Gratitude". The template already has a Gratitude section, so use mode "after" to fill it rather than creating a new one.

What happens if there are no log entries for today?

The Skill emits a structured error signal SKILL_RESULT with status "error" and the message "No log entries found for today", allowing an orchestrator to handle the empty case gracefully.