LaunchKit · 2026
Back to Skills

leetify

Get CS2 player statistics, match analysis, and gameplay insights from Leetify API.

0
372 downloads
by @damirikys

Setup & Installation

openclaw skills install @damirikys/leetify

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install leetify

Version History

v1.0.4Feb 20, 2026 - Version note by skill developer:

Complete rewrite of SKILL.md to remove unicode control chars and neutralise model instructions

What This Skill Does

Fetches CS2 player statistics, match data, and demo breakdowns from the Leetify platform. Supports comparing two players side by side and tracking seasonal performance across a local database. Demo analysis parses actual match files for round-by-round tactical review.

Combines raw Leetify API stats with parsed demo files, giving tactical detail that the Leetify website UI alone does not expose.

When to use it

  • Checking your CS2 rank and recent match averages
  • Reviewing shooting accuracy and utility usage after a game
  • Comparing stats with a friend or opponent
  • Getting a round-by-round breakdown of a specific demo
  • Tracking multiple players' season performance in one table

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: analyze my last CS2 match and give me feedback

AGENT
  1. 1Resolve Steam ID with python3 scripts/steam_ids.py get --username USERNAME
  2. 2Run python3 scripts/analyze_last_demo.py --username USERNAME to download and parse the demo
  3. 3Read the generated match log for scoreboard and round timeline
  4. 4Assess shooting accuracy, utility effectiveness, and role performance from the log
  5. 5Summarize findings with actionable recommendations
OUTPUT

A structured report covering accuracy stats, utility impact, role performance, and specific areas to improve

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

LEETIFY_API_KEY environment variableLeetify account (to obtain API key)