lck-analytics

Retrieve LCK match results, standings, and live turning-point analysis.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

경기 결과만 찾느라 시간을 쓰고, 실시간/과거 데이터로 밴픽 시너지·매치업·패치 메타 같은 분석을 정리하는 데 드는 노력을 줄여준다.

Core Features & Use Cases

  • 특정 날짜의 LCK 경기 결과를 조회하고, 필요하면 해당 시점의 standings도 함께 정리해준다.
  • live 진행 중 경기의 주요 격차(킬/골드/오브젝트)와 turning point를 타임라인 기반으로 요약해준다.
  • Oracle's Elixir 스타일 historical 데이터(또는 CSV 입력)로 팀 파워 레이팅, matchup/synergy, patch meta, 날짜별 match analysis를 생성해준다.

Quick Start

"2026-04-01 한화 경기 결과와 현재 순위를 요약해줘"라고 요청하면 날짜 기준 경기 요약과 standings를 함께 제공한다.

Frequently Asked Questions about lck-analytics

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

FAQPage Schema
How do I get LCK match results and current standings for a specific date?

To retrieve LCK match results and standings, query the skill with a specific date and team name. It normalizes team aliases and outputs structured match summaries alongside current standings using Riot esports surfaces.

Can I analyze live LCK match turning points and gold gaps in real time?

Live LCK match analysis is supported by processing ongoing game windows and details. The skill generates timeline-based summaries of key gaps in kills, gold, and objectives, highlighting critical turning points during the match.

How does historical LCK data analysis work for team power ratings and patch meta?

Historical LCK data analysis works by building a local cache from Oracle's Elixir style CSV inputs. It processes this data to generate team power ratings, matchup synergies, and patch meta insights for specified dates.

Do I need Node.js to run LCK analytics scripts?

Node.js 18 or higher is required to run the LCK analytics scripts. The environment uses these scripts to fetch match results, process live game details, and optionally build a local historical data cache.

What is the best way to track LCK ban pick meta and synergy statistics?

Tracking LCK ban pick meta and synergy statistics is best done by loading historical datasets into the skill. It analyzes Oracle's Elixir style data to output structured matchup synergies and current patch meta trends.

Why are my LCK historical analytics queries returning incomplete match summaries?

Incomplete LCK match summaries often occur when the local historical cache is not fully built from the Oracle style CSV. Ensure the CSV data is properly loaded and date-based queries match the available dataset range.