Search for Israel Rail train schedules using the railil CLI. Find routes between stations with fuzzy search, filter by date/time, and output in various formats (JSON, Markdown, Table).
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install railil或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install railil⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/railil/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: railil description: Search for Israel Rail train schedules using the railil CLI. Find routes between stations with fuzzy search, filter by date/time, and output in various formats (JSON, Markdown, Table). homepage: https://github.com/lirantal/railil metadata: {"clawdbot":{"emoji":"🚆","requires":{"bins":["railil"]},"install":[{"id":"node","kind":"node","package":"railil","bins":["railil"],"label":"Install railil (npm)"}]}} ---
A CLI tool for checking Israel Rail train schedules.
npm install -g railil
The CLI supports fuzzy matching for station names.
Search for the next trains between two stations:
railil --from "Tel Aviv" --to "Haifa"
Search for a specific date and time:
railil --from "Beer Sheva" --to "Tel Aviv" --time 08:00 --date 2023-11-01
For machine-readable output or specific formatting, use the --output flag. Supported formats: text (default), json, table, markdown.
JSON Output (Recommended for agents):
railil --from "Tel Aviv" --to "Haifa" --output json
Markdown Output:
railil --from "Tel Aviv" --to "Haifa" --output markdown
-f, --from : Origin station name (fuzzy match supported).-t, --to : Destination station name (fuzzy match supported).-d, --date : Date of travel.-h, --time : Time of travel (HH:MM).-l, --limit : Limit the number of results.-o, --output : Output format (json, text, table, markdown).--help: Show help message.Find next 3 trains from Ben Gurion Airport to Jerusalem:
railil --from "Ben Gurion" --to "Jerusalem" --limit 3
Get schedule for tomorrow morning in JSON:
railil --from "Haifa" --to "Tel Aviv" --time 07:30 --output json安装 railil - Israel Railways train station schedule 后,可以对 AI 说这些话来触发它
Help me get started with railil - Israel Railways train station schedule
Explains what railil - Israel Railways train station schedule does, walks through the setup, and runs a quick demo based on your current project
Use railil - Israel Railways train station schedule to search for Israel Rail train schedules using the railil CLI
Invokes railil - Israel Railways train station schedule with the right parameters and returns the result directly in the conversation
What can I do with railil - Israel Railways train station schedule in my developer & devops workflow?
将技能文件夹放到 ~/.claude/skills/railil/ 目录(个人级,所有项目可用),或 .claude/skills/railil/(项目级)。重启 AI 客户端后,用 /railil 主动调用,或让 AI 根据上下文自动发现并使用。
railil - Israel Railways train station schedule 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
railil - Israel Railways train station schedule 可免费安装使用。请查阅仓库了解许可证信息。
Search for Israel Rail train schedules using the railil CLI. Find routes between stations with fuzzy search, filter by date/time, and output in various formats (JSON, Markdown, Table).
Lists the top use cases for railil - Israel Railways train station schedule, with example commands for each scenario
Automate my developer & devops tasks using railil - Israel Railways train station schedule
Identifies repetitive steps in your workflow and sets up railil - Israel Railways train station schedule to handle them automatically
railil - Israel Railways train station schedule 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。