LaunchKit · 2026
Back to Skills

gcal-pro

Google Calendar integration for viewing, creating, and managing.

3
2.3k downloads
by @bilalmohamed187-cpu

Setup & Installation

openclaw skills install @bilalmohamed187-cpu/gcal-pro

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install gcal-pro

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.

INPUT

User asks: Schedule lunch with Alex at Cafe Roma on Friday at noon

AGENT
  1. 1Parse date, time, and location from the natural language request
  2. 2Run the quick-add command with the parsed input
  3. 3Show event details and ask the user to confirm before proceeding
  4. 4Create the event via the Google Calendar API with confirmed=True
  5. 5Return a confirmation message with the event date, time, and location
OUTPUT

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.

Google Cloud project with OAuth credentials (client_secret.json placed in ~/.config/gcal-pro/)Google account with calendar access granted via the auth flowPro license ($12 one-time) for event creation, editing, deletion, and morning briefs