You need OpenClaw with browser, message, cron, and memory skills, plus a paired chat (Telegram, Slack, whatever). Copy each prompt below and send it to your agent. The agent will use what it knows or ask you.
No OpenClaw yet?
We spin it up in under a minute. No SSH. Then you add these.
Daily Morning Report
Weather, news, and your calendar in one message. 8 AM.
Copy and send to your agent:
Set up a daily morning report:
1. Run: openclaw cron add --name "Daily Morning Report" --schedule "0 8 * * *"
2. Configure it to execute every morning at 8 AM: get today's weather for my city (ask me if you don't know it), search for top 5 tech/business news, check my calendar/todo for today, compile into a report and send to my chat.
3. Test: openclaw cron test "Daily Morning Report"You get a morning report. That's it.
Competitor Monitoring
Friday 6 PM: what your competitors have been up to.
Copy and send to your agent:
Set up competitor monitoring:
1. Run: openclaw cron add --name "Competitor Monitor" --schedule "0 18 * * 5"
2. Configure it to execute every Friday at 6 PM: search for updates about the companies I track (ask me if you don't know them), visit their websites, check social media for announcements, compile into a report and send to my work chat.
3. Test: openclaw cron test "Competitor Monitor"One report per week. No more manual stalking.
Smart Email Processing
Boss email? Instant ping. The rest? Hourly digest.
Copy and send to your agent:
Set up smart email processing (let's set up my email if you don't know):
1. Connect to my email and set rules: important emails from people I need to hear from immediately (ask me if you don't know who) → forward to my chat. Regular emails → hourly summaries. Spam/newsletters → archive.
2. Run: openclaw cron add --name "Email Digest" --schedule "0 17 * * *"
3. Configure the digest: every day at 5 PM, send me important emails received, regular summary, unread count, action items.Urgent stuff hits your chat. Everything else lands in a digest.
Content Creation Assistant
8 PM: trending topics and content angles for tomorrow.
Copy and send to your agent:
Set up content ideas:
1. Run: openclaw cron add --name "Content Ideas" --schedule "0 20 * * *"
2. Configure it to execute every day at 8 PM: search today's trending topics in my industry (ask me if you don't know it), find 5 relevant articles, extract insights, generate 5 content topic suggestions, save to my content ideas doc, send me the top 3.
3. Test: openclaw cron test "Content Ideas"New ideas in your doc. Top three in chat.
Automated Data Backup
2 AM backup. You sleep; your files don't.
Copy and send to your agent:
Set up daily backup:
1. Run: openclaw cron add --name "Daily Backup" --schedule "0 2 * * *"
2. Configure it to execute every day at 2 AM: backup the folders I care about (ask me if you don't know which), and OpenClaw config files, compress into backup_YYYY-MM-DD.tar.gz, save to where I want backups (ask me if you don't know), keep last 7 days and delete older. Optional: upload to cloud storage.
3. Test: openclaw cron test "Daily Backup"Data backed up. Old backups pruned. Done.
Pro Tips
Need a different time? Tell your agent when you want it (e.g. 9 AM daily, weekdays at 6 PM). It can sort the cron string.
Something wrong? Ask your agent to run openclaw cron list and openclaw cron test "Job Name". Tweak your prompt and retry. Don't stack five heavy jobs at once.
No OpenClaw yet?
We spin it up in under a minute. No SSH. Then you add these.
InstantClaw