commit ab48f92c3a8421a8be7ab13b572e4d6b0e8553ad Author: zlei9 Date: Sun Mar 29 13:08:12 2026 +0800 Initial commit with translated description 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