Pulls live Korean Basketball League game results and standings from the official KBL JSON API at api.kbl.or.kr. You can query by date, filter by team name or code (like "서울 SK" or team 55), and get current standings alongside scores. It uses the kbl-results npm package globally installed, falls back gracefully when the package is missing, and formats raw JSON into readable summaries instead of dumping API responses. Works well for quick scoreboard checks or tracking a specific team's performance. The main gotcha is that it's read-only and tied to KBL's API structure, so breaking changes upstream will need package updates. Best for Korean basketball fans who want structured data without scraping HTML.
npx skills add https://github.com/nomadamas/k-skill --skill kbl-results