kleague-results

Retrieves K League match results and current standings by date and team.

7.1k|836|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/NomaDamas/k-skill --skill kleague-results
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: kleague-results
Source: https://github.com/NomaDamas/k-skill/tree/main/kleague-results
Command: npx skills add https://github.com/NomaDamas/k-skill --skill kleague-results

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires kleague-results, node>=18.

What problem does it solve?

๊ฒฝ๊ธฐ๊ฒฐ๊ณผ์™€ ์ˆœ์œ„๋ฅผ ์ง์ ‘ ์ฐพ์•„๋ณด๋ฉฐ ์‹œ๊ฐ„์„ ๋‚ญ๋น„ํ•˜๋Š” ๋ฌธ์ œ๋ฅผ ์ค„์—ฌ, ์›ํ•˜๋Š” ๋‚ ์งœ์™€ ํŒ€ ๊ธฐ์ค€์œผ๋กœ ๋น ๋ฅด๊ฒŒ ์ •๋ฆฌ๋œ ์ •๋ณด๋ฅผ ์–ป์„ ์ˆ˜ ์žˆ๊ฒŒ ํ•ด์ค€๋‹ค.

Core Features & Use Cases

  • ๊ณต์‹ JSON ๊ธฐ๋ฐ˜ ์กฐํšŒ: K๋ฆฌ๊ทธ ์ผ์ •/๊ฒฐ๊ณผ์™€ ํŒ€ ์ˆœ์œ„๋ฅผ HTML ํฌ๋กค๋ง์ด ์•„๋‹Œ ๊ณต์‹ JSON ์—”๋“œํฌ์ธํŠธ๋กœ ๊ฐ€์ ธ์˜จ๋‹ค.
  • ๋‚ ์งœ + ๋ฆฌ๊ทธ + ํŒ€ ํ•„ํ„ฐ๋ง: ํŠน์ • ๋‚ ์งœ์˜ K๋ฆฌ๊ทธ1/K๋ฆฌ๊ทธ2 ๊ฒฝ๊ธฐ๋ฅผ ์กฐํšŒํ•˜๊ณ  ํŒ€๋ช…/ํ’€๋„ค์ž„/ํŒ€ ์ฝ”๋“œ๋กœ ๊ฒฝ๊ธฐ๋งŒ ์ถ”๋ ค์ค€๋‹ค.
  • ํ˜„์žฌ ์ˆœ์œ„ ๋™์‹œ ์ •๋ฆฌ: ์š”์ฒญํ•œ ํŒ€/๋‚ ์งœ ๊ธฐ์ค€์œผ๋กœ ๊ฒฐ๊ณผ์™€ ํ•จ๊ป˜ ํ˜„์žฌ ์ˆœ์œ„๋ฅผ ์š”์•ฝ ํ˜•ํƒœ๋กœ ์ œ๊ณตํ•œ๋‹ค.

Quick Start

"2026-03-22 FC์„œ์šธ ๊ฒฝ๊ธฐ ๊ฒฐ๊ณผ๋ž‘ ํ˜„์žฌ ์ˆœ์œ„๋ฅผ ํ•œ๋ˆˆ์— ์ •๋ฆฌํ•ด์ค˜"๋ผ๊ณ  ์š”์ฒญํ•ด๋ณด์„ธ์š”.

Frequently Asked Questions about kleague-results

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get K League match results and standings for a specific date and team?โ–ผ

You can retrieve K League match results and current standings by specifying a date and optionally filtering by team name, full name, or team code. The Skill queries official K League JSON endpoints and returns a compact human-readable summary of scores and standings.

Does the kleague-results Skill support both K League 1 and K League 2 queries?โ–ผ

Yes, the Skill supports querying both K League 1 and K League 2. You specify the league and date to retrieve normalized schedule and score data along with current standings from the official K League JSON endpoints.

What is the best way to automate sports data retrieval for K League schedules?โ–ผ

Using the official K League JSON endpoints via the kleague-results npm package is the best way to automate sports data retrieval, as it normalizes schedule and score data without HTML scraping and returns structured results and standings.

Can I filter K League match results by team code instead of team name?โ–ผ

Yes, you can filter K League match results by team code, team name, or full team name. The Skill accepts any of these identifiers to extract specific team matches from the requested date's schedule.

Do I need Node.js to run the K League results and standings lookup?โ–ผ

Yes, Node.js version 18 or higher is required. The Skill depends on the kleague-results npm package to normalize JSON data from the official K League endpoints and generate human-readable summaries.

Why does K League match result retrieval fail when using HTML scraping instead of JSON?โ–ผ

HTML scraping is unreliable for K League data retrieval because the Skill uses official JSON endpoints instead. The kleague-results package normalizes structured JSON data directly, avoiding scraping fragility and ensuring accurate schedule, score, and standings output.