air_train_ev

Unified travel + mobility skill: (1) flight pricing with Amadeus (flight offers), (2) public transport/train journey planning with Navitia (journeys, departures), and (3) find nearby EV charge points using Open Charge Map. Use when Alessandro asks for flight prices, train itineraries/schedules, or EV charging stations.

3,891 stars

Best use case

air_train_ev is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Unified travel + mobility skill: (1) flight pricing with Amadeus (flight offers), (2) public transport/train journey planning with Navitia (journeys, departures), and (3) find nearby EV charge points using Open Charge Map. Use when Alessandro asks for flight prices, train itineraries/schedules, or EV charging stations.

Teams using air_train_ev should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/air-train-ev/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/aaureli/air-train-ev/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/air-train-ev/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How air_train_ev Compares

Feature / Agentair_train_evStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Unified travel + mobility skill: (1) flight pricing with Amadeus (flight offers), (2) public transport/train journey planning with Navitia (journeys, departures), and (3) find nearby EV charge points using Open Charge Map. Use when Alessandro asks for flight prices, train itineraries/schedules, or EV charging stations.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Air + Train + EV

## Credentials (env)
Do not hardcode keys in scripts.

### Flights (Amadeus)
- `AMADEUS_CLIENT_ID`
- `AMADEUS_CLIENT_SECRET`
- Optional: `AMADEUS_HOST` (default `https://api.amadeus.com`)

### Trains / public transport (Navitia)
- `NAVITIA_TOKEN`
- Optional: `NAVITIA_HOST` (default `https://api.navitia.io`)
- Optional: `NAVITIA_COVERAGE` (default `sandbox`)

### EV charge points (Open Charge Map)
- `OPENCHARGEMAP_API_KEY`
- Optional: `OPENCHARGEMAP_HOST` (default `https://api.openchargemap.io`)

## Flights — quick usage
```bash
python3 skills/air-train-ev/scripts/flight_offers.py \
  --origin ZRH --destination IST \
  --departure 2026-03-10 \
  --adults 1 --travel-class ECO \
  --non-stop true \
  --included-airlines PC,VF,TK \
  --max 6
```

Output formatting is fixed:
- Dates/times: `DD/MM/YY HH:MM`
- EUR prices use `€`

## Train journeys — quick usage
```bash
python3 skills/air-train-ev/scripts/navitia.py coverage
python3 skills/air-train-ev/scripts/navitia.py places --q "Strasbourg"
python3 skills/air-train-ev/scripts/navitia.py journeys --from "Strasbourg" --to "Rennes" --datetime "2026-03-07T08:00:00" --count 5
```

## EV charge points — quick usage
```bash
python3 skills/air-train-ev/scripts/ev_charge_points.py \
  --lat 48.5839 --lon 7.7455 \
  --km 5 --max 10
```

Notes:
- This uses Open Charge Map `GET /v3/poi/`.
- Returned results include operator/title, address, distance (when available), connector types, and coordinates.

Related Skills

Fitness & Training Engineering

3891
from openclaw/skills

> Complete periodized training system — program design, progressive overload, recovery optimization, body composition, and race prep. Works for any goal: strength, hypertrophy, endurance, hybrid (Hyrox/CrossFit), or general fitness. Zero dependencies.

Health & Fitness

training-manager

3891
from openclaw/skills

Manage and optimize your OpenClaw training workspace -- scaffold files, generate skills, log training sessions, and validate workspace structure.

dog-potty-training

3891
from openclaw/skills

狗狗如厕训练 - 记录排尿日志、遛狗提醒、意外追踪、进步分析。适合成年犬行为矫正。

trainclaw

3891
from openclaw/skills

3-in-1 China 12306 query — tickets, route stops, transfer plans. Zero login. Filter 高铁/动车/火车 by type, time, duration. Pure Python, text/json/csv output. 火车票/余票/经停站/中转换乘.

Employee Training Program Builder

3891
from openclaw/skills

Build structured training programs for any role, department, or compliance requirement. Generates curricula, schedules, assessment criteria, and completion tracking.

openclaw-rl-training

3823
from openclaw/skills

OpenClaw-RL framework for training personalized AI agents via reinforcement learning from natural conversation feedback

microsoft-rust-training

3823
from openclaw/skills

Comprehensive Rust training curriculum from Microsoft covering beginner through expert levels across seven structured books with exercises and deep dives.

---

3891
from openclaw/skills

name: article-factory-wechat

Content & Documentation

humanizer

3891
from openclaw/skills

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.

Content & Documentation

find-skills

3891
from openclaw/skills

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

General Utilities

tavily-search

3891
from openclaw/skills

Use Tavily API for real-time web search and content extraction. Use when: user needs real-time web search results, research, or current information from the web. Requires Tavily API key.

Data & Research

baidu-search

3891
from openclaw/skills

Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.

Data & Research