Beta Calendar Optimizer
Analyzes and rewrites calendar events into clear, actionable tasks. Removes meeting fluff and converts vague descriptions into specific deliverables with dea...
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 27 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Suspicious
high confidencePurpose & Capability
Name/description say it rewrites calendar events (batch CSV → tasks.md). The code (optimize.py) only accepts a single --event and --time and prints to stdout. That mismatch suggests the packaged files do not implement the described capability (either documentation is outdated or the code is incomplete).
Instruction Scope
SKILL.md instructs running: python3 optimize.py --input calendar.csv --output tasks.md (implying reading CSV and writing markdown). The script's runtime instructions do not match — the script requires --event and --time and only prints a short summary. The SKILL.md does not reference any other system files or secrets, and the script does not access files, env vars, or network, but the mismatch is problematic for expected behavior.
Install Mechanism
This is an instruction-only skill with no install spec. Required binary python3 is reasonable for a Python script; nothing is downloaded or written to disk beyond the included file.
Credentials
No environment variables, credentials, or config paths are requested. The script does not access external secrets or configs.
Persistence & Privilege
always is false and the skill has no install hooks or persistence. It does not request elevated or persistent system presence.
What to consider before installing
The doc (SKILL.md) claims batch CSV → markdown behavior, but optimize.py only accepts --event and --time and prints to stdout. This inconsistency could be an honest packaging/documentation bug or indicate an incomplete/misassembled skill. There are no obvious network calls or secret accesses in the code, which reduces immediate risk, but before installing or granting agent access you should: (1) verify the origin—source is unknown; (2) run the script in a sandbox/isolated environment; (3) test with a simple command like: python3 optimize.py --event "Synergy sync - let's circle back" --time "Monday 2pm" to confirm behavior; (4) if you expect CSV processing, request the maintainer provide an updated script or correct SKILL.md; and (5) avoid running untrusted code with elevated privileges or on sensitive machines until the mismatch is resolved.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatestproductivity
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📅 Clawdis
Binspython3
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)
Files
2 totalSelect a file
Select a file to preview.
Comments
Loading comments…
