transport-for-london-journey-disruption
Plan TfL journeys from start/end/time, resolve locations (prefer postcodes), and warn about disruptions; suggest alternatives when disrupted.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install transport-for-london-journey-disruption或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install transport-for-london-journey-disruption⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/transport-for-london-journey-disruption/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: tfl-journey-disruption description: Plan TfL journeys from start/end/time, resolve locations (prefer postcodes), and warn about disruptions; suggest alternatives when disrupted. ---
Use this skill when the user wants a TfL journey plan and needs disruption awareness.
Reference: https://tfl.gov.uk/info-for/open-data-users/api-documentation
Use scripts/tfl_journey_disruptions.py for a quick journey + disruption check.
Examples:
python3 scripts/tfl_journey_disruptions.py \"940GZZLUSTD\" \"W1F 9LD\" --depart-at 0900
python3 scripts/tfl_journey_disruptions.py --from \"Stratford\" --to \"W1F 9LD\" --arrive-by 1800
Notes:
parameterValue.TFL_APP_ID and TFL_APP_KEY in the environment.If any of these are missing or ambiguous, ask the user for clarification.
Prefer postcodes when available. Otherwise, resolve place names and stations:
{from} or {to}.StopPoint/Search/{query} and choose a hub or the relevant NaPTAN ID.Call:
/Journey/JourneyResults/{from}/to/{to}?date=YYYYMMDD&time=HHMM&timeIs=Depart|Arrive
Guidelines:
timeIs=Arrive; otherwise default to Depart.From the response, take the first 1-3 journeys. For each, capture:
Line IDs usually appear in leg.routeOptions[].lineIdentifier.id or leg.line.id. Ignore walking legs.
For each journey, collect unique line IDs and call:
/Line/{ids}/Status
Treat a route as disrupted if any line status is not "Good Service" or includes a reason. Summarize the severity and reason.
Optionally, check station-specific issues with /StopPoint/{id}/Disruption when relevant.
安装 London public transport journey planner and disruptions 后,可以对 AI 说这些话来触发它
Help me get started with London public transport journey planner and disruptions
Explains what London public transport journey planner and disruptions does, walks through the setup, and runs a quick demo based on your current project
Use London public transport journey planner and disruptions to plan TfL journeys from start/end/time, resolve locations (prefer po...
Invokes London public transport journey planner and disruptions with the right parameters and returns the result directly in the conversation
What can I do with London public transport journey planner and disruptions in my product manager workflow?
将技能文件夹放到 ~/.claude/skills/transport-for-london-journey-disruption/ 目录(个人级,所有项目可用),或 .claude/skills/transport-for-london-journey-disruption/(项目级)。重启 AI 客户端后,用 /transport-for-london-journey-disruption 主动调用,或让 AI 根据上下文自动发现并使用。
London public transport journey planner and disruptions 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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.
Lists the top use cases for London public transport journey planner and disruptions, with example commands for each scenario
Automate my product manager tasks using London public transport journey planner and disruptions
Identifies repetitive steps in your workflow and sets up London public transport journey planner and disruptions to handle them automatically
London public transport journey planner and disruptions 属于「Product Manager」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。