Dayplanner
by @ckchzh
日程规划工具。周计划、月计划、时间块、会议安排、截止日期管理、工作生活平衡。Calendar planner with weekly, monthly, time-blocking, meeting scheduling, deadline management.
clawhub install dayplanner📖 About This Skill
version: "2.0.0" name: dayplanner description: "日程规划工具。周计划、月计划、时间块、会议安排、截止日期管理、工作生活平衡。Calendar planner with weekly, monthly, time-blocking, meeting scheduling, deadline management."
Dayplanner
Dayplanner v2.0.0 — a productivity toolkit for managing tasks, plans, reviews, streaks, reminders, and more from the command line.
Commands
Run via: bash scripts/script.sh
| Command | Description |
|---------|-------------|
| add | Add a new entry (task, note, idea). Without args, shows recent entries. |
| plan | Create or view plan entries for organizing your day/week. |
| track | Track progress on goals, habits, or tasks. |
| review | Log review notes — reflect on what went well or needs improvement. |
| streak | Record streak data for habit tracking and consistency. |
| remind | Set reminders and notes for future reference. |
| prioritize | Mark and log priority levels for tasks. |
| archive | Archive completed or outdated entries. |
| tag | Tag entries with labels for easy categorization. |
| timeline | Add timeline entries for chronological tracking. |
| report | Generate or log report entries for summaries. |
| weekly-review | Log weekly review notes for end-of-week reflection. |
| stats | Show summary statistics across all entry types. |
| export | Export all data in json, csv, or txt format. |
| search | Search across all log files for a keyword. |
| recent | Show the 20 most recent activity entries from the history log. |
| status | Health check — version, data directory, entry count, disk usage. |
| help | Show the built-in help message with all available commands. |
| version | Print the current version (dayplanner v2.0.0). |
Each data command (add, plan, track, etc.) works in two modes:
Data Storage
All data is stored locally in ~/.local/share/dayplanner/:
add.log, plan.log, track.log)timestamp|value formathistory.log records all activity across commandsRequirements
date, wc, du, grep, tail, cat)When to Use
Examples
# Add a task
dayplanner add "Finish the quarterly report by Friday"Create a plan for the day
dayplanner plan "Morning: deep work on API. Afternoon: code review."Track a habit
dayplanner track "Meditated for 20 minutes"Log a weekly review
dayplanner weekly-review "Shipped 3 features, need to improve test coverage"Set a reminder
dayplanner remind "Call dentist tomorrow at 10am"Prioritize a task
dayplanner prioritize "Deploy hotfix — critical"View all statistics
dayplanner statsExport everything as JSON
dayplanner export jsonSearch for entries mentioning "report"
dayplanner search reportCheck recent activity
dayplanner recentHealth check
dayplanner status
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
⚡ When to Use
💡 Examples
# Add a task
dayplanner add "Finish the quarterly report by Friday"Create a plan for the day
dayplanner plan "Morning: deep work on API. Afternoon: code review."Track a habit
dayplanner track "Meditated for 20 minutes"Log a weekly review
dayplanner weekly-review "Shipped 3 features, need to improve test coverage"Set a reminder
dayplanner remind "Call dentist tomorrow at 10am"Prioritize a task
dayplanner prioritize "Deploy hotfix — critical"View all statistics
dayplanner statsExport everything as JSON
dayplanner export jsonSearch for entries mentioning "report"
dayplanner search reportCheck recent activity
dayplanner recentHealth check
dayplanner status
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com