daily-rhythm
Automated daily planning and reflection system with morning briefs, wind-down prompts, sleep nudges, and weekly reviews. Use when the user wants to set up a structured daily routine, morning briefings, evening reflection prompts, or weekly planning sessions. Triggers include requests for daily schedules, morning briefs, wind-down routines, sleep reminders, weekly reviews, productivity systems, or daily planning automation.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/anthonyfrancis/daily-rhythmWhat This Skill Does
The daily-rhythm skill provides an automated, structured environment for personal and professional task management. It transforms the OpenClaw agent into a personal assistant that manages your daily cadence, from the moment you wake up until you wind down for sleep. By integrating with Google Tasks, Google Calendar, and Stripe, it aggregates your personal, professional, and financial progress into a cohesive, actionable morning briefing. It also facilitates structured reflection via weekly reviews and sleep-supportive nudges, ensuring you remain aligned with your long-term intentions and daily priorities.
Installation
- Install the package using the command:
clawhub install openclaw/skills/skills/anthonyfrancis/daily-rhythm. - Ensure Python 3 is installed and run
pip install google-auth google-auth-oauthlib google-auth-httplib2 google-api-python-client stripe. - Configure your Google Tasks API credentials by placing your
credentials.jsonin~/.openclaw/google-tasks/. - (Optional) Create a
.env.stripefile for financial tracking. - Configure your Calendar ICS URL in
TOOLS.md. - Finally, set up your preferred cron jobs using either system crontab or the OpenClaw internal
crontool to schedule your daily briefs, wind-downs, and sleep reminders.
Use Cases
- Professional Growth: Track your ARR progress automatically to stay focused on financial goals.
- Work-Life Balance: Use the 10:30pm wind-down prompt to offload tomorrow's concerns, helping to disconnect and sleep better.
- Routine Building: Establish a consistent morning routine that centers your focus with an affirmation, prayer, or quote before diving into your to-do list.
- Productivity Management: Automatically synthesize disparate sources like Google Tasks and Calendar events into a single, high-level morning overview.
Example Prompts
- "OpenClaw, please generate my morning brief and show me what I need to focus on today."
- "I'm feeling overwhelmed; can you help me perform a weekly review to reset my tasks and priorities?"
- "Set up a custom morning intention focused on deep work for the remainder of this week."
Tips & Limitations
- Syncing: Ensure you run the initial sync script manually before relying on cron automation to verify authentication.
- Data Privacy: This skill reads your calendar and task data; ensure you are comfortable with these permissions before enabling integrations.
- Scheduling: If using the system crontab, ensure the environment variables are correctly sourced, or use absolute paths for all script calls to avoid execution failures. The skill works best when you remain consistent in using the wind-down feature, as this feeds data into the following day's priority list.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-anthonyfrancis-daily-rhythm": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, external-api, code-execution