Apple Calendar

Low
by tyler6204 | Audited: 2026-02-26T09:59:20.936Z | Ruleset: 0.2.0

Quick Install

Add this skill to your agent

clawhub install apple-calendar

About This Skill

Apple Calendar.app integration for macOS. CRUD operations for events, search, and multi-calendar support.

Use Cases

Documentation (Original)

Source: SKILL.md
The following is the author's original documentation (often English). For installation, follow “Quick Install” above.

name: apple-calendar
description: Apple Calendar.app integration for macOS. CRUD operations for events, search, and multi-calendar support.
metadata: {"clawdbot":{"emoji":"📅","os":["darwin"]}}

Apple Calendar

Interact with Calendar.app via AppleScript. Run scripts from: cd {baseDir}

Commands

Command Usage
List calendars scripts/cal-list.sh
List events scripts/cal-events.sh [days_ahead] [calendar_name]
Read event scripts/cal-read.sh <event-uid> [calendar_name]
Create event scripts/cal-create.sh <calendar> <summary> <start> <end> [location] [description] [allday] [recurrence]
Update event scripts/cal-update.sh <event-uid> [--summary X] [--start X] [--end X] [--location X] [--description X]
Delete event scripts/cal-delete.sh <event-uid> [calendar_name]
Search events scripts/cal-search.sh <query> [days_ahead] [calendar_name]

Date Format

  • Timed: YYYY-MM-DD HH:MM
  • All-day: YYYY-MM-DD

Recurrence

Pattern RRULE
Daily 10x FREQ=DAILY;COUNT=10
Weekly M/W/F FREQ=WEEKLY;BYDAY=MO,WE,FR
Monthly 15th FREQ=MONTHLY;BYMONTHDAY=15

Output

  • Events/search: UID | Summary | Start | End | AllDay | Location | Calendar
  • Read: Full details with description, URL, recurrence

Notes

  • Read-only calendars (Birthdays, Holidays) can't be modified
  • Calendar names are case-sensitive
  • Deleting recurring events removes entire series

Security Audit

Low

Summary

Apple Calendar.app integration for macOS. CRUD operations for events, search, and multi-calendar support.

Risk Profile Toxicity Privacy Scope Reputation Quality

ToxicSkills Analysis

Blocklist
Not matched
Prompt Injection
Not detected

No Toxic signals detected by current static checks.

Key Risks 0 items

No LLM risk bullets (LLM disabled or not cached).

Deterministic Findings (Evidence)

No findings detected.

Scoring Criteria

Each skill is scored across 5 dimensions. The weighted total determines the star rating.

Code Toxicity 100/100 (weight 30%)
Privacy Risk 100/100 (weight 25%)
Permission Scope 100/100 (weight 20%)
Author Reputation 75/100 (weight 15%)
Code Quality 70/100 (weight 10%)

Star Rating Scale

5★ Safe — Score ≥ 80
4★ Good — Score 70–79
3★ Caution — Score 60–69
2★ Risky — Score 40–59
1★ Dangerous — Score < 40

Why This Score?

All dimensions scored above 60. This skill passed the safety baseline.

Explore More Skills

VettedSkillsHub

We curate the top 100 most downloaded skills from ClawHub — the official ClawdBot (OpenClaw) marketplace — then run independent 5-dimension security audits. Transparent evidence, reproducible scores, 1-click install.

About

Best-effort static analysis. Scores are reproducible and evidence-based. Always review code and run in isolated environments for sensitive use.

© 2026 VettedSkillsHub. ClawdBot & OpenClaw are community projects.