← 返回 Skills 市场
1941
总下载
2
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install oebb-scotty
功能描述
Austrian rail travel planner (ÖBB Scotty). Use when planning train journeys in Austria, checking departures/arrivals at stations, or looking for service disruptions. Covers ÖBB trains, S-Bahn, regional trains, and connections to neighboring countries.
安全使用建议
This skill appears to do what it says: it calls the ÖBB Scotty (HAFAS mgate) API and formats responses. Before installing, note: (1) the scripts require curl and jq but the metadata doesn't declare those dependencies—ensure those binaries are present; (2) queries are sent to fahrplan.oebb.at and include station names/coordinates (privacy: these queries go to ÖBB); (3) the scripts embed a public AID value in requests (not a secret), which may change or be rate-limited by ÖBB; (4) there is no automatic installer, so review or run the shell scripts in a sandbox if you have concerns. If you prefer to avoid any outbound network calls, do not enable the skill or disable autonomous invocation in the agent settings.
功能分析
Type: OpenClaw Skill
Name: oebb-scotty
Version: 1.0.0
The skill bundle is benign. All scripts (`arrivals.sh`, `departures.sh`, `disruptions.sh`, `search-station.sh`, `trip.sh`) consistently interact with the specified ÖBB API endpoint (`https://fahrplan.oebb.at/bin/mgate.exe`) using `curl` and `jq` for JSON parsing. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent with harmful objectives. The `SKILL.md` and `README.md` files accurately describe the API and script functionalities.
能力评估
Purpose & Capability
The skill's name/description and the code files align: all scripts call the ÖBB mgate API for station search, trip planning, departures/arrivals, and disruptions. Minor mismatch: the package metadata declares no required binaries, but the scripts clearly require curl and jq to run.
Instruction Scope
SKILL.md and included shell scripts limit themselves to building JSON requests, calling https://fahrplan.oebb.at/bin/mgate.exe, and parsing JSON results. They do not read unrelated files, environment variables, or contact other endpoints.
Install Mechanism
There is no install spec (instruction-only with helper scripts). This is low-risk because nothing is downloaded or installed automatically.
Credentials
The skill requests no environment variables or credentials. The scripts embed a hard-coded 'aid' value in requests (OWDL4fE4ixNiPBBm), which appears to be a public client identifier used by the API rather than a secret; no unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not attempt to modify agent/system configuration or require permanent presence. Autonomous invocation is allowed (default) but the skill's scope is limited to querying the public ÖBB endpoint.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install oebb-scotty - 安装完成后,直接呼叫该 Skill 的名称或使用
/oebb-scotty触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of oebb-scotty — an Austrian rail travel planner.
- Plan train journeys in Austria, check station departures/arrivals, and view service alerts using ÖBB Scotty (via HAFAS mgate API).
- Supports ÖBB trains, S-Bahn, regional trains, and cross-border connections.
- Includes methods for location search, journey planning, station board, and service disruptions.
- Provides example API requests, response formats, and jq filters for concise trip summaries.
元数据
常见问题
Scotty - AT Public Transport Service (ÖBB) 是什么?
Austrian rail travel planner (ÖBB Scotty). Use when planning train journeys in Austria, checking departures/arrivals at stations, or looking for service disruptions. Covers ÖBB trains, S-Bahn, regional trains, and connections to neighboring countries. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1941 次。
如何安装 Scotty - AT Public Transport Service (ÖBB)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install oebb-scotty」即可一键安装,无需额外配置。
Scotty - AT Public Transport Service (ÖBB) 是免费的吗?
是的,Scotty - AT Public Transport Service (ÖBB) 完全免费(开源免费),可自由下载、安装和使用。
Scotty - AT Public Transport Service (ÖBB) 支持哪些平台?
Scotty - AT Public Transport Service (ÖBB) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Scotty - AT Public Transport Service (ÖBB)?
由 manmal(@manmal)开发并维护,当前版本 v1.0.0。
推荐 Skills