Tagged "cron"
6 articles
- obi-jam Building a Morning Brief: Multi-Source Agent Briefings How to build a daily agent briefing that pulls from Google Calendar and Vikunja, formats it for Discord, and posts at 6:30am automatically.
- openclaw System Cron Is the Wrong Place for OpenClaw Agent Jobs System cron won't find nvm binaries, won't log failures, and won't deliver to Discord. OpenClaw cron does all three. Use the right tool for the job.
- openclaw Don't Tell Your Agent to Send — Let the Runtime Do It When an OpenClaw scheduled job uses announce mode, the agent just needs to reply. Telling it to 'send' makes it reach for a tool — and fail.
- openclaw Always Specify the Timezone When Asking an OpenClaw Agent for the Date Agents in isolated sessions default to UTC or guess the timezone. One line in your skill gives you the correct local date every time.
- openclaw How to Stop OpenClaw Cron Agents from Sending Messages When There's Nothing to Do Telling a cron agent to 'stop silently' doesn't work — the model narrates it anyway. Here's the phrasing that actually suppresses output.
- openclaw Why Your OpenClaw Agent Only Remembered One Day of Work Scheduled agent jobs run in isolated sessions with no memory. Here's how to fix weekly recap logic that silently drops data.