Calendar Optimizer
PassAudited by ClawScan on May 10, 2026.
Overview
The skill appears safe and local-only, but its documentation does not match what the included script actually supports.
This skill looks safe to try locally, but use the script according to the actual code: provide an event with --event and optionally --time. Do not expect the documented CSV-to-Markdown workflow unless the author updates the implementation.
Findings (1)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Users may expect batch calendar-file rewriting, but the script will not perform that workflow as documented.
The documentation advertises CSV file input and Markdown file output, but the included optimize.py only defines --event and --time arguments and prints results. This is a capability/documentation mismatch, not evidence of malicious behavior.
python3 optimize.py --input calendar.csv --output tasks.md
Update either SKILL.md or optimize.py so the documented usage matches the actual supported command.
