lichess

Download Lichess game data and parse PGN files for per-move timing.

18|3|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/adamtwiss/coda --skill lichess
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lichess
Source: https://github.com/adamtwiss/coda/tree/main/.claude/skills/lichess
Command: npx skills add https://github.com/adamtwiss/coda --skill lichess

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of accurately analyzing Lichess games by providing centisecond-precision clock data, ensuring detailed and precise time management analysis.

Core Features & Use Cases

  • Centisecond-Precision Clock Data: Offers the highest accuracy in move timing for in-depth analysis.
  • Game Data Downloading: Allows downloading and parsing of Lichess game data for analysis.
  • Use Case: When you want to perform a detailed analysis of a game, using this Skill will give you the exact timing of each move, which is crucial for understanding the strategy and time control.

Quick Start

Use the lichess skill to download and analyze the game with ID 'Iq1IFE8x'.

Frequently Asked Questions about lichess

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

FAQPage Schema
How do I get centisecond-precision clock data for Lichess game analysis?

To get centisecond-precision clock data for Lichess game analysis, you can use this Skill to download game data via Lichess API endpoints and parse the resulting files to extract exact per-move timing data.

How do I parse PGN files to extract per-move time spent in Lichess games?

Parsing PGN files to extract per-move time spent involves downloading Lichess game data and using scripts to parse the JSON or NDJSON formats, which generates detailed per-move spend timings for analysis.

What is the best way to analyze time control and strategic decision-making in Lichess games?

The best way to analyze time control and strategic decision-making is by extracting centisecond-precision move timing data, which reveals exactly how much time was spent on each individual move during the game.

How do I download and parse Lichess game data using API endpoints?

You can download and parse Lichess game data by handling Lichess API endpoints to retrieve the game files, then parsing the JSON or NDJSON structures to isolate move times and generate per-move spends.

Does this Lichess clock data analysis approach handle both JSON and NDJSON parsing?

Yes, this approach to Lichess clock data analysis handles both JSON and NDJSON parsing, allowing you to accurately process downloaded game data and extract centisecond-precision timing for in-depth review.