
Pulls K League 1 and K League 2 match results and standings from the official JSON endpoints instead of scraping HTML. You give it a date like 2026-03-22, optionally filter by team name or code, and it returns scores, match status, and current league table. Built as a global npm package that Claude can install and import dynamically. The workflow is clever: it uses Node's --input-type=module to load the package from npm root without polluting the project. Main gotcha is that short team names like "서울" might match multiple teams across leagues, so you'll want to be specific with FC서울 or 서울 이랜드.
npx -y skills add nomadamas/k-skill --skill kleague-results --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 kleague-results
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 kleague-results
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/kleague-results/instruction.md.
This skill is not an official feature of, officially supported by, affiliated with, sponsored by, approved by, or developed in collaboration with any third-party trademark owner or service operator it identifies. Third-party names are used only to describe the skill's function, lookup target, or compatibility.
Any automated collection of publicly accessible information must be limited to personal, non-organizational lookup. Do not use this skill for systematic or bulk crawling, database building, access-control or block circumvention, or conduct that interferes with a third party's business or service.
Read the full Korean legal disclaimer, including the cited Korean Supreme Court precedents and statutory limits, before use:
npx -y @nomadamas/k-skill@0 read kleague-results references/DISCLAIMER.md