← 返回 Skills 市场
hjanuschka

Wiener Linien

作者 hjanuschka · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
2051
总下载
8
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install wienerlinien
功能描述
Vienna public transport (Wiener Linien) real-time data. Use when asking about departures, schedules, disruptions, elevator status, or directions in Vienna's public transport (U-Bahn, tram, bus, night bus). Queries stops, lines, and traffic info.
安全使用建议
This skill appears coherent and benign: it fetches public Wiener Linien Open Data via HTTPS and parses it locally. Before installing, confirm you are comfortable allowing outbound network requests to wienerlinien.at and that curl and jq are available in the environment (search-stop.sh also uses grep/head). Note the registry lists no homepage and the owner is an ID only — if provenance matters, try to verify the author/source (e.g., a repo or publisher) before use. If you have strict security requirements, run the scripts in a sandboxed environment and inspect them yourself; any deviation such as calls to other domains or requests for credentials would be a red flag.
功能分析
Type: OpenClaw Skill Name: wienerlinien Version: 1.0.0 The skill bundle is benign. All files consistently interact with the official Wiener Linien Open Data API (`https://www.wienerlinien.at/ogd_realtime`) and its associated CSV data. The shell scripts (`departures.sh`, `disruptions.sh`, `elevators.sh`, `search-stop.sh`) use `curl` to fetch data and `jq` (or `grep` for CSV) to parse and display it, without any signs of malicious execution, data exfiltration, persistence, or prompt injection attempts against the agent. The content is clearly aligned with its stated purpose of providing public transport information.
能力评估
Purpose & Capability
Name/description match the actual behavior: scripts and SKILL.md call Wiener Linien OGD realtime endpoints to fetch departures, disruptions, elevator info and stop CSVs. No unrelated services, credentials, or unrelated binaries are required by the functionality.
Instruction Scope
Runtime instructions and the included shell scripts only perform network requests to wienerlinien.at (monitor, trafficInfoList, newsList, and CSV of stops) and parse results with jq/grep/head. The scripts do not read arbitrary local files, access unrelated env vars, or forward data to third-party endpoints.
Install Mechanism
There is no install spec (instruction-only), which is low risk. Minor metadata mismatch: registry lists no required binaries, but README and scripts expect curl and jq (and search-stop.sh uses grep/head). This is an implementation detail to be aware of, not an active risk.
Credentials
The skill requests no environment variables, no credentials, and no config paths. All network calls are to the Wiener Linien open-data endpoints, consistent with the described purpose.
Persistence & Privilege
always is false and the skill does not attempt to modify agent/system configuration. It is user-invocable and may be invoked autonomously per platform defaults, which is expected for a utility skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wienerlinien
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wienerlinien 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Vienna public transport real-time data
元数据
Slug wienerlinien
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Wiener Linien 是什么?

Vienna public transport (Wiener Linien) real-time data. Use when asking about departures, schedules, disruptions, elevator status, or directions in Vienna's public transport (U-Bahn, tram, bus, night bus). Queries stops, lines, and traffic info. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2051 次。

如何安装 Wiener Linien?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wienerlinien」即可一键安装,无需额外配置。

Wiener Linien 是免费的吗?

是的,Wiener Linien 完全免费(开源免费),可自由下载、安装和使用。

Wiener Linien 支持哪些平台?

Wiener Linien 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Wiener Linien?

由 hjanuschka(@hjanuschka)开发并维护,当前版本 v1.0.0。

💬 留言讨论