Install
openclaw skills install nai-daily-recapGenerate a daily recap/summary of all agent activity and save it to Obsidian. Use when asked to do a daily recap, end-of-day summary, or when a cron job fires for the nightly recap. Reads today's memory log, summarizes what was asked, researched, built, and done, then writes a journal entry to vault/daily-recap/YYYY-MM-DD.md with appropriate tags.
openclaw skills install nai-daily-recapAt the end of each day, compile a summary of all agent activity and journal it into Obsidian.
memory/YYYY-MM-DD.md (use today's date)vault/daily-recap/YYYY-MM-DD.md (create daily-recap/ folder if it doesn't exist)memory/YYYY-MM-DD.md that the recap was writtenUse this YAML frontmatter and structure:
---
date: YYYY-MM-DD
time: 23:59 ET
type: daily-recap
source: agent
tags: [daily-recap, <auto-detected topic tags>]
---
# Daily Recap — YYYY-MM-DD
## Requests & Tasks
- Brief bullet per task Ryan asked about
## Research
- Brief bullet per topic researched (include key finding if notable)
## Built / Created
- Brief bullet per file, skill, config, or script created or modified
## Decisions & Outcomes
- Any significant decisions made, options chosen, or conclusions reached
## Notable
- Anything else worth remembering (errors, surprises, ideas flagged)
---
*Auto-generated by Atlas at end of day.*
vault/daily-recap/YYYY-MM-DD.md## Addendum section insteadThis skill is designed to run nightly via a cron job (e.g., at 11:59 PM ET). When triggered by cron, run the full workflow silently and confirm completion in the cron delivery message.