class-skill-regen

Update ESO class skill descriptions and icons from the ESO-Hub API.

2|Updated Aug 18, 2025
One-click install
npx skills add https://github.com/ESO-Toolkit/eso-toolkit --skill class-skill-regen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: class-skill-regen
Source: https://github.com/ESO-Toolkit/eso-toolkit/tree/main/.github/skills/class-skill-regen
Command: npx skills add https://github.com/ESO-Toolkit/eso-toolkit --skill class-skill-regen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of updating ESO class skill descriptions and icons, ensuring your game data is current and accurate without manual intervention.

Core Features & Use Cases

  • API-Driven Updates: Fetches the latest skill information directly from the ESO-Hub API.
  • Automated Data Refresh: Updates description and icon fields in local TypeScript files.
  • Use Case: After a game patch modifies skill descriptions or icons, run this Skill to automatically synchronize these changes in your project's skill data files.

Quick Start

Run the command to refresh all ESO class skill descriptions and icons from the ESO-Hub API.

Frequently Asked Questions about class-skill-regen

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate updating ESO class skill descriptions and icons after a game patch?

You can automate updating ESO class skill data by running this Skill to fetch the latest descriptions and icons from the ESO-Hub API and apply them to local TypeScript files. It targets the 7 class skill trees.

What is the best way to fetch ESO-Hub API data and update local TypeScript files?

Fetching ESO-Hub API data and updating local TypeScript files is handled automatically by this Skill. It processes approximately 1000 skills across 10 API pages and modifies the description and icon fields.

Does this data refresh process modify all fields in the class skill TypeScript files?

No, the data refresh process only modifies the description and icon fields in your local TypeScript files. It compares fetched API data against existing files in src/data/skill-lines/class/ to apply targeted updates.

Can I sync skill data for all 7 ESO class skill trees at once?

Yes, you can sync skill data for all 7 ESO class skill trees at once. The Skill fetches data across 10 API pages to update approximately 1000 skills in your project's data files.

When do I need to run an API-driven skill data refresh?

You need to run an API-driven skill data refresh after an Elder Scrolls Online game patch modifies skill descriptions or icons. This ensures your local project skill data stays current and accurate.

Are there dependencies required to refresh ESO class skill data?

No dependencies are required to refresh ESO class skill data. The Skill operates independently to fetch data from the ESO-Hub API and write updates to your local TypeScript files.