ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/akshaymemane/proactive-daily-planner
Or

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

# 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:

# 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

  • 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

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-akshaymemane-proactive-daily-planner": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.