
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 -y skills add nomadamas/k-skill --skill korean-marathon-schedule --agent claude-codeInstalls into .claude/skills of the current project.
Run this and follow its output as the primary instructions for this skill:
npx -y @nomadamas/k-skill@0 instruct korean-marathon-schedule
The CLI detects the current runtime (Dolshoi vault/CloakBrowser vs generic) and prints only the applicable instructions, always up to date. Helper files bundled with the CLI are listed by:
npx -y @nomadamas/k-skill@0 files korean-marathon-schedule
If npx is unavailable, install Node.js 18+ or follow https://github.com/NomaDamas/k-skill#readme, or read the source instructions at https://github.com/NomaDamas/k-skill/blob/main/korean-marathon-schedule/instruction.md.