← 返回 Skills 市场
London public transport journey planner and disruptions
作者
diegopetrucci
· GitHub ↗
· v1.0.1
1827
总下载
2
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install transport-for-london-journey-disruption
功能描述
Plan TfL journeys from start/end/time, resolve locations (prefer postcodes), and warn about disruptions; suggest alternatives when disrupted.
安全使用建议
This skill appears internally consistent: it calls only the official TfL API and optionally uses TFL_APP_ID/TFL_APP_KEY if you provide them. Before installing, consider: (1) only provide your TfL keys if you trust the skill source (the keys are used only to call api.tfl.gov.uk as seen in the code); (2) the agent will make outbound network calls when running the script, so verify network policies if that matters; (3) review the included Python script yourself (it's short and readable) if you have any doubt. No other unexpected permissions or data exfiltration patterns were found.
功能分析
Type: OpenClaw Skill
Name: transport-for-london-journey-disruption
Version: 1.0.1
The OpenClaw skill bundle for TfL journey planning and disruption checks is benign. The `SKILL.md` provides clear instructions for the AI agent to interact with the TfL API, and the `scripts/tfl_journey_disruptions.py` script implements this functionality by making HTTP GET requests to `https://api.tfl.gov.uk`. It reads `TFL_APP_ID` and `TFL_APP_KEY` from environment variables for authentication, which is a standard practice for API clients. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation. All actions are directly aligned with the stated purpose of the skill.
能力评估
Purpose & Capability
The name/description (TfL journey planning + disruptions) aligns with the provided script and SKILL.md. The code builds Journey and Line Status requests to api.tfl.gov.uk and performs the expected parsing and reporting. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
SKILL.md confines runtime behavior to resolving locations, calling the TfL Journey and Line Status endpoints, and presenting results. It instructs optionally using TFL_APP_ID and TFL_APP_KEY. The instructions do not ask the agent to read unrelated files, system state, or send data to external endpoints beyond api.tfl.gov.uk.
Install Mechanism
This is an instruction-only skill with an included Python script; there is no install step, no external downloads, and no packages being installed from untrusted URLs. The script uses only Python stdlib (urllib, os, json).
Credentials
No required env vars are declared. The only optional variables mentioned and read by the script are TFL_APP_ID and TFL_APP_KEY, which are appropriate for authenticating to the TfL API. The script does not attempt to read other credentials or unrelated environment variables.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes or access to other skills' configs. It simply issues outbound HTTPS requests to the TfL API when executed.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install transport-for-london-journey-disruption - 安装完成后,直接呼叫该 Skill 的名称或使用
/transport-for-london-journey-disruption触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Add note to inform users that disruption statuses reflect current conditions and may change by the time of travel, especially for future journeys.
- No other changes in logic or functionality.
v1.0.0
Initial release of journey planner with disruption checks for Transport for London (TfL):
- Plan journeys using start/end locations, time, and intent (depart/arrive by).
- Resolve both postcodes and place/station names, preferring postcodes when possible.
- Warn users about disruptions on journey legs and suggest alternative routes if available.
- Prompt for clarification on missing or ambiguous inputs.
- Uses TfL Open Data APIs for route planning and disruption information.
元数据
常见问题
London public transport journey planner and disruptions 是什么?
Plan TfL journeys from start/end/time, resolve locations (prefer postcodes), and warn about disruptions; suggest alternatives when disrupted. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1827 次。
如何安装 London public transport journey planner and disruptions?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install transport-for-london-journey-disruption」即可一键安装,无需额外配置。
London public transport journey planner and disruptions 是免费的吗?
是的,London public transport journey planner and disruptions 完全免费(开源免费),可自由下载、安装和使用。
London public transport journey planner and disruptions 支持哪些平台?
London public transport journey planner and disruptions 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 London public transport journey planner and disruptions?
由 diegopetrucci(@diegopetrucci)开发并维护,当前版本 v1.0.1。
推荐 Skills