TopRank Skills

Home / Claw Skills / Monitoring / proactive-daily-planner
Official OpenClaw rules 36%

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.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 proactive-daily-planner 技能。 若已安装,则直接安装 proactive-daily-planner 技能。

Overview

Skill Key
akshaymemane/proactive-daily-planner
Author
akshaymemane
Source Repo
openclaw/skills
Version
-
Source Path
skills/akshaymemane/proactive-daily-planner
Latest Commit SHA
d38d14d41b0d8e5d13e6062528b9a73f1a6444a2

Extracted Content

SKILL.md excerpt

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

README excerpt

# 📅 Proactive Daily Planner Skill for OpenClaw

A proactive personal assistant skill that helps you plan your day, track tasks, and stay motivated.

## 🎯 Features

- **Proactive Planning**: Initiates daily planning automatically
- **Time-aware**: Different planning for morning/afternoon/evening
- **Task Management**: Track and prioritize daily tasks
- **Motivation System**: 50+ motivational messages and encouragement
- **Progress Tracking**: Monitors task completion throughout the day
- **Evening Review**: Helps reflect on accomplishments and plan for tomorrow
- **Customizable**: Fully configurable to your preferences

## 🚀 Quick Start

### Installation

```bash
# Clone or copy the skill
cd ~/.openclaw/workspace
cp -r proactive-daily-planner skills/

# Run installer
cd skills/proactive-daily-planner
./scripts/install.sh
```

### Basic Usage

```bash
# Morning planning
node planner.js morning

# Progress check
node planner.js progress

# Evening review
node planner.js evening

# Auto-detect based on time
node planner.js auto

# Get motivation
node planner.js motivate
```

### Installation via OpenClaw

Once published on ClawHub:
```bash
openclaw skill install proactive-daily-planner
```

## ⚙️ Configuration

Edit `config.json` to customize:

```json
{
  "user": {
    "name": "Your Name",
    "timezone": "Your/Timezone",
    "workHours": "9:00-18:00"
  },
  "schedule": {
    "morningCheckin": "8:00",
    "afternoonCheckin": "13:00",
    "eveningReview": "20:00"
  },
  "planning": {
    "categories": ["work", "learning", "fitness", "personal"],
    "maxTasksPerDay": 8
  }
}
```

## 📁 Project Structure

```
proactive-daily-planner/
├── SKILL.md          # Skill documentation
├── planner.js        # Main JavaScript implementation
├── config.json       # User configuration
├── README.md         # This file
├── templates/        # Planning templates
│   ├── morning.md
│   ├── afternoon.md
│   └── evening.md
└── scripts/
    └── install.sh    # Installation script
```...

Related Claw Skills

0xnyk

xint

★ 49

X Intelligence CLI — search, monitor, analyze, and engage on X/Twitter. TypeScript + Bun. AI agent skill.

heyixuan2

bambu-studio-ai

★ 41

Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).

jackculpan

flightclaw

★ 32

Track flight prices from Google Flights with this OpenClaw skill. Search routes, monitor prices, and get alerts when prices drop.

openclaw-trade

openclaw-trading-assistant

★ 24

openclaw trading assistant| openclaw trading skill | nof1.ai & openclaw [moltbot] collaboration | We get the best practices from alpha arena trading seasons and bring it to clawdbot All top AI agents, realtime monitoring and news research, gather info from private insiders and many other! Using Hyperliquid API.

xquik-dev

x-twitter-scraper

★ 16

X (Twitter) automation skill for AI coding agents. Tweet search, user lookup, follower/following extraction, media download, reply/retweet/quote extraction, 40+ tools, account monitoring & trending topics. REST API, MCP server, HMAC webhooks. Works with Claude Code, Cursor, Codex, Copilot, Windsurf & 40+ agents.

mohsinkhadim59

Openclaw-Setup

★ 8

Step-by-step guides for installing and running OpenClaw, an open-source AI agent, on Mac, Linux VPS, and AWS covering setup, security, messaging channels, Google integration, skills, and monitoring.