·macos-calendar
>_

macos-calendar

通过 AppleScript 创建、列出和管理 macOS 日历事件。当用户要求添加提醒、安排活动、创建日历条目、设置截止日期或涉及 macOS 上的 Apple 日历的任何内容时使用。触发“3 天后提醒我”、“添加到我的日历”、“安排下周一下午 2 点举行会议”、“创建每周定期活动”等请求。仅限 macOS。

97安装·12热度·@lucaperret

安装

$npx skills add https://github.com/lucaperret/agent-skills --skill macos-calendar

如何安装 macos-calendar

通过命令行快速安装 macos-calendar AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/lucaperret/agent-skills --skill macos-calendar
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:lucaperret/agent-skills。

SKILL.md

查看原文

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
分类
>_效率工具
认证
收录时间
2026-02-20
更新时间
2026-03-10

Browse more skills from lucaperret/agent-skills

快速解答

什么是 macos-calendar?

通过 AppleScript 创建、列出和管理 macOS 日历事件。当用户要求添加提醒、安排活动、创建日历条目、设置截止日期或涉及 macOS 上的 Apple 日历的任何内容时使用。触发“3 天后提醒我”、“添加到我的日历”、“安排下周一下午 2 点举行会议”、“创建每周定期活动”等请求。仅限 macOS。 来源:lucaperret/agent-skills。

如何安装 macos-calendar?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/lucaperret/agent-skills --skill macos-calendar 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/lucaperret/agent-skills

详情

分类
>_效率工具
来源
skills.sh
收录时间
2026-02-20

相关 Skills