uesp-data

Fetch and manage Elder Scrolls Online item icon data from UESP.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of keeping the ESO Log Aggregator's item icon database up-to-date with the latest game content, ensuring accurate visual representation of in-game items.

Core Features & Use Cases

  • Automated Icon Fetching: Downloads and processes item icon data from UESP.
  • Icon Coverage Verification: Checks if existing gear items have corresponding icons.
  • Item Icon Lookup: Provides a way to find the icon URL for a specific item ID.
  • Use Case: After a new ESO chapter release, use this Skill to refresh the item icon database, ensuring all new gear and items displayed in the application have their correct icons.

Quick Start

Run the node script to fetch the latest item icons from UESP.

Frequently Asked Questions about uesp-data

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

FAQPage Schema
How do I fetch ESO item icon data from UESP after a game update?

Yes, you can verify icon coverage for existing gear items. The Skill checks if your current items have corresponding icons in the fetched UESP data and helps identify missing visual assets.

How do I look up a specific Elder Scrolls Online item icon by its ID?

You can look up a specific Elder Scrolls Online item icon by querying with the item ID. The Skill resolves the ID at runtime using the provided data format details to return the correct icon URL.

Do I need any external dependencies to run the UESP data fetching script?

No external dependencies are required to run the UESP data fetching script. The Skill operates independently using its built-in scripts and references components to manage the icon database.

What is the best way to maintain an up-to-date local ESO icon database?

The best way to maintain an up-to-date local ESO icon database is to execute the Skill's fetching script whenever new content is released. This ensures accurate visual representation for all in-game items.