Weekly Planner Skill for Openclaw

An automated workflow tool for organizing daily tasks, reflections, and generating comprehensive weekly progress reports.

ludiansheng
v1.0.0
Apr 8, 2026
0
645
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install weekly-planner-skill

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install weekly-planner-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Weekly Planner Skill?

The Weekly Planner is a sophisticated productivity tool designed for the systematic organization of scattered records. It enables users to categorize daily activities into plans, completions, and reflections, providing a structured approach to time management. As part of the Openclaw Skills ecosystem, it bridges the gap between daily task execution and long-term goal tracking by transforming fragmented notes into actionable data.

This skill automates the tedious aspects of reporting, such as generating daily work summaries and deep-dive weekly reflections. By maintaining data in weekly JSON structures, it ensures persistence and easy retrieval, allowing users to analyze their efficiency and task distribution across different categories like work, study, and health.

Weekly Planner Skill Use Cases

  • Automatically generating a professional daily work report at 5:00 PM every weekday.
  • Converting scattered daily notes into structured plans, completion records, and reflections.
  • Reviewing weekly progress and completion rates to identify productivity bottlenecks.
  • Adjusting planned tasks dynamically when priorities shift during the week.
  • Generating a comprehensive performance summary every Sunday at 8:00 PM.

How Weekly Planner Skill Works

  1. Daily Input: The user provides task plans or completion updates which are parsed for category and priority.
  2. Data Persistence: The skill executes a Python script to save these entries into a structured JSON file located in the ./weekly-plans/ directory.
  3. Smart Adjustment: Users can modify, undo, or reschedule tasks using specific IDs assigned during the creation process.
  4. Automated Reporting: At scheduled intervals (weekdays at 5 PM and Sundays at 8 PM), the system triggers the reporting logic to synthesize data into summaries.
  5. Analysis and Query: The agent queries the local data schema to provide on-demand views of today's status, weekly progress, or category-specific performance.

Weekly Planner Skill Setup

To get started with this skill in the Openclaw Skills environment, ensure you have the necessary dependencies and directory structure.

# Install required Python dependencies
pip install python-dateutil>=2.8.0

# Create the data storage directory
mkdir -p ./weekly-plans/

Weekly Planner Skill Data Schema & Taxonomy

The skill organizes its information using a weekly-based taxonomy stored in JSON files.

Feature Description
Storage Path ./weekly-plans/YYYY-WW.json
Task Categories work, study, health, other
Record Types Plans (Future/Current), Completion (Past), Reflection (Insights)
Metadata Task ID, Priority, Date, Progress Percentage, Notes, Reflection Content
Templates Uses markdown templates for daily and weekly report generation

Weekly Planner Skill Advanced Features

  • Multi-Category Tracking: Supports granular filtering by project or life area (e.g., health vs. work).
  • Soft Deletion: Marks tasks as deleted without wiping data history for better audit trails.
  • Automated Triggers: Built-in logic for scheduled report generation without user intervention.
  • Flexible Rescheduling: Smart date validation ensures moved tasks stay within the correct weekly context.
  • AI-Powered Insights: Analyzes task completion rates and reflections to provide specific improvement suggestions.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*