🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Beta Calendar Optimizer

by @1477009639zw-blip

Analyzes and rewrites calendar events into clear, actionable tasks. Removes meeting fluff and converts vague descriptions into specific deliverables with dea...

Versionv1.0.0
Downloads445
TERMINAL
clawhub install betacalopt

πŸ“– About This Skill


name: calendar-optimizer description: Analyzes and rewrites calendar events into clear, actionable tasks. Removes meeting fluff and converts vague descriptions into specific deliverables with deadlines. metadata: openclaw: emoji: "πŸ“…" requires: bins: [python3] always: false

Calendar Optimizer

Transforms messy calendar events into clear, actionable tasks.

Usage

python3 optimize.py --input calendar.csv --output tasks.md

Input Format

event,time,attendees
"Synergy sync - let's circle back",Monday 2pm,5
"Q4 Planning - moving forward paradigm shift",Tuesday 10am,8

Output

## Monday 2pm β€” Synergy Sync
Actual topic: Website redesign review
Action: Review mockups and give feedback
Prep: Bring 3 specific comments
Attendees: 5 (note: consider sending deputy)

Tuesday 10am β€” Q4 Planning

Actual topic: Q4 OKR finalization Action: Approve final OKRs Prep: Review draft OKRs sent Friday Attendees: 8 (decision-maker: Sarah)

πŸ’‘ Examples

python3 optimize.py --input calendar.csv --output tasks.md