Initial commit with translated description
This commit is contained in:
32
SKILL.md
Normal file
32
SKILL.md
Normal 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
6
_meta.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"ownerId": "kn72dx5ngyt147nvk6j9bgj42n80ra91",
|
||||||
|
"slug": "calendar",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"publishedAt": 1771427803561
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user