Morning Routine Bot
A morning routine cron job that fires at 6 AM and delivers a structured briefing to Telegram. Built for a real daily workflow.
What it sends
Section titled “What it sends”- Spiritual thought — Old Testament scripture + a short reflection
- Calendar briefing — today and tomorrow’s events with prep notes
- Job search pulse — active pipeline status and next steps due today
- Morning art — AI-generated image based on “On this day in history”
Cron setup
Section titled “Cron setup”openclaw cron add \ --name sage-morning-routine \ --agent sage \ --schedule "0 6 * * *" \ --tz "America/Chicago" \ --session isolated \ --message "Good morning! Run the morning routine skill."Full skill and configuration guide coming soon.