leetify
Get CS2 player statistics, match analysis, and gameplay insights from Leetify API. Supports player comparison and season stats. Use for stat queries and demo analysis.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/damirikys/leetifyWhat This Skill Does
The Leetify skill acts as an advanced bridge between the OpenClaw AI agent and the Leetify API, providing deep insights into Counter-Strike 2 performance. It processes player statistics, match-level analytics, and granular demo logs to provide users with actionable feedback on their gameplay. Beyond basic K/D ratios, this skill interprets shooting accuracy, utility efficiency, and tactical role performance, helping players identify specific areas for improvement. It effectively serves as a personal performance coach by parsing complex demo data into readable reports.
Installation
To integrate this skill, use the ClawHub command within your OpenClaw environment: clawhub install openclaw/skills/skills/damirikys/leetify. Ensure your environment is configured with the LEETIFY_API_KEY environment variable, which is required to authenticate requests to the Leetify public API. For full demo analysis capabilities, ensure your local system has sufficient memory to handle the parsing of match demo files.
Use Cases
- Post-Match Reviews: Analyze your last match to see where utility usage or entry fragging consistency failed.
- Performance Comparison: Compare stats against a friend to see who is performing better in specific categories like ADR or HS percentage.
- Player Scouting: Track local database entries for regular teammates or opponents to maintain a repository of performance trends over a season.
- Tactical Improvement: Use the demo analysis workflow to review round-by-round decisions and find objective evidence for why certain strategies succeeded or failed.
Example Prompts
- "Analyze my last match performance and tell me if my flash usage was effective."
- "Compare my stats with player 's1mple' and highlight the biggest gap in our performance metrics."
- "Generate a performance summary for my last competitive game and suggest three ways to improve my anchor positioning on Mirage."
Tips & Limitations
- Memory Usage: Parsing demo files is resource-intensive. If analyzing high-frequency matches, ensure your system has enough RAM and disk space.
- Data Freshness: Always use the
--no-cacheflag if you suspect the local demo data is outdated. - API Limits: Keep in mind that heavy use of the Leetify API may trigger rate limiting; ensure you monitor your environment variables and API usage quotas accordingly.
- Context is Key: While raw data is useful, always frame your requests to the AI to include the map, role, or specific concern (e.g., 'focus on my entry fragging') for the most personalized results.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-damirikys-leetify": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, external-api, code-execution
Related Skills
demo-slap
Generate CS2 highlights and fragmovies from demos using the Demo-Slap API, with optional Leetify integration and Demo-Slap match history fallback to select recent matches. Use when a user asks to record a highlight, render a clip, make a fragmovie, clip a round, or turn a CS2 demo into MP4 video.
scrapling
Web scraping using Scrapling — a Python framework with anti-bot bypass (Cloudflare Turnstile, fingerprint spoofing), adaptive element tracking, stealth headless browser, and full CSS/XPath extraction. Use when web_fetch fails (Cloudflare, JS-rendered pages), or when extracting structured data from websites (prices, articles, lists). Supports HTTP, stealth, and full browser modes. Source: github.com/D4Vinci/Scrapling (PyPI: scrapling). Only use on sites you have permission to scrape.
markitdown
MarkItDown is a Python utility from Microsoft for converting various files (PDF, Word, Excel, PPTX, Images, Audio) to Markdown. Useful for extracting structured text for LLM analysis.
faster-whisper
Local speech-to-text using faster-whisper. High-performance transcription with GPU acceleration support. Includes word-level timestamps and distilled models. Use when asked to "transcribe audio", "whisper", or "speech to text".