Beta Calendar Optimizer

PassAudited by ClawScan on May 1, 2026.

Overview

This skill appears local-only and benign, but its documentation does not match the included script’s actual command-line options.

This appears safe to run locally on individual event text, but do not expect the documented CSV-to-Markdown workflow to work unless the script or documentation is corrected.

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.

What this means

Users may expect the skill to process calendar files, but the shipped script appears to handle only one event at a time.

Why it was flagged

The documented usage claims CSV input and Markdown output, but the included script instead defines a required --event argument and optional --time argument. This is a documentation/capability mismatch rather than evidence of unsafe behavior.

Skill content
python3 optimize.py --input calendar.csv --output tasks.md
Recommendation

Verify the intended command before use; the publisher should update SKILL.md or the script so the documented behavior matches the implementation.