Check Dutch train schedules, departures, disruptions, and plan journeys using the NS API. Perfect for daily commute checks.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install ns-trains或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install ns-trains⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/ns-trains/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: ns-trains description: Check Dutch train schedules, departures, disruptions, and plan journeys using the NS API. Perfect for daily commute checks. metadata: {"openclaw":{"emoji":"🚆","requires":{"bins":["node"],"env":["NS_SUBSCRIPTION_KEY"]},"primaryEnv":"NS_SUBSCRIPTION_KEY"}} ---
Check Dutch train schedules, departures, disruptions, and plan journeys using the official NS (Nederlandse Spoorwegen) API.
export NS_SUBSCRIPTION_KEY="your-subscription-key-here" # preferred
# Back-compat:
export NS_API_KEY="$NS_SUBSCRIPTION_KEY" # legacy name still supported
# Optional: Configure commute stations for quick shortcuts
export NS_HOME_STATION="Utrecht Centraal"
export NS_WORK_STATION="Amsterdam Zuid"
For security, prefer injecting these env vars via your runtime secret mechanism rather than committing them anywhere. Avoid printing or sharing your subscription key.
node {baseDir}/scripts/commute.mjs --to-work # Morning: Home → Work
node {baseDir}/scripts/commute.mjs --to-home # Evening: Work → Home
node {baseDir}/scripts/journey.mjs --from "Utrecht Centraal" --to "Amsterdam Zuid"
node {baseDir}/scripts/departures.mjs --station "Amsterdam Centraal"
node {baseDir}/scripts/arrivals.mjs --station "Rotterdam Centraal"
node {baseDir}/scripts/stations.mjs amsterdam
node {baseDir}/scripts/stations.mjs --search "den haag"
node {baseDir}/scripts/disruptions.mjs
node {baseDir}/scripts/disruptions.mjs --from "Utrecht" --to "Amsterdam"
Just ask:
Returns journey options with:
| Command | Description | |---------|-------------| | commute.mjs [work\|home] | Quick commute check (requires NS_HOME_STATION & NS_WORK_STATION) | | journey.mjs --from X --to Y | Plan a journey between any stations | | departures.mjs --station X | List departures from a station | | arrivals.mjs --station X | List arrivals at a station | | stations.mjs [query] | Search for station names | | disruptions.mjs | Check current disruptions |
/reisinformatie-api/api/v3/trips - Journey planning/reisinformatie-api/api/v2/arrivals - Arrivals/reisinformatie-api/api/v2/departures - Departures /reisinformatie-api/api/v3/disruptions - Disruptions/reisinformatie-api/api/v2/stations - Station search安装 NS Trains 后,可以对 AI 说这些话来触发它
Help me get started with NS Trains
Explains what NS Trains does, walks through the setup, and runs a quick demo based on your current project
Use NS Trains to check Dutch train schedules, departures, disruptions, and plan jour...
Invokes NS Trains with the right parameters and returns the result directly in the conversation
What can I do with NS Trains in my developer & devops workflow?
Lists the top use cases for NS Trains, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/ns-trains/ 目录(个人级,所有项目可用),或 .claude/skills/ns-trains/(项目级)。重启 AI 客户端后,用 /ns-trains 主动调用,或让 AI 根据上下文自动发现并使用。
NS Trains 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
NS Trains 可免费安装使用。请查阅仓库了解许可证信息。
Check Dutch train schedules, departures, disruptions, and plan journeys using the NS API. Perfect for daily commute checks.
NS Trains 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using NS Trains
Identifies repetitive steps in your workflow and sets up NS Trains to handle them automatically