Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Strategies for productive agent idle time using heartbeats and cron jobs. Use when setting up proactive behaviors, scheduling background tasks, or making you...
Strategies for productive agent idle time using heartbeats and cron jobs. Use when setting up proactive behaviors, scheduling background tasks, or making you...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Make your agent productive during idle time. This skill teaches patterns for using heartbeats and cron jobs so your agent works while you sleep.
Most agents sit idle 95% of the time. Agent Dreams turns that idle time into productive work β checking inboxes, maintaining memory, monitoring systems, and pursuing creative projects.
Heartbeats fire every ~30 minutes when configured. Use HEARTBEAT.md in your workspace to tell your agent what to do on each heartbeat.
Track what you've checked in memory/heartbeat-state.json: { "lastChecks": { "email": 1703275200, "calendar": 1703260800, "weather": null, "memory_review": 1703200000 }, "lastActivity": 1703275200 }
Use cron for precise, scheduled tasks. Create via OpenClaw CLI or API.
PatternCron ExpressionUse CaseEvery morning0 9 * * *Daily briefing, weather checkEvery Monday0 10 * * 1Weekly summary, planningEvery 6 hours0 */6 * * *Social media checkTwice daily0 9,17 * * *Morning/evening roundupFirst of month0 10 1 * *Monthly review
Morning Briefing (9 AM): Check weather, calendar for today, unread emails. Compose a brief summary and send to main channel. Memory Maintenance (weekly): Review all memory/YYYY-MM-DD.md files from the past week. Update MEMORY.md with significant events and lessons. Archive or summarize old daily files. Social Pulse (every 6h): Check Twitter mentions and DMs. Review any Discord channels for relevant conversations. Post something interesting if inspiration strikes.
Things your agent can do without asking:
Organize and clean up workspace files Update documentation Review and commit git changes Maintain memory files Read and summarize saved articles Check system health (disk space, processes)
Draft social media posts (save as drafts, don't post) Prepare email drafts Research topics the user mentioned recently Update project READMEs
Send any external communication Delete files Make purchases or transfers Post publicly
Respect your human's schedule: 23:00β08:00 local time: Only act on urgent items Weekends: Reduce frequency, focus on creative/maintenance tasks When human is clearly busy: Minimize interruptions
β Don't check everything every heartbeat (token waste) β Don't send messages just to show you're active β Don't repeat the same check within 30 minutes β Don't start big projects without confirming with the user β Don't ignore errors β log them for the human to review
Create HEARTBEAT.md in your workspace using the template above Create memory/heartbeat-state.json to track check timestamps Set up 2-3 cron jobs for your most important recurring tasks Review and adjust after a week based on what's useful
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.