obi-jam pattern intermediate 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. Mar 18, 2026 →
openclaw infrastructure intermediate 30 minutes 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. Mar 9, 2026 →
openclaw fix beginner 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. Mar 6, 2026 →
openclaw pattern beginner 2 minutes 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. Mar 2, 2026 →
openclaw fix beginner 5 minutes 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. Mar 2, 2026 →
openclaw fix intermediate 15 minutes 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. Mar 1, 2026 →