ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 4/5

hextec-arena-recommender

海克斯大乱斗英雄推荐器。当用户使用 @海克斯 英雄名 查询海克斯大乱斗英雄推荐时自动触发。

Why use this skill?

Get real-time League of Legends Arena builds, meta tier lists, and augment recommendations for any champion with the Hextec Arena Recommender for OpenClaw.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/crazzies/hextec-arena-recommender
Or

What This Skill Does

The hextec-arena-recommender is a specialized OpenClaw agent skill designed for League of Legends Arena mode players. It provides data-driven, real-time meta recommendations for champions, covering optimal item builds, prismatic augments, gold augments, and silver augments. By leveraging the backend script fetch_recommender.py, the skill scrapes the latest win-rate data from official statistics portals, ensuring users always have access to the most effective loadouts for their chosen champion. It streamlines the preparation phase of the game by eliminating the need to manually browse external websites.

Installation

To add this skill to your OpenClaw agent, ensure you have the OpenClaw environment initialized, then execute the following command in your terminal:

clawhub install openclaw/skills/skills/crazzies/hextec-arena-recommender

Once installed, the skill resides in ~/.openclaw/skills/hextec-arena-recommender and relies on Python 3 for its execution logic. Ensure your environment has basic internet access to allow the script to fetch live data from the hextech database.

Use Cases

This skill is designed for gamers seeking to improve their win rates in the Arena game mode. It is particularly useful during the champion selection phase or the augment selection rounds. Whether you are a veteran player trying to optimize your current main or a casual player experimenting with a new champion, this skill provides instant, actionable insight into the current meta tier list and high-performing item-augment combinations.

Example Prompts

  1. "@海克斯 贾克斯,我该拿什么装备?"
  2. "@海克斯 飞机,给我推荐一下现在的顶级棱彩和黄金强化。"
  3. "@海克斯 lux,这个英雄现在的胜率怎么样?"

Tips & Limitations

To get the best results, use the standardized champion names or their common aliases (like '飞机' for Corki). The skill is specifically tuned for the Arena mode; do not use it for Summoner's Rift or other modes as the data will be incorrect. Please note that because the tool relies on web scraping, any significant changes to the source website's layout might temporarily disrupt the output. Always ensure your network connection is stable when triggering the @海克斯 command to prevent timeout errors during the script execution.

Metadata

Author@crazzies
Stars1100
Views0
Updated2026-02-17
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-crazzies-hextec-arena-recommender": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#gaming#league-of-legends#esports#data-retrieval
Safety Score: 4/5

Flags: network-access, file-read, code-execution