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
Transforms messy calendar events into clear, actionable tasks.
python3 optimize.py --input calendar.csv --output tasks.md發現更多技能外掛,請訪問7w4.net。
event,time,attendees
"Synergy sync - let's circle back",Monday 2pm,5
"Q4 Planning - moving forward paradigm shift",Tuesday 10am,8
## 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)
這個Skill想法不錯,能幫你把無聊的會議名變清晰,但質量不太行。文件上寫的功能和實際能用的完全不一樣,說能批次處理檔案,實際上只能一條一條來,核心功能基本沒實現。整體來說潛力是有的,但目前還不太實用,需要繼續打磨。