Skills calendar-optimizer
Analyzes and rewrites calendar events into clear, actionable tasks. Removes meeting fluff and converts vague descriptions into specific deliverables with deadlines.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/1477009639zw-blip/calendar-optimizer" ~/.claude/skills/openclaw-skills-calendar-optimizer-3d4140 && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/1477009639zw-blip/calendar-optimizer" ~/.openclaw/skills/openclaw-skills-calendar-optimizer-3d4140 && rm -rf "$T"
manifest:
skills/1477009639zw-blip/calendar-optimizer/SKILL.mdsource content
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)