Proactive Daily Planner
by @akshaymemane
Proactive daily planning assistant that helps organize your day, track tasks, and provide motivation. Acts as a personal assistant to plan your day proactively.
clawhub install proactive-daily-plannerπ About This Skill
name: proactive-daily-planner description: "Proactive daily planning assistant that helps organize your day, track tasks, and provide motivation. Acts as a personal assistant to plan your day proactively." metadata: { "openclaw": { "emoji": "π ", "author": "Akshay Memane", "version": "1.0.0", "category": "productivity", "tags": ["planning", "productivity", "proactive", "assistant", "daily"], }, }
Daily Planner Skill
A proactive personal assistant that helps you plan your day, track tasks, and stay motivated.
π― What It Does
π Quick Start
Installation
# Clone or copy the skill to your OpenClaw skills directory
cp -r daily-planner ~/.openclaw/workspace/skills/
Configuration
Edit config.json to customize:
Usage
The skill runs automatically based on your schedule, or you can trigger it manually:
# Manual trigger
openclaw skill daily-planner plan morning
openclaw skill daily-planner check-progress
openclaw skill daily-planner evening-review
βοΈ Configuration
config.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
2. Progress Tracking
3. Motivation System
4. Evening Review
π§ Integration
With OpenClaw Proactive Assistant
The skill integrates with OpenClaw's proactive system to:With External Services
π 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 intemplates/ to customize:
morning.md - Morning planning templateafternoon.md - Afternoon check-in templateevening.md - Evening review templateMotivation Messages
Add your own motivational messages toconfig.json:
"motivationMessages": [
"You've got this! πͺ",
"One task at a time, you're making progress! π",
"Remember why you started. Keep going! π"
]
π€ Contributing
1. Fork the repository 2. Create a feature branch 3. Make your changes 4. Test thoroughly 5. Submit a pull request
π License
MIT License - see LICENSE file for details.
π Acknowledgments
Happy Planning! May your days be productive and fulfilling. π β¨
π‘ Examples
The skill runs automatically based on your schedule, or you can trigger it manually:
# Manual trigger
openclaw skill daily-planner plan morning
openclaw skill daily-planner check-progress
openclaw skill daily-planner evening-review
βοΈ Configuration
Edit config.json to customize:
Usage
The skill runs automatically based on your schedule, or you can trigger it manually:
# Manual trigger
openclaw skill daily-planner plan morning
openclaw skill daily-planner check-progress
openclaw skill daily-planner evening-review