LaunchKit · 2026
Back to Skills

tixflow-v2

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

0
0 downloads
by @seenfinity

Setup & Installation

openclaw skills install @seenfinity/tixflow-v2

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

npx clawhub install tixflow-v2

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.

INPUT

User asks: Find concerts in London this March and book 2 tickets to the cheapest one

AGENT
  1. 1Calls findEvents() with location 'London', date '2026-03', and type 'concert'
  2. 2Calls checkPrices() to compare ticket costs across available platforms
  3. 3Calls purchaseTicket() for the lowest-priced event with quantity 2
  4. 4Calls syncToCalendar() to add the booked event to the user's Google Calendar
OUTPUT

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.

GOOGLE_CALENDAR_API_KEY environment variable (obtain from Google Cloud Console)KYD_API_KEY environment variable (obtain from KYD Labs, optional for real ticketing)