If you need to check ticket availability for Korean concerts and shows on YES24 or Interpark, this hits their public JSON endpoints and returns schedules plus seat counts by grade. You throw it a URL or platform:id notation, it gives you dates, times, and how many VIP/R/S/A seats remain. No login, no booking automation, no seat selection. It's read-only by design because the skill author explicitly avoids anything that would violate Korea's 2023 anti-scalping macro laws. Useful for "are there tickets left for tonight" questions, not for actually buying them. Calls can be slow on long-running shows since it hits each performance sequentially with rate limiting.
npx skills add https://github.com/nomadamas/k-skill --skill ticket-availability