← Back to Skills Marketplace
2044
Downloads
2
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install skanetrafiken
Description
Skåne public transport trip planner (Skånetrafiken). Plans bus/train journeys with real-time delays. Supports stations, addresses, landmarks, and cross-border trips to Copenhagen.
Usage Guidance
This skill appears to do what it says: call Skånetrafiken's APIs and format trip results. Before installing, confirm the agent environment includes curl, jq, and a standard date utility (GNU or BSD) because the scripts rely on them even though the registry metadata didn't list them. No credentials are requested, and API calls go to skanetrafiken.se only. Be mindful that you (or users) may pass private locations or home addresses as query input — the skill will send those coordinates/IDs to the public transport API. If you need offline use or stricter privacy, avoid sending sensitive addresses or host the scripts in an environment you control.
Capability Analysis
Type: OpenClaw Skill
Name: skanetrafiken
Version: 1.2.0
The skill bundle is benign. All files, including the `SKILL.md` instructions for the AI agent, are focused on implementing a public transport trip planner. The shell scripts (`journey.sh`, `search-location.sh`) interact solely with the legitimate `skanetrafiken.se` API, using standard `curl` and `jq` commands for data retrieval and processing. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts designed to make the agent perform actions outside the stated purpose or access sensitive data. The detailed instructions in `SKILL.md` are aimed at guiding the agent to correctly use the tools, handle user input, validate results, and format responses for a good user experience.
Capability Assessment
Purpose & Capability
The skill's name and description match what the included scripts do: searching locations and querying journeys from Skånetrafiken APIs. One minor inconsistency: SKILL.md and the shell scripts require curl and jq (and rely on the system 'date' command), but the registry metadata lists no required binaries — users should ensure the agent environment actually has curl, jq, and a compatible date implementation installed.
Instruction Scope
The runtime instructions and the scripts limit actions to: calling Skånetrafiken HTTPS endpoints (/Points and /Journey), parsing JSON with jq, converting timezones, and formatting output. The scripts use /tmp for transient files and remove them on exit. There are no instructions to read unrelated files, access other services, or transmit data to third-party endpoints.
Install Mechanism
There is no remote install spec (no downloads or installers). The skill is instruction-and-script based; all code is present in the package. This is lower risk because nothing is fetched or executed from arbitrary URLs at install time.
Credentials
The skill requests no credentials or environment variables (good). It does, however, depend on local CLI tools (curl, jq, and date). Those dependencies are reasonable for the stated purpose but were not declared in the registry metadata — a minor mismatch to be aware of. The scripts also accept coordinates/IDs which may include a user's private home address if provided; no secrets are required or transmitted.
Persistence & Privilege
The skill does not request permanent presence, elevated privileges, or system-wide configuration changes. 'always' is false and the scripts do not modify other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skanetrafiken - After installation, invoke the skill by name or use
/skanetrafiken - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
Expose search-location and journey as separate entry points for LLM control. Adds time intent parsing (now/later/arrive by/around time), emoji response formatting, walking distance details, Metro support for Copenhagen, and clarifying question guidance.
v1.1.0
Fix 5XX errors on ADDRESS/POI requests by using coordinates. Rewrite docs with clear query formatting rules for agents.
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Skanetrafiken Trip Planner?
Skåne public transport trip planner (Skånetrafiken). Plans bus/train journeys with real-time delays. Supports stations, addresses, landmarks, and cross-border trips to Copenhagen. It is an AI Agent Skill for Claude Code / OpenClaw, with 2044 downloads so far.
How do I install Skanetrafiken Trip Planner?
Run "/install skanetrafiken" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skanetrafiken Trip Planner free?
Yes, Skanetrafiken Trip Planner is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Skanetrafiken Trip Planner support?
Skanetrafiken Trip Planner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skanetrafiken Trip Planner?
It is built and maintained by rezkam (@rezkam); the current version is v1.2.0.
More Skills