← Back to Skills Marketplace
1477009639zw-blip

Calendar Optimizer

by 1477009639zw-blip · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
131
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install calendar-optimizer
Description
Analyzes and rewrites calendar events into clear, actionable tasks. Removes meeting fluff and converts vague descriptions into specific deliverables with dea...
README (SKILL.md)

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)
Usage Guidance
Do not assume the skill will process calendar CSVs as the README claims — the included script only handles a single event via --event and --time. If you want batch CSV → Markdown behavior, either (a) ask the publisher for an updated SKILL.md or a fixed script that supports --input/--output and CSV parsing, or (b) inspect and modify optimize.py locally to add a CSV-reading/writing wrapper before using it on real calendar data. Because the code is short and contains no network or credential access, it isn't overtly malicious, but the documentation-code mismatch is a real usability and coherence issue. Test the script on non-sensitive sample events first and review/approve any modifications before running on real calendars.
Capability Analysis
Type: OpenClaw Skill Name: calendar-optimizer Version: 1.0.0 The calendar-optimizer skill is a simple text-processing utility designed to clean up meeting descriptions. The Python script (optimize.py) uses basic string manipulation and regular expressions to identify 'fluff' words and deadlines without any network access, file system modifications, or suspicious execution logic. While there is a minor discrepancy between the documentation's suggested usage and the script's actual command-line arguments, the code is entirely safe and lacks any indicators of malicious intent.
Capability Assessment
Purpose & Capability
The stated purpose (convert calendar events into clear, actionable tasks) matches the script's core transformation logic at a conceptual level, but the SKILL.md claims batch CSV input and Markdown output. The bundled optimize.py does not accept --input/--output or parse CSV; it only accepts --event and --time and prints to stdout. This mismatch means the skill as packaged cannot perform the advertised batch workflow without modification.
Instruction Scope
SKILL.md instructs the agent to run 'python3 optimize.py --input calendar.csv --output tasks.md' and provides CSV/examples, implying file I/O and batch processing. The script's runtime instructions (and argparse) do not support those flags or file processing, so following the documentation will fail or cause the agent to attempt ad-hoc workarounds. The instructions do not request any unrelated files, env vars, or network access — the issue is scope mismatch, not hidden data access.
Install Mechanism
No install spec is provided; it's an instruction-only skill with a small included script. There is no remote download, package installation, or archive extraction — minimal disk impact and low install risk.
Credentials
The skill requires only python3 and declares no environment variables, credentials, or config paths. That is proportionate for the task and consistent with the code, which performs local string processing only.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify agent/system configuration. It does not attempt to store tokens or alter other skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install calendar-optimizer
  3. After installation, invoke the skill by name or use /calendar-optimizer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of calendar-optimizer. - Converts vague or cluttered calendar events into clear, actionable markdown tasks. - Extracts specific deliverables, prep steps, and deadlines from generic meeting descriptions. - Provides improved clarity on attendees, prep requirements, and decision-makers for each event. - CLI usage: process CSV input and generate organized markdown output.
Metadata
Slug calendar-optimizer
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Calendar Optimizer?

Analyzes and rewrites calendar events into clear, actionable tasks. Removes meeting fluff and converts vague descriptions into specific deliverables with dea... It is an AI Agent Skill for Claude Code / OpenClaw, with 131 downloads so far.

How do I install Calendar Optimizer?

Run "/install calendar-optimizer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Calendar Optimizer free?

Yes, Calendar Optimizer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Calendar Optimizer support?

Calendar Optimizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Calendar Optimizer?

It is built and maintained by 1477009639zw-blip (@1477009639zw-blip); the current version is v1.0.0.

💬 Comments