Proactive Daily Planner
VerifiedProactive daily planning assistant that helps organize your day, track tasks, and provide motivation. Acts as a personal assistant to plan your day proactively.
$ Add to .claude/skills/ About This Skill
# Daily Planner Skill
A proactive personal assistant that helps you plan your day, track tasks, and stay motivated.
🎯 What It Does
- Morning Planning: Starts your day with goal setting and task prioritization
- Progress Tracking: Monitors task completion throughout the day
- Motivation System: Provides encouragement and reminders
- Evening Review: Helps reflect on accomplishments and plan for tomorrow
- Proactive Alerts: Anticipates needs and initiates planning automatically
🚀 Quick Start
Installation
```bash # Clone or copy the skill to your OpenClaw skills directory cp -r daily-planner ~/.openclaw/workspace/skills/ ```
Configuration
- Edit `config.json` to customize:
- Your name and timezone
- Planning schedule (morning/afternoon/evening times)
- Task categories and priorities
- Motivation messages
Usage
The skill runs automatically based on your schedule, or you can trigger it manually:
```bash # Manual trigger openclaw skill daily-planner plan morning openclaw skill daily-planner check-progress openclaw skill daily-planner evening-review ```
⚙️ Configuration
config.json
```json { "user": { "name": "Akshay", "timezone": "Asia/Kolkata", "workHours": "9:00-18:00" }, "schedule": { "morningCheckin": "8:00", "afternoonCheckin": "13:00", "eveningReview": "20:00" }, "tasks": { "categories": ["work", "learning", "fitness", "personal"], "defaultPriority": "medium" }, "notifications": { "enabled": true, "channel": "telegram", "motivationFrequency": "2h" } } ```
📋 Features
1. Morning Planning - Sets daily goals and priorities - Reviews calendar events - Creates task list for the day - Provides motivational quote
2. Progress Tracking - Tracks task completion - Provides progress updates - Suggests adjustments if falling behind - Celebrates milestones
3. Motivation System - 50+ motivational messages - Progress-based encouragement - Reminder system for important tasks - Positive reinforcement
4. Evening Review - Reviews accomplishments - Identifies what went well - Plans for tomorrow - Provides closure for the day
🔧 Integration
With OpenClaw Proactive Assistant The skill integrates with OpenClaw's proactive system to: - Run automatically on schedule - Send notifications via configured channels - Store planning data in memory files - Work with other skills (calendar, email, etc.)
With External Services - **Calendar**: Check scheduled events (future) - **Email**: Review important emails (future) - **Task Managers**: Sync with Todoist/Things (future)
📊 Data Storage
- Planning data is stored in:
- `~/.openclaw/workspace/memory/daily-plan-YYYY-MM-DD.md` - Daily plans
- `~/.openclaw/workspace/memory/task-history.json` - Task completion history
- `~/.openclaw/workspace/memory/progress-stats.json` - Progress statistics
🎨 Customization
Templates Edit the template files in `templates/` to customize: - `morning.md` - Morning planning template - `afternoon.md` - Afternoon check-in template - `evening.md` - Evening review template
Motivation Messages Add your own motivational messages to `config.json`: ```json "motivationMessages": [ "You've got this! 💪", "One task at a time, you're making progress! 🚀", "Remember why you started. Keep going! 🌟" ] ```
🤝 Contributing
- Fork the repository
- Create a feature branch
- Make your changes
- Test thoroughly
- Submit a pull request
📝 License
MIT License - see LICENSE file for details.
🙏 Acknowledgments
- Built for OpenClaw AI Assistant
- Inspired by proactive assistant patterns
- Designed for personal productivity enhancement
---
Happy Planning! May your days be productive and fulfilling. 📅✨
Use Cases
- Generate structured output from specifications or requirements
- Automate repetitive workflows to save time and reduce errors
- Monitor systems and processes for anomalies and performance issues
- Run automated tests to verify functionality and catch regressions
- Create structured plans with milestones, timelines, and deliverables
Pros & Cons
Pros
- +Integrates into existing development workflows without disruption
- +Improves development velocity through automation and best practices
- +Clear documentation makes it easy to get started and integrate
Cons
- -Adds another tool to the development stack that needs maintenance
- -May overlap with functionality already provided by IDE or other tools
FAQ
What does Proactive Daily Planner do?
What platforms support Proactive Daily Planner?
What are the use cases for Proactive Daily Planner?
100+ free AI tools
Writing, PDF, image, and developer tools — all in your browser.
Next Step
Use the skill detail page to evaluate fit and install steps. For a direct browser workflow, move into a focused tool route instead of staying in broader support surfaces.