Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
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.
User asks: analyze my last CS2 match and give me feedback
- 1Resolve Steam ID with python3 scripts/steam_ids.py get --username USERNAME
- 2Run python3 scripts/analyze_last_demo.py --username USERNAME to download and parse the demo
- 3Read the generated match log for scoreboard and round timeline
- 4Assess shooting accuracy, utility effectiveness, and role performance from the log
- 5Summarize findings with actionable recommendations
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.