什麼是 macos-calendar?
透過 AppleScript 建立、列出和管理 macOS 日曆事件。當使用者要求新增提醒、安排活動、建立日曆條目、設定截止日期或涉及 macOS 上的 Apple 日曆的任何內容時使用。觸發「3 天後提醒我」、「加入我的日曆」、「安排下週一下午 2 點舉行會議」、「建立每週定期活動」等請求。僅限 macOS。 來源:lucaperret/agent-skills。
透過 AppleScript 建立、列出和管理 macOS 日曆事件。當使用者要求新增提醒、安排活動、建立日曆條目、設定截止日期或涉及 macOS 上的 Apple 日曆的任何內容時使用。觸發「3 天後提醒我」、「加入我的日曆」、「安排下週一下午 2 點舉行會議」、「建立每週定期活動」等請求。僅限 macOS。
透過命令列快速安裝 macos-calendar AI 技能到你的開發環境
來源:lucaperret/agent-skills。
Manage Apple Calendar events via $SKILLDIR/scripts/calendar.sh. All date handling uses relative math (current date + N days) to avoid locale issues (FR/EN/DE date formats).
Always list calendars first to find the correct calendar name:
| summary | yes | - | Event title | | calendar | no | first calendar | Calendar name (from list-calendars) | | description | no | "" | Event notes | | offsetdays | no | 0 | Days from today (0=today, 1=tomorrow, 7=next week) | | isodate | no | - | Absolute date YYYY-MM-DD (overrides offsetdays) | | hour | no | 9 | Start hour (0-23) |
透過 AppleScript 建立、列出和管理 macOS 日曆事件。當使用者要求新增提醒、安排活動、建立日曆條目、設定截止日期或涉及 macOS 上的 Apple 日曆的任何內容時使用。觸發「3 天後提醒我」、「加入我的日曆」、「安排下週一下午 2 點舉行會議」、「建立每週定期活動」等請求。僅限 macOS。 來源:lucaperret/agent-skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/lucaperret/agent-skills --skill macos-calendar透過 AppleScript 建立、列出和管理 macOS 日曆事件。當使用者要求新增提醒、安排活動、建立日曆條目、設定截止日期或涉及 macOS 上的 Apple 日曆的任何內容時使用。觸發「3 天後提醒我」、「加入我的日曆」、「安排下週一下午 2 點舉行會議」、「建立每週定期活動」等請求。僅限 macOS。 來源:lucaperret/agent-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/lucaperret/agent-skills --skill macos-calendar 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/lucaperret/agent-skills