From ab48f92c3a8421a8be7ab13b572e4d6b0e8553ad Mon Sep 17 00:00:00 2001 From: zlei9 Date: Sun, 29 Mar 2026 13:08:12 +0800 Subject: [PATCH] Initial commit with translated description --- SKILL.md | 32 ++++++++++++++++++++++++++++++++ _meta.json | 6 ++++++ 2 files changed, 38 insertions(+) create mode 100644 SKILL.md create mode 100644 _meta.json diff --git a/SKILL.md b/SKILL.md new file mode 100644 index 0000000..7bc63d7 --- /dev/null +++ b/SKILL.md @@ -0,0 +1,32 @@ +--- +name: calendar +description: "日历管理和调度。" +metadata: {"clawdbot":{"emoji":"📅","requires":{"bins":["curl","jq"]}}} +--- + +# Calendar 📅 + +Calendar and scheduling management. + +## Features + +- Create events +- Schedule meetings +- Set reminders +- View availability +- Recurring events +- Calendar sync + +## Supported Providers + +- Google Calendar +- Apple Calendar +- Outlook Calendar + +## Usage Examples + +``` +"Schedule meeting tomorrow at 2pm" +"Show my calendar for this week" +"Find free time for a 1-hour meeting" +``` diff --git a/_meta.json b/_meta.json new file mode 100644 index 0000000..ecf0dee --- /dev/null +++ b/_meta.json @@ -0,0 +1,6 @@ +{ + "ownerId": "kn72dx5ngyt147nvk6j9bgj42n80ra91", + "slug": "calendar", + "version": "1.0.0", + "publishedAt": 1771427803561 +} \ No newline at end of file