An automated workflow tool for organizing daily tasks, reflections, and generating comprehensive weekly progress reports.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install weekly-planner-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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/
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 |
Loading
An AI-powered novel generation engine that automates story planning, chapter creation, and continuity management for long-form fiction.

A smart scanning tool that identifies identical duplicate files and provides AI-powered organization recommendations to free up disk space.

ProfitCore is an autonomous ROI engine that empowers AI agents to prioritize high-value actions through rigorous opportunity discovery and financial feasibility analysis.

An advanced AI-driven reading companion for managing highlights, automated tagging, and cross-book knowledge synthesis.

An intelligent travel planning assistant designed to craft personalized Chinese holiday itineraries based on statutory dates and user preferences.

A specialized skill to integrate Alibaba Cloud Tablestore as a persistent long-term memory backend for AI agents.








































