🚆 Trein extended — 荷兰火车查询

v1.0.0

通过 trein CLI 查询荷兰铁路(NS)列车时刻、按出发/到达时间规划行程、获取线路中断信息及车站搜索,仅限火车,不含汽车、公交等其他交通方式。

1· 1.5k·0 当前·0 累计
timvandervoord 头像by @timvandervoord (Timvandervoord)
下载技能包
最后更新
2026/2/26
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill appears to do what it says: it runs the trein CLI and uses an NS_API_KEY to query the Dutch Railways API. Before installing: (1) verify the npm package name and the GitHub repository (ensure they match and look legitimate); (2) prefer installing a specific release (or verify checksums) rather than blindly using 'latest' downloads; (3) be cautious when running npm -g installs (they alter your system PATH); (4) keep your NS_API_KEY secret, store it in the config file or environment as d...
详细分析 ▾
用途与能力
The name/description, required binary (trein), declared install options (npm package and GitHub release binaries), and required env var (NS_API_KEY) all align with a CLI that queries the Dutch Railways API for train information.
指令范围
SKILL.md instructs the agent to run the trein CLI commands, set NS_API_KEY or a local config file, verify train-only intent, and ask users for ambiguous input (e.g., current location). It does not instruct reading unrelated files, accessing other credentials, or exfiltrating data to third parties.
安装机制
Install options are npm (trein package) and direct downloads from GitHub Releases (official project URL). These are expected for a CLI tool; npm packages and 'latest' release downloads are mutable and should be reviewed before installing, but the sources are plausible and from a known release host (GitHub).
凭证需求
Only NS_API_KEY is required and is explicitly documented as necessary to call the NS API; no unrelated secrets, system config paths, or additional credentials are requested.
持久化与权限
The skill does not request always:true, does not modify other skills, and has no unusual persistence requirements. Agent autonomous invocation is the platform default and not uniquely elevated here.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/2/4

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install trein-plus
镜像加速npx clawhub@latest install trein-plus --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库