Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Generate a daily recap image with your agent holding a posterboard of accomplishments. Cron-driven, weather-aware, customizable to any agent identity.
.claude/skills/sundial-org-daily-recap/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -26% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -60% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -27% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -40% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -28% | 0% |
Generate a personalized daily recap image featuring your agent's avatar holding a posterboard with the day's accomplishments.
A cron-driven skill that reviews your agent's daily memory files and accomplishments, then generates a custom image of your agent holding a posterboard with the day's wins. Includes weather-appropriate attire and time-of-day lighting.
Set these in your clawdbot.json under skills.entries.daily-recap:
json{ "skills": { "entries": { "daily-recap": { "env": { "RECAP_LOCATION": "Your City, ST", "RECAP_CHAT_ID": "your-chat-id", "RECAP_TIME": "17:00" } } } } }
| Variable | Description | Default | |----------|-------------|---------| | RECAP_LOCATION | Location for weather lookup (e.g., "Boston, MA") | Required | | RECAP_CHAT_ID | Chat ID for image delivery (Telegram, Discord, etc.) | Required | | RECAP_TIME | Cron time (24h format, local timezone) | 17:00 |
The skill reads your agent's IDENTITY.md for visual appearance details. Include a section like:
markdown## Visual Appearance (for image generation) [Your agent] is a [description] with: - [Physical traits] - [Clothing/accessories] - [Style notes]
The skill includes a sample cron job. After installation, create your cron:
bashclawdbot cron add --name "daily-recap" --schedule "0 17 * * *" --tz "America/New_York"
Your agent holding a posterboard:
TODAY'S WINS
✓ Fixed config bug
✓ Merged 50 commits
✓ Created new cron
✓ Cleaned up dataCreated by the Clawdbot community.
Other measured skills in the registry, with their headline benchmark lift.