什么是 apple-calendar?
适用于 macOS 的 Apple Calendar.app 集成。用于事件、搜索和多日历支持的 CRUD 操作。 来源:sundial-org/awesome-openclaw-skills。
适用于 macOS 的 Apple Calendar.app 集成。用于事件、搜索和多日历支持的 CRUD 操作。
通过命令行快速安装 apple-calendar AI 技能到你的开发环境
来源:sundial-org/awesome-openclaw-skills。
Interact with Calendar.app via AppleScript. Run scripts from: cd {baseDir}
| List calendars | scripts/cal-list.sh | | List events | scripts/cal-events.sh [daysahead] [calendarname] | | Read event | scripts/cal-read.sh [calendarname] | | Create event | scripts/cal-create.sh [location] [description] [allday] [recurrence] | | Update event | scripts/cal-update.sh [--summary X] [--start X] [--end X] [--location X] [--description X] |
| Delete event | scripts/cal-delete.sh [calendarname] | | Search events | scripts/cal-search.sh [daysahead] [calendarname] |
适用于 macOS 的 Apple Calendar.app 集成。用于事件、搜索和多日历支持的 CRUD 操作。 来源:sundial-org/awesome-openclaw-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/sundial-org/awesome-openclaw-skills --skill apple-calendar适用于 macOS 的 Apple Calendar.app 集成。用于事件、搜索和多日历支持的 CRUD 操作。 来源:sundial-org/awesome-openclaw-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/sundial-org/awesome-openclaw-skills --skill apple-calendar 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/sundial-org/awesome-openclaw-skills