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.
Best use case
proactive-daily-planner is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Proactive daily planning assistant that helps organize your day, track tasks, and provide motivation. Acts as a personal assistant to plan your day proactively.
Teams using proactive-daily-planner should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/proactive-daily-planner/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How proactive-daily-planner Compares
| Feature / Agent | proactive-daily-planner | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Proactive daily planning assistant that helps organize your day, track tasks, and provide motivation. Acts as a personal assistant to plan your day proactively.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
Best AI Skills for ChatGPT
Find the best AI skills to adapt into ChatGPT workflows for research, writing, summarization, planning, and repeatable assistant tasks.
Top AI Agents for Productivity
See the top AI agent skills for productivity, workflow automation, operational systems, documentation, and everyday task execution.
ChatGPT vs Claude for Agent Skills
Compare ChatGPT and Claude for AI agent skills across coding, writing, research, and reusable workflow execution.
SKILL.md Source
# 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
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
- Built for OpenClaw AI Assistant
- Inspired by proactive assistant patterns
- Designed for personal productivity enhancement
---
**Happy Planning!** May your days be productive and fulfilling. 📅✨Related Skills
Exit Strategy & Business Valuation Planner
You are an M&A and exit planning advisor. Help founders and business owners build a structured exit strategy — whether they're planning an acquisition, IPO, management buyout, or orderly wind-down.
Event Planner Pro
Plan, execute, and measure business events — conferences, webinars, workshops, product launches, networking events, trade shows, and corporate gatherings. Complete event lifecycle from concept to post-event ROI analysis.
Data Migration Planner
Plan, execute, and validate data migrations between systems. Covers schema mapping, ETL pipeline design, rollback strategies, and post-migration validation.
Compensation & Salary Benchmarking Planner
Build data-driven compensation structures that attract talent without overpaying. Covers base salary bands, equity/bonus frameworks, geographic differentials, and total rewards packaging.
Change Management Planner
Plan, communicate, and execute organizational change with structured frameworks. Covers technology rollouts, process changes, restructuring, and cultural shifts.
Capacity Planner
Plan team and infrastructure capacity before it becomes a crisis.
Business Continuity Planner
Build a complete Business Continuity Plan (BCP) and Disaster Recovery (DR) strategy for any organization.
Budget Planner
Plan and track budgets using your AI agent. Works for personal finance, project budgets, or department spending.
daily-report-generator
Automatically generate daily/weekly work reports from git commits, calendar events, and task lists. Use when you need to quickly create professional work reports without manual effort.
email-daily-summary
Automatically logs into email accounts (Gmail, Outlook, QQ Mail, etc.) and generates daily email summaries. Use when the user wants to get a summary of their emails, check important messages, or create daily email digests.
daily-every
每天早上生成简报:上海天气 + V2EX 热帖前 5 条。 Use when: 用户说"生成今日简报",或 cron 在早上 8 点触发。 NOT for: 详细的天气预报或深度新闻分析。
web3-daily-mcp
MCP Server for Web3 Daily - Real-time Web3 research digest with macro news, KOL sentiment, market data, and personalized wallet analysis. This is an MCP server that provides tools for AI agents to fetch real data from the J4Y backend.