Initial commit with translated description

This commit is contained in:
2026-03-29 13:08:12 +08:00
commit ab48f92c3a
2 changed files with 38 additions and 0 deletions

32
SKILL.md Normal file
View File

@@ -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"
```

6
_meta.json Normal file
View File

@@ -0,0 +1,6 @@
{
"ownerId": "kn72dx5ngyt147nvk6j9bgj42n80ra91",
"slug": "calendar",
"version": "1.0.0",
"publishedAt": 1771427803561
}