seatengine-check

Resolve SeaTable venue IDs and report health status with show counts.

Updated May 25, 2024
One-click install
npx skills add https://github.com/gioe/laughtrack --skill seatengine-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seatengine-check
Source: https://github.com/gioe/laughtrack/tree/main/.agents/skills/seatengine-check
Command: npx skills add https://github.com/gioe/laughtrack --skill seatengine-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams verify the health of a SeatEngine venue by venue ID or club name/ID, ensuring visibility into live shows and availability.

Core Features & Use Cases

  • Resolve the correct venue by numeric venue ID or club name via a DB lookup.
  • Run a health check that reports status (HEALTHY, EMPTY, DEAD) and shows count.
  • Use in ongoing monitoring or ad-hoc checks to identify venues that may have moved platforms or gone offline.

Quick Start

Run seatengine-check with a numeric venue ID or club name to see the current health.

Frequently Asked Questions about seatengine-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if a SeatEngine venue is live and has upcoming shows?

To check if a SeatEngine venue is live, you can run a health check using either a numeric venue ID or a club name. The check queries the SeatEngine service and returns a status of HEALTHY, EMPTY, or DEAD along with the upcoming show count.

What is a SeatEngine venue health check and when do I need to run one?

A SeatEngine venue health check verifies whether a specific venue exists and has upcoming shows. You need to run this check during ongoing monitoring or ad-hoc reviews to identify venues that may have moved platforms or gone offline.

Can I look up a SeatEngine venue using just a club name instead of a numeric ID?

Yes, you can look up a SeatEngine venue using a club name. The system performs a DB lookup to resolve the club name to the correct venue ID, allowing you to run the health check without needing the numeric identifier beforehand.

What happens if a SeatEngine health check encounters a non-existent club or API failure?

If a SeatEngine health check encounters a non-existent club, missing ID, or API failure, the system's input validation and error handling catch the issue. It produces a clear report detailing the failure and recommended actions.

What is the best way to monitor SeatEngine venues for platform changes or offline status?

The best way to monitor SeatEngine venues for platform changes is to run regular health checks by venue ID or club name. This returns a clear status and show count, helping you instantly spot venues that have gone offline or moved platforms.