LaunchKit · 2026
Back to Skills

tixflow

AI-powered event assistant for discovering, booking, and coordinating event tickets.

0
377 downloads
by @seenfinity

Setup & Installation

openclaw skills install @seenfinity/tixflow

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

npx clawhub install tixflow

Version History

v0.2.2Feb 24, 2026 - Version note by skill developer:

- No visible changes detected in this version. - Functionality, usage, and documentation remain unchanged.

What This Skill Does

TixFlow is an AI agent that handles event discovery, ticket booking, and Google Calendar coordination in a single workflow. It searches events by artist, location, date, or genre, compares prices across platforms, manages waitlists for sold-out events, and syncs booked events to Google Calendar. Demo mode works without any API keys.

Combines event search, ticket purchase, and calendar sync into one agent call instead of manually switching between ticketing sites and calendar apps.

When to use it

  • Finding concerts in a specific city by artist or genre
  • Joining a waitlist when a show sells out
  • Comparing ticket prices across platforms before committing
  • Automatically adding a purchased ticket to Google Calendar
  • Booking multiple tickets in one agent request

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Find two tickets to a concert in London this March and add it to my calendar

AGENT
  1. 1Calls findEvents() with type 'concert', location 'London', date '2026-03'
  2. 2Calls getEventDetails() on top results to check availability
  3. 3Calls checkPrices() to compare options across platforms
  4. 4Calls purchaseTicket() for the selected event with quantity 2
  5. 5Calls syncToCalendar() to add the event to Google Calendar with reminders
OUTPUT

Two tickets purchased and event added to Google Calendar

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

GOOGLE_CALENDAR_API_KEY environment variable (Google Cloud Console)KYD_API_KEY environment variable (KYD Labs, required for live ticketing)