ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

calendar-optimizer

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

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/1477009639zw-blip/betacalopt
Or

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)

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-1477009639zw-blip-betacalopt": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.