Pulls KBO baseball game schedules and scores for specific dates using the kbo-game npm package. You ask for today's games or yesterday's scores, it fetches the data and formats it into a readable summary instead of dumping raw JSON. The workflow is careful about date handling, it converts everything to Date objects with KST timezone because passing strings directly fails. It also won't fall back to unofficial sources if the package is missing, it just installs kbo-game globally first. Useful if you follow Korean baseball and want quick score checks without opening a browser, though it'll break if the KBO site structure changes upstream.
npx skills add https://github.com/nomadamas/k-skill --skill kbo-results