Real Skill packageSource verifiedClawHub registry

eve-esi

Query and manage EVE Online characters via the ESI (EVE Swagger Interface) REST API. 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.

Identity and source

Publisher attributioncnc_x_airegistry owner unverified by skillvetai
Functional categoryEnterprise Functionsautomatically inferred · 58% rule confidence
Package forminstruction with code21 recorded files
Canonical sourceClawHub registryclawhub:burnshall-ui:eve-esi
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/14/2026.claude/skills/eve-esi

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/14/2026.agents/skills/eve-esi

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/14/2026skills/eve-esi

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @burnshall-ui/eve-esi
clawhub inspect @burnshall-ui/eve-esi --version 1.3.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
15 / 21 inspected as text
Checked
8/14/2026, 5:13:39 AM
Scanner
0.1.3
Policy
1.0.3
4 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
6 dependency and API indicators
  • api: clawhub.ai
  • api: developers.eveonline.com
  • api: esi.evetech.net
  • api: github.com
  • api: json-schema.org
  • api: login.eveonline.com
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/14/2026, 2:05:00 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:10c451058a4e1eaef575f7c8af1af41ac7fbecdd8f1c77753ef7b635e65a2420
Show up to 21 recorded paths
  • _meta.json
  • config/esi_endpoints.json
  • config/example-config.json
  • config/schema.json
  • README.md
  • references/authentication.md
  • references/endpoints.md
  • scripts/__pycache__/auth_flow.cpython-312.pyc
  • scripts/__pycache__/esi_query.cpython-312.pyc
  • scripts/__pycache__/get_token.cpython-312.pyc
  • scripts/__pycache__/token_store.cpython-312.pyc
  • scripts/__pycache__/validate_config.cpython-312.pyc
  • scripts/auth_flow.py
  • scripts/esi_query.py
  • scripts/get_token.py
  • scripts/token_store.py
  • scripts/validate_config.py
  • skill-card.md
  • SKILL.md
  • tests/__pycache__/test_regressions.cpython-312.pyc
  • tests/test_regressions.py

Source changelog

eve-esi 1.3.0 - Added read-only-by-default policy: write, update, or delete operations are now refused unless --allow-write is explicitly provided. - Expanded documentation in SKILL.md to clarify data handling, token security, and behavior of alert transmission. - Internal updates to script files, with new __pycache__ support files added. - No impact on existing public endpoint usage or normal GET operations.