Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Google Calendar integration that lets users view, create, and manage events through natural conversation. Free tier covers reading and searching the calendar. Pro tier ($12 one-time) adds event creation, editing, deletion, and scheduled morning briefs.
Natural language input lets you add or query events without opening the calendar app or manually formatting dates.
When to use it
- Checking today's or this week's schedule by asking in plain English
- Scheduling a meeting with natural language like 'Lunch with Alex Friday at noon'
- Finding open time slots before booking a new appointment
- Searching events by keyword or person name
- Receiving a daily morning agenda via cron at a set time
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Schedule lunch with Alex at Cafe Roma on Friday at noon
- 1Parse date, time, and location from the natural language request
- 2Run the quick-add command with the parsed input
- 3Show event details and ask the user to confirm before proceeding
- 4Create the event via the Google Calendar API with confirmed=True
- 5Return a confirmation message with the event date, time, and location
Event created: 'Lunch with Alex' on Friday, Jan 31 at 12:00 PM at Cafe Roma
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.