{
  "schemaVersion": "1.0",
  "item": {
    "slug": "leetify",
    "name": "Leetify",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Damirikys/leetify",
    "canonicalUrl": "https://clawhub.ai/Damirikys/leetify",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/leetify",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=leetify",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "data/steam_ids.json",
      "scripts/analyze_last_demo.py",
      "scripts/compare_by_username.sh",
      "scripts/compare_players.py",
      "scripts/format_profile.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/leetify"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/leetify",
    "agentPageUrl": "https://openagent3.xyz/skills/leetify/agent",
    "manifestUrl": "https://openagent3.xyz/skills/leetify/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/leetify/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Leetify API Skill",
        "body": "Access CS2 statistics and match data from the Leetify platform."
      },
      {
        "title": "Quick Stats",
        "body": "Use these commands for general statistics, ranks, and recent performance."
      },
      {
        "title": "Show Statistics",
        "body": "bash scripts/get_stats_by_username.sh USERNAME\n\nDisplays averages, recent match performance, and ranks."
      },
      {
        "title": "Get Match Data",
        "body": "bash scripts/get_match_details.sh USERNAME [INDEX]\n\nFetches raw JSON statistics for a specific match. When presenting this data, provide a structured report covering shooting, utility usage, and performance metrics."
      },
      {
        "title": "Compare Players",
        "body": "bash scripts/compare_by_username.sh USERNAME1 USERNAME2\n\nCompares two players based on their Leetify profiles."
      },
      {
        "title": "Season Stats",
        "body": "python3 scripts/season_stats.py\n\nProvides a summary table for players tracked in the local database."
      },
      {
        "title": "Demo Analysis",
        "body": "Use this workflow for detailed tactical reviews and round-by-round breakdowns."
      },
      {
        "title": "1. Identify the Player",
        "body": "Resolve Steam ID: python3 scripts/steam_ids.py get --username USERNAME\nMatch the player in the match log using the resolved Steam ID."
      },
      {
        "title": "2. Generate Match Log",
        "body": "python3 scripts/analyze_last_demo.py --username USERNAME [--match-index N] [--no-cache]\n\nDownloads and parses the demo file (requires significant memory).\nGenerates a text log containing scoreboard and round timeline."
      },
      {
        "title": "3. Analyze Performance",
        "body": "Review the generated log to assess:\n\nShooting accuracy and trade efficiency.\nUtility effectiveness (flash duration, grenade damage).\nRole performance (entry, anchor, support).\nTactical highlights and mistakes.\n\nActionable recommendations can be provided based on the observed patterns. Guides or tutorials for specific map positions may be referenced if performance in those areas was suboptimal."
      },
      {
        "title": "Manage Steam IDs",
        "body": "# Save a player profile\npython3 scripts/steam_ids.py save --username \"username\" --steam-id \"7656119...\" --name \"Name\"\n\n# List all tracked players\npython3 scripts/steam_ids.py list"
      },
      {
        "title": "Configuration",
        "body": "The skill requires the LEETIFY_API_KEY environment variable.\nAPI documentation is available at: https://api-public-docs.cs-prod.leetify.com/"
      }
    ],
    "body": "Leetify API Skill\n\nAccess CS2 statistics and match data from the Leetify platform.\n\nQuick Stats\n\nUse these commands for general statistics, ranks, and recent performance.\n\nShow Statistics\nbash scripts/get_stats_by_username.sh USERNAME\n\n\nDisplays averages, recent match performance, and ranks.\n\nGet Match Data\nbash scripts/get_match_details.sh USERNAME [INDEX]\n\n\nFetches raw JSON statistics for a specific match. When presenting this data, provide a structured report covering shooting, utility usage, and performance metrics.\n\nCompare Players\nbash scripts/compare_by_username.sh USERNAME1 USERNAME2\n\n\nCompares two players based on their Leetify profiles.\n\nSeason Stats\npython3 scripts/season_stats.py\n\n\nProvides a summary table for players tracked in the local database.\n\nDemo Analysis\n\nUse this workflow for detailed tactical reviews and round-by-round breakdowns.\n\n1. Identify the Player\nResolve Steam ID: python3 scripts/steam_ids.py get --username USERNAME\nMatch the player in the match log using the resolved Steam ID.\n2. Generate Match Log\npython3 scripts/analyze_last_demo.py --username USERNAME [--match-index N] [--no-cache]\n\nDownloads and parses the demo file (requires significant memory).\nGenerates a text log containing scoreboard and round timeline.\n3. Analyze Performance\n\nReview the generated log to assess:\n\nShooting accuracy and trade efficiency.\nUtility effectiveness (flash duration, grenade damage).\nRole performance (entry, anchor, support).\nTactical highlights and mistakes.\n\nActionable recommendations can be provided based on the observed patterns. Guides or tutorials for specific map positions may be referenced if performance in those areas was suboptimal.\n\nData Management\nManage Steam IDs\n# Save a player profile\npython3 scripts/steam_ids.py save --username \"username\" --steam-id \"7656119...\" --name \"Name\"\n\n# List all tracked players\npython3 scripts/steam_ids.py list\n\nConfiguration\n\nThe skill requires the LEETIFY_API_KEY environment variable. API documentation is available at: https://api-public-docs.cs-prod.leetify.com/"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Damirikys/leetify",
    "publisherUrl": "https://clawhub.ai/Damirikys/leetify",
    "owner": "Damirikys",
    "version": "1.0.4",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/leetify",
    "downloadUrl": "https://openagent3.xyz/downloads/leetify",
    "agentUrl": "https://openagent3.xyz/skills/leetify/agent",
    "manifestUrl": "https://openagent3.xyz/skills/leetify/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/leetify/agent.md"
  }
}