Communityv1.3.3

eve-esi

Query and manage EVE Online characters via the ESI (EVE Swagger Interface) REST API. Performs OAuth2/PKCE browser login and stores plus auto-refreshes long-lived OAuth tokens locally in ~/.openclaw/eve-tokens.json. Read-only by default and can reach any ESI endpoint, including non-character public data; state-changing writes (mail, fittings, market orders, planetary interaction) happen only when explicitly invoked with --allow-write. Use when the user asks about EVE Online character data, wallet balance, ISK transactions, assets, skill queue, skill points, clone locations, implants, fittings, contracts, market orders, mail, industry jobs, killmails, planetary interaction, loyalty points, or any other EVE account management task.

2.9kdownloads2starscnc_x_ai
View on ClawHubBack to Skills

Skill Details

Slug
eve-esi
Latest Version
1.3.3
Author
cnc_x_ai
Published
Feb 8, 2026
Updated
Aug 15, 2026
Total Versions
18

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for eve-esi.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.3.3

- Added new user_agent.py script to manage User-Agent headers. - Updated bulk lookup endpoint documentation to match upstream ESI API changes. - scripts/token_store.py was restored or added to skill includes. - Removed __pycache__ artifacts and obsolete skill-card.md. - Documentation updates to authentication and endpoint references. - Regression tests and core scripts updated for consistency with the latest ESI API and token handling.