kbl-results

Retrieve KBL game results and team rankings by date and team filters.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

KBL fans need quick access to specific game results and current team standings by date and team, without manually searching multiple pages.

Core Features & Use Cases

  • Official JSON lookup: Retrieves schedules/results and team rankings from the KBL JSON endpoints instead of relying on fragile scraping.
  • Date + team filtering: Produces a focused summary for a given date, optionally filtered to a specific team (name, full name, or team code like 55).
  • Human-friendly normalization: Organizes match details (home/away, time and status like LIVE/final, score) and appends current ranking context.

Quick Start

Ask for the results of a specific date and (optionally) a specific team, like today KBL 경기 결과 알려줘, so the skill returns the date-based match summary with current team rankings.

Frequently Asked Questions about kbl-results

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

FAQPage Schema
How do I check KBL game results for a specific date and team?

To check KBL game results, specify a date in YYYY-MM-DD format and optionally filter by team name, full name, or team code. The tool retrieves match details including home/away teams, game status, scores, and current team rankings.

What is the best way to get current KBL team rankings and scores without web scraping?

The best way to get KBL team rankings is retrieving data directly from official KBL JSON endpoints. This approach avoids fragile scraping by fetching structured schedules, results, and standings data programmatically.

Do I need Node.js to retrieve KBL schedules and standings data?

Yes, you need Node.js 18 or higher to install and use the kbl-results Node package. This environment is required to access the official KBL JSON endpoints and execute date-filtered game result queries.

Can I filter KBL match summaries by team code?

Yes, you can filter KBL match summaries by team code, team name, or full team name. This optional filter narrows the date-based game results to show only the specific team's scoreboard and ranking context.

What details are included in a KBL game result summary?

A KBL game result summary includes home and away teams, game time, match status like LIVE or final, and the current score. It also appends current team ranking context to provide standings alongside the matchup details.