← Back to Skills Marketplace
aaureli

air_train_ev

by Alessandro · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
263
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install air-train-ev-alias
Description
Provides flight prices, public transport/train journeys, and nearby EV charge points using Amadeus, Navitia, and Open Charge Map APIs.
README (SKILL.md)

Alias — air_train_ev → air-train-ev

This skill is an alias for the canonical skill:

  • skills/air-train-ev/SKILL.md

Use the same scripts (do not duplicate logic):

  • Flights (Amadeus): skills/air-train-ev/scripts/flight_offers.py
  • Train/PT (Navitia): skills/air-train-ev/scripts/navitia.py
  • EV charge points (Open Charge Map): skills/air-train-ev/scripts/ev_charge_points.py

Credentials (env)

Same as air-train-ev:

  • AMADEUS_CLIENT_ID, AMADEUS_CLIENT_SECRET
  • NAVITIA_TOKEN
  • OPENCHARGEMAP_API_KEY
Usage Guidance
This alias appears to be a thin wrapper meant to run a canonical 'air-train-ev' skill. Before installing or enabling it: (1) confirm the canonical skill 'skills/air-train-ev' is present and inspect its scripts for the actual API calls; (2) verify the registry metadata for the canonical skill declares the same environment variables (AMADEUS_CLIENT_ID/SECRET, NAVITIA_TOKEN, OPENCHARGEMAP_API_KEY) so you know what credentials are needed; (3) avoid supplying API keys until you confirm the canonical skill's code is trustworthy; and (4) note that runpy.run_path will execute whatever file exists at the given path, so if the canonical files are missing or replaced by an attacker, this alias could run unexpected code. If you cannot inspect the canonical skill or the metadata is not corrected, treat this skill as untrusted.
Capability Analysis
Type: OpenClaw Skill Name: air-train-ev-alias Version: 0.1.0 This skill bundle serves as a functional alias for the 'air-train-ev' skill, providing wrappers for flight pricing, train planning, and EV charging station lookups. The scripts (ev_charge_points.py, flight_offers.py, and navitia.py) use runpy.run_path to execute logic from the canonical skill directory, and the requested environment variables are consistent with the stated travel and mobility services.
Capability Assessment
Purpose & Capability
SKILL.md describes calls to Amadeus, Navitia, and Open Charge Map and explicitly names the corresponding API credentials (AMADEUS_CLIENT_ID/SECRET, NAVITIA_TOKEN, OPENCHARGEMAP_API_KEY). Those credentials are appropriate for the described functionality, but the registry metadata lists no required environment variables or primary credential — an incoherence between claimed purpose and declared requirements.
Instruction Scope
The runtime instructions are simple: this alias delegates to the canonical skill's scripts. The included script files are tiny wrappers that call runpy.run_path('skills/air-train-ev/scripts/...'). That behavior is expected for an alias but means execution will load and run code located at that path at runtime; if the canonical files are missing or replaced, the alias may error or run unexpected code. The SKILL.md does not instruct the agent to read unrelated files or exfiltrate data.
Install Mechanism
No install spec is provided (instruction-only with small wrapper scripts). Nothing is downloaded or written to disk by the skill itself.
Credentials
The set of environment variables named in SKILL.md (three API keys/tokens) are proportionate to the described APIs. However, those environment variables are not declared in the registry's 'Required env vars' or 'Primary credential' fields, creating a mismatch that could lead to unexpected failures or confusion when the agent runs. The wrappers themselves don't read env vars, but the canonical scripts presumably will — you should verify the canonical skill lists the same env requirements.
Persistence & Privilege
The skill is not marked 'always:true' and does not request persistent system-wide privileges. It does not modify other skills' configs in the provided files.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install air-train-ev-alias
  3. After installation, invoke the skill by name or use /air-train-ev-alias
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
- Initial release of air_train_ev as an alias of air-train-ev. - Provides unified access to flight pricing, train/public transport planning, and EV charge point location. - Uses the same scripts and credentials as the canonical air-train-ev skill. - No logic duplication; all functionality is routed to the original skill implementation.
Metadata
Slug air-train-ev-alias
Version 0.1.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is air_train_ev?

Provides flight prices, public transport/train journeys, and nearby EV charge points using Amadeus, Navitia, and Open Charge Map APIs. It is an AI Agent Skill for Claude Code / OpenClaw, with 263 downloads so far.

How do I install air_train_ev?

Run "/install air-train-ev-alias" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is air_train_ev free?

Yes, air_train_ev is completely free (open-source). You can download, install and use it at no cost.

Which platforms does air_train_ev support?

air_train_ev is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created air_train_ev?

It is built and maintained by Alessandro (@aaureli); the current version is v0.1.0.

💬 Comments