con un clic
proactive-daily-planner
// Proactive daily planning assistant that helps organize your day, track tasks, and provide motivation. Acts as a personal assistant to plan your day proactively.
// Proactive daily planning assistant that helps organize your day, track tasks, and provide motivation. Acts as a personal assistant to plan your day proactively.
[HINT] Descarga el directorio completo de la habilidad incluyendo SKILL.md y todos los archivos relacionados
| 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"]}} |
A proactive personal assistant that helps you plan your day, track tasks, and stay motivated.
# Clone or copy the skill to your OpenClaw skills directory
cp -r daily-planner ~/.openclaw/workspace/skills/
Edit config.json to customize:
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
{
"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"
}
}
The skill integrates with OpenClaw's proactive system to:
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 statisticsEdit the template files in templates/ to customize:
morning.md - Morning planning templateafternoon.md - Afternoon check-in templateevening.md - Evening review templateAdd your own motivational messages to config.json:
"motivationMessages": [
"You've got this! 💪",
"One task at a time, you're making progress! 🚀",
"Remember why you started. Keep going! 🌟"
]
MIT License - see LICENSE file for details.
Happy Planning! May your days be productive and fulfilling. 📅✨