gear-data-regen

Fetch ESO-Hub API gear data and update local TypeScript files.

2|Updated Aug 18, 2025
One-click install
npx skills add https://github.com/ESO-Toolkit/eso-toolkit --skill gear-data-regen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gear-data-regen
Source: https://github.com/ESO-Toolkit/eso-toolkit/tree/main/.github/skills/gear-data-regen
Command: npx skills add https://github.com/ESO-Toolkit/eso-toolkit --skill gear-data-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 in-game gear set bonuses and tooltip data, ensuring accuracy and saving significant manual effort, especially after game patches or when new sets are introduced.

Core Features & Use Cases

  • Automated Data Refresh: Fetches the latest gear set information from ESO-Hub.com via an API.
  • Differential Updates: Compares fetched data against local files and applies only necessary changes.
  • Bulk and Single Set Updates: Can refresh all sets or target specific ones.
  • Use Case: After a new Elder Scrolls Online patch, use this Skill to quickly update all affected gear set bonuses in the project's data files, ensuring the application reflects the latest game mechanics.

Quick Start

Run the script to see what gear set data has changed without applying any updates yet.

Frequently Asked Questions about gear-data-regen

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

FAQPage Schema
How do I update ESO gear set data after a game patch?

To update ESO gear set data after a patch, this Skill fetches the latest gear set bonuses and tooltips from the ESO-Hub API and applies necessary changes to your local TypeScript data files.

Can I refresh only specific Elder Scrolls Online gear sets instead of all of them?

Yes, you can refresh specific Elder Scrolls Online gear sets. The Skill supports both bulk updates for all sets and targeted single set updates for categories like light, medium, or heavy armor.

What is differential data refresh for TypeScript game data files?

Differential data refresh for TypeScript game data files compares information fetched from an API against your local files, identifying and applying only the necessary changes to keep gear set bonuses accurate.

How do I check what ESO-Hub gear data has changed before applying updates?

You can check what ESO-Hub gear data has changed by running the script, which compares fetched API data against local files and displays differences without applying any updates.

Does this API integration tool support monster sets and mythic items?

Yes, this API integration tool supports monster sets and mythic items. It manages local TypeScript data files across various gear categories including arena sets, light, medium, and heavy armor.