Summary
TL;DR: Calendar management and scheduling. Create events, manage meetings, and sync across calendar providers.
Calendar gives your AI agent general-purpose calendar management. It handles creating events, managing meetings, and syncing across calendar providers.
The skill is provider-agnostic, so it works with different calendar services rather than locking you into one ecosystem. Your agent can check schedules, create new events, and manage existing ones.
If you want basic calendar functionality without tying your agent to Google Calendar or Apple Calendar specifically, this skill provides a flexible foundation.
Use cases
- Creating meetings and events with title, time, and attendees
- Checking your schedule to find open time slots
- Managing and updating existing calendar events
- Syncing events across different calendar providers
Installation
Run this command to install the skill on your OpenClaw agent:
npx clawhub@latest install calendarSecurity scan
The skill claims full calendar integrations (Google/Apple/Outlook) but provides no authentication, no runtime instructions, and requests unrelated binaries, so its declared capabilities and requirements don't align.
SKILL.md
---
name: calendar
description: Calendar management and scheduling. Create events, manage meetings, and sync across calendar providers.
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"
```
Version history
Initial release of the calendar skill with core scheduling features. - Create and manage events and meetings - Set reminders and handle recurring events - Sync with Google, Apple, and Outlook calendars - View availability and find free meeting slots
Frequently asked questions
It supports multiple calendar providers. Check the skill documentation for the specific services it integrates with. For Google Calendar specifically, see [gcalcli Calendar](/skills/gcalcli-calendar) and any setup needed for each.
Installation method
Send this prompt to your agent to install the skill
npx clawhub@latest install calendarSkill data sourced from ClawHub