一键导入
setup-calendar
Install and configure the ical CLI for Apple Calendar management. Use when user asks to set up calendar, install ical, or says "/setup-calendar".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Install and configure the ical CLI for Apple Calendar management. Use when user asks to set up calendar, install ical, or says "/setup-calendar".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Watch Slack
Automate macOS apps via the accessibility tree using the agent-desktop CLI. Snapshot UI, click/type/select by element ref, manage windows, screenshot. Use when asked to control, drive, or automate a Mac app, read or act on on-screen UI, "snapshot an app", or "/agent-desktop".
Install and configure the agent-desktop CLI for macOS accessibility automation, honoring Eric's aube supply-chain hardening. Use when asked to install agent-desktop, fix "Native binary not found", or "/setup-agent-desktop".
Set up the Renaissance AR CLI tool. Use when user says "/setup-renaissance" or when renaissance commands fail with config errors.
Set up the unanet CLI tool for timesheet automation. Use when user says "/setup-unanet" or needs to configure Unanet credentials.
Set up the wengage CLI tool for checking school grades. Use when user says "/setup-wengage" or needs to configure Wengage credentials.
| name | setup-calendar |
| description | Install and configure the ical CLI for Apple Calendar management. Use when user asks to set up calendar, install ical, or says "/setup-calendar". |
| tools | Bash, Read, Write |
Guided installation of the ical CLI tool for managing Apple Calendar from the command line.
which ical && ical version
If ical is already installed, tell the user their calendar CLI is ready and suggest /calendar.
curl -fsSL https://ical.sidv.dev/install | bash
This installs the ical binary to /usr/local/bin/ical.
The first time ical runs, macOS will prompt for Calendar access. Run a test command to trigger the permission dialog:
ical calendars
If the user sees a permissions error, guide them to:
ical calendars# List calendars
ical calendars
# Show today's events
ical today -o json
If both commands succeed, the setup is complete. Suggest the user try /calendar.
ical is already present and workingical is installed but calendar access is denied, focus on the permissions step/calendar to start using it