settings — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited settings (Hook) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A command-line tool for Apple Calendar (Calendar.app) operations via EventKit. Supports listing calendars, listing/creating/updating/deleting events, recurring events, alerts, and JSON output for machine consumption.
macOS 14+ only.
An agent skill document is included at skills/apple-calendar-cli with full command reference, JSON schemas, and common workflows. The skill is also available on ClawHub.
brew install sichengchen/tap/apple-calendar-cligit clone https://github.com/sichengchen/apple-calendar-cli.git
cd apple-calendar-cli
make installAll commands support --json for structured JSON output.
apple-calendar-cli list-calendars
apple-calendar-cli list-calendars --json# Next 7 days (default)
apple-calendar-cli list-events
# Specific date range
apple-calendar-cli list-events --from 2026-02-22 --to 2026-02-28
# Filter by calendar
apple-calendar-cli list-events --calendar CALENDAR-ID --jsonapple-calendar-cli get-event EVENT-ID
apple-calendar-cli get-event EVENT-ID --jsonapple-calendar-cli create-event \
--title "Meeting" \
--start "2026-02-23T14:00:00" \
--end "2026-02-23T15:00:00"
# With all options
apple-calendar-cli create-event \
--title "Weekly standup" \
--start "2026-02-23T10:00:00" \
--end "2026-02-23T10:30:00" \
--calendar CALENDAR-ID \
--location "Conference Room" \
--notes "Discuss sprint progress" \
--recurrence weekly \
--alert 15m \
--json# Partial update — only specified fields change
apple-calendar-cli update-event EVENT-ID --title "New title"
apple-calendar-cli update-event EVENT-ID \
--start "2026-02-24T14:00:00" \
--end "2026-02-24T15:00:00" \
--location "Room B"
# Recurring event — update all future occurrences
apple-calendar-cli update-event EVENT-ID --title "Updated" --span allapple-calendar-cli delete-event EVENT-ID
# Delete all occurrences of a recurring event
apple-calendar-cli delete-event EVENT-ID --span allYYYY-MM-DD (start of day, local timezone)YYYY-MM-DDTHH:MM:SS (local timezone)YYYY-MM-DDTHH:MM:SSZ30s — 30 seconds before15m — 15 minutes before1h — 1 hour before1d — 1 day before1w — 1 week before--recurrence daily|weekly|monthly|yearly--interval N — every N periods (default: 1)--recurrence-end YYYY-MM-DD — stop recurring after date--recurrence-count N — stop after N occurrencesOn first run, macOS will prompt for calendar access. If denied, grant access in System Settings > Privacy & Security > Calendars.
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.