Scrapes public Korean marathon and triathlon schedules from GoRunning and the Korea Triathlon Federation, returning event names, dates, venues, registration deadlines, and race categories. You can filter by location, date range, or distance. It walks the public list pages and follows same-host detail links until it hits your limit or the detail budget cap, so you're not guessing which 10k is still open for registration in Seoul this fall. The workflow is straightforward: call searchEvents with your filters, get back structured results, and summarize conservatively. Registration info changes constantly, so it always flags that the data reflects the moment it was fetched. Pure read-only lookup, no registration automation or API keys required.
npx skills add https://github.com/nomadamas/k-skill --skill korean-marathon-schedule