Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
AI agent for discovering events, comparing ticket prices, purchasing tickets, and syncing events to Google Calendar. Integrates with KYD Labs for ticketing and Google Calendar for scheduling. Runs in demo mode with mock data when API keys are not configured.
Handles discovery, price comparison, booking, and calendar sync in a single agent workflow instead of switching between separate apps and services.
When to use it
- Finding concerts in a specific city by artist or genre
- Comparing ticket prices across platforms before buying
- Joining a waitlist for sold-out events
- Booking tickets and syncing the event to Google Calendar in one step
- Prototyping event booking flows without real API credentials
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Find concerts in London this March and book 2 tickets to the cheapest one
- 1Calls findEvents() with location 'London', date '2026-03', and type 'concert'
- 2Calls checkPrices() to compare ticket costs across available platforms
- 3Calls purchaseTicket() for the lowest-priced event with quantity 2
- 4Calls syncToCalendar() to add the booked event to the user's Google Calendar
2 tickets purchased and event added to Google Calendar with reminders
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.