Skip to content

Add panama-ticket-watch skill for World Cup ticket monitoring - #11

Draft
hatcheric950 wants to merge 1 commit into
mainfrom
claude/inspiring-keller-x316m9
Draft

Add panama-ticket-watch skill for World Cup ticket monitoring#11
hatcheric950 wants to merge 1 commit into
mainfrom
claude/inspiring-keller-x316m9

Conversation

@hatcheric950

Copy link
Copy Markdown
Owner

What

Adds a Claude Code skill, panama-ticket-watch, that researches and tracks ticket prices for the 2026 FIFA World Cup match:

Panama vs. England — Match 67, Group L · MetLife Stadium, East Rutherford, NJ · Sat June 27, 2026, 5:00 PM ET

What the skill does (each run)

  • Sweeps official + resale marketplaces (FIFA face-value resale, MetLife/AXS, TickPick, StubHub, Vivid Seats, Gametime, SeatGeek, Expedia)
  • Normalizes every quote to all-in get-in price (fees included where known) so sources compare fairly
  • Finds the best current deal, compares it to the running history, and appends a row to the price log
  • Reports a short buy/wait recommendation

Files

  • .claude/skills/panama-ticket-watch/SKILL.md — skill instructions + guardrails
  • references/marketplaces.md — event URLs per marketplace + fee notes
  • references/price-log.md — durable log of every check (seeded with the 2026-06-13 snapshot)

Running it every 3 hours

A skill doesn't self-schedule. Documented two options in the skill:

  • /loop 3h /panama-ticket-watch while a session is open (stops when the cloud container goes idle)
  • a cron job on an always-on machine for truly unattended polling

Snapshot at creation (2026-06-13)

Get-in ~$815 (TickPick, no buyer fees ≈ all-in); StubHub all-in $910+, Expedia from $1,099, Goal Tickets from $1,250. Prices are dynamic — re-check live.

https://claude.ai/code/session_01Ri9dg7VgvnZM4rJo8wCPfQ


Generated by Claude Code

Tracks the 2026 World Cup Group L match Panama vs. England at MetLife
Stadium (June 27, 2026). The skill sweeps official and resale ticket
marketplaces, normalizes prices to all-in get-in cost, finds the best
current deal, and logs each check so the lowest price seen over time is
tracked. Includes marketplace reference links and a seeded price log,
plus instructions for running it every 3 hours via /loop or cron.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants