Event Planner
Plan weddings, birthdays, and corporate events with budgets and checklists. Use when drafting budgets, building checklists, or coordinating vendors.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain/event-planner-proEvent Planner Pro
Productivity and task management tool for event planning (v2.0.0). Add items to your event task list, mark tasks as done, set priorities, view today's or this week's schedule, set reminders, track statistics, clear completed items, and export your data. All entries are timestamped and stored in a simple log file.
Commands
| Command | Description |
|---|---|
event-planner-pro add <item> | Add a new item to the task list. Records the current date and the item text. |
event-planner-pro list | List all items in the data log. Shows the full task list with dates. |
event-planner-pro done <item> | Mark a task or item as completed. |
event-planner-pro priority <item> [level] | Set the priority level for an item. Default level is medium. |
event-planner-pro today | Show tasks and events scheduled for today (filters by current date). |
event-planner-pro week | Show this week's overview of planned tasks and events. |
event-planner-pro remind <item> [when] | Set a reminder for an item. Default time is tomorrow. |
event-planner-pro stats | Show statistics: total number of items in the task list. |
event-planner-pro clear | Clear all completed items from the list. |
event-planner-pro export | Export all data from the task list to stdout. |
event-planner-pro help | Show the built-in help with all available commands. |
event-planner-pro version | Print the current version (v2.0.0). |
Data Storage
All data is stored in ~/.local/share/event-planner-pro/ (or the path set by EVENT_PLANNER_PRO_DIR or XDG_DATA_HOME):
- data.log — The main task list. Each line contains a date and the item text.
- history.log — An audit trail of every command executed, with timestamps.
You can customize the data directory by setting the EVENT_PLANNER_PRO_DIR environment variable:
export EVENT_PLANNER_PRO_DIR="$HOME/my-events"
Requirements
- Bash 4.0+ (uses
set -euo pipefail) - coreutils —
date,wc,grep,cat - No external dependencies, API keys, or network access required
- Works fully offline on any POSIX-compatible system
When to Use
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain-event-planner-pro": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
workflow-builder
工作流设计与优化工具。流程设计、自动化方案、流程优化、文档化、审批流、系统集成。Workflow builder with design, automate, optimize, document, approval.
wp-manager
Manage WordPress sites from terminal. Use when checking site health, listing posts and pages, searching content, or running security scans.
volume
Volume reference tool. Use when working with volume in finance contexts.
xhs-content-creator
Generate viral Xiaohongshu notes with titles, tags, and covers. Use when drafting seed posts, writing reviews, crafting tutorials, or boosting engagement.
Webhook Tester
Send test payloads and inspect webhook responses locally. Use when debugging integrations, validating schemas, testing error handling, or simulating calls.