Wiener Linien

v1.0.0

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.

8· 2k·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

austriavk9713peka94dk2p8ry1kw8mnm57yv1j9latestvk9713peka94dk2p8ry1kw8mnm57yv1j9transitvk9713peka94dk2p8ry1kw8mnm57yv1j9viennavk9713peka94dk2p8ry1kw8mnm57yv1j9

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments