← 返回 Skills 市场
air_train_ev
作者
Alessandro
· GitHub ↗
· v0.1.0
263
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install air-train-ev-alias
功能描述
Provides flight prices, public transport/train journeys, and nearby EV charge points using Amadeus, Navitia, and Open Charge Map APIs.
使用说明 (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_SECRETNAVITIA_TOKENOPENCHARGEMAP_API_KEY
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install air-train-ev-alias - 安装完成后,直接呼叫该 Skill 的名称或使用
/air-train-ev-alias触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
air_train_ev 是什么?
Provides flight prices, public transport/train journeys, and nearby EV charge points using Amadeus, Navitia, and Open Charge Map APIs. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 263 次。
如何安装 air_train_ev?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install air-train-ev-alias」即可一键安装,无需额外配置。
air_train_ev 是免费的吗?
是的,air_train_ev 完全免费(开源免费),可自由下载、安装和使用。
air_train_ev 支持哪些平台?
air_train_ev 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 air_train_ev?
由 Alessandro(@aaureli)开发并维护,当前版本 v0.1.0。
推荐 Skills