Track Habits
Daily habit tracker — logs exercise, water, reading, meditation, and sleep, then delivers a weekly scorecard with streaks, trends, and encouragement.
Daily habit tracker — logs exercise, water, reading, meditation, and sleep, then delivers a weekly scorecard with streaks, trends, and encouragement.
Real data. Real impact.
Emerging
Developers
Per week
Excellent
Skills give you superpowers. Install in 30 seconds.
📊 by @davehappyminion
Log daily habits and build a weekly scorecard. Runs nightly to capture the day's activity, and on Sundays compiles a full weekly report.
Look for the habit log at
~/.openclaw/data/habits/habit-log.json. If it doesn't exist, create it with an empty array. Each entry is a JSON object with: date, exercise (bool + notes), water_glasses (int), reading (bool + notes), meditation (bool + minutes), sleep_hours (float), sleep_quality (great/good/okay/poor).
Prompt the user for each habit. Keep it conversational, not interrogative.
If the user gives short answers, that's fine. Don't push for detail.
Write the entry to the log file. If an entry for today already exists, update it rather than duplicating.
If today is not Sunday, give a quick summary and stop:
📊 Habits logged for {Date} Exercise: ✅ (30 min run) Water: 💧 8 glasses Reading: ✅ (20 pages) Meditation: ✅ (15 min) Sleep: 😴 7.5 hrs (good) 🔥 {streak_count}-day streak on exercise!
If today is Sunday, continue to step 5.
Pull the last 7 days from the log and calculate:
📊 Weekly Habit Scorecard — Week of {Start Date} ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🏆 THIS WEEK ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Exercise: ████████░░ 5/7 (71%) Water (8+): ██████████ 7/7 (100%) 🔥 Reading: ██████░░░░ 4/7 (57%) Meditation: ████░░░░░░ 3/7 (43%) Sleep (7+): ████████░░ 6/7 (86%) 🔥 STREAKS: Water 14d (best!) | Exercise 5d | Sleep 6d 📈 vs LAST WEEK Exercise: ↑ up from 3/7 | Water: → steady | Sleep: ↓ 7.8→7.2 hrs 💬 {Personalized encouragement and observations}
Send the daily summary (or weekly report on Sundays) via your messaging skill.
MIT
curl -o ~/.openclaw/workflows/track-habits.md https://raw.githubusercontent.com/nikilster/clawflows/main/workflows/available/community/track-habits/WORKFLOW.md1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.