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
CODEBLOCK0
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:
CODEBLOCK1
⚙️ Configuration
config.json
CODEBLOCK2
📋 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 - INLINECODE2 - Task completion history
- INLINECODE3 - Progress statistics
🎨 Customization
Templates
Edit the template files in
templates/ to customize:
- -
morning.md - Morning planning template - INLINECODE6 - Afternoon check-in template
- INLINECODE7 - Evening review template
Motivation Messages
Add your own motivational messages to
config.json:
CODEBLOCK3
🤝 Contributing
- 1. 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. 📅✨
每日规划技能
一个主动式个人助手,帮助您规划每日行程、追踪任务并保持动力。
🎯 功能概述
- - 晨间规划:以目标设定和任务优先级开启新的一天
- 进度追踪:全天候监控任务完成情况
- 激励系统:提供鼓励与提醒
- 晚间回顾:反思当日成就并为明日做规划
- 主动提醒:预判需求并自动启动规划流程
🚀 快速入门
安装
bash
将技能克隆或复制到OpenClaw技能目录
cp -r daily-planner ~/.openclaw/workspace/skills/
配置
编辑config.json以自定义:
- - 您的姓名和时区
- 规划时间表(早/中/晚时段)
- 任务类别与优先级
- 激励信息
使用
技能会根据您的时间表自动运行,也可手动触发:
bash
手动触发
openclaw skill daily-planner plan morning
openclaw skill daily-planner check-progress
openclaw skill daily-planner evening-review
⚙️ 配置
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: [工作, 学习, 健身, 个人],
defaultPriority: 中等
},
notifications: {
enabled: true,
channel: telegram,
motivationFrequency: 2h
}
}
📋 功能特性
1. 晨间规划
- - 设定每日目标与优先级
- 查看日历事件
- 创建当日任务清单
- 提供励志名言
2. 进度追踪
- - 追踪任务完成情况
- 提供进度更新
- 落后时建议调整方案
- 庆祝里程碑达成
3. 激励系统
- - 50+条激励信息
- 基于进度的鼓励
- 重要任务提醒系统
- 正向强化机制
4. 晚间回顾
- - 回顾当日成就
- 识别表现优异之处
- 规划明日事项
- 为一天画上圆满句号
🔧 集成
与OpenClaw主动助手集成
该技能与OpenClaw主动系统配合实现:
- - 按计划自动运行
- 通过配置渠道发送通知
- 将规划数据存储至内存文件
- 与其他技能协同工作(日历、邮件等)
与外部服务集成
- - 日历:查看预定事件(未来功能)
- 邮件:审查重要邮件(未来功能)
- 任务管理器:同步Todoist/Things(未来功能)
📊 数据存储
规划数据存储于:
- - ~/.openclaw/workspace/memory/daily-plan-YYYY-MM-DD.md - 每日计划
- ~/.openclaw/workspace/memory/task-history.json - 任务完成历史
- ~/.openclaw/workspace/memory/progress-stats.json - 进度统计
🎨 自定义
模板
编辑templates/目录下的模板文件以自定义:
- - morning.md - 晨间规划模板
- afternoon.md - 午后签到模板
- evening.md - 晚间回顾模板
激励信息
在config.json中添加自定义激励信息:
json
motivationMessages: [
你能行!💪,
一步一个脚印,你正在进步!🚀,
不忘初心,继续前行!🌟
]
🤝 贡献指南
- 1. Fork本仓库
- 创建功能分支
- 进行修改
- 全面测试
- 提交Pull Request
📝 许可证
MIT许可证 - 详见LICENSE文件
🙏 致谢
- - 专为OpenClaw AI助手构建
- 灵感来源于主动式助手模式
- 旨在提升个人生产力
规划愉快! 愿您的每一天都高效充实。📅✨