← 返回 Skills 市场
rezkam

Skanetrafiken Trip Planner

作者 rezkam · GitHub ↗ · v1.2.0
cross-platform ✓ 安全检测通过
2044
总下载
2
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install skanetrafiken
功能描述
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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skanetrafiken
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skanetrafiken 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug skanetrafiken
版本 1.2.0
许可证
累计安装 0
当前安装数 0
历史版本数 3
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2044 次。

如何安装 Skanetrafiken Trip Planner?

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

Skanetrafiken Trip Planner 是免费的吗?

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

Skanetrafiken Trip Planner 支持哪些平台?

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

谁开发了 Skanetrafiken Trip Planner?

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

💬 留言讨论