Checking Israel Rail train schedules requires navigating the official website or app, which can be slow and cumbersome, especially when you need quick answers during development or want to integrate schedule data into automated workflows. Developers and commuters need a fast, programmatic way to query train routes and times directly from their terminal or AI agent.
Author: @lirantal
Search Israel Rail train schedules using the railil CLI tool. Find routes between stations with fuzzy name matching, filter by date and time, and get output in multiple formats including JSON, table, and Markdown. Use when you need to check train times, plan a rail journey, or integrate rail schedule data into automated workflows.
npx skills-il add openclaw/skills/lirantal/skill-raililA CLI tool for checking Israel Rail train schedules.
npm install -g raililThe 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-01Supported formats: text (default), json, table, markdown.
JSON Output (Recommended for agents):
railil --from "Tel Aviv" --to "Haifa" --output jsonMarkdown Output:
railil --from "Tel Aviv" --to "Haifa" --output markdown-f, --from <station>: Origin station name (fuzzy match supported)-t, --to <station>: Destination station name (fuzzy match supported)-d, --date <date>: Date of travel-h, --time <time>: Time of travel (HH:MM)-l, --limit <number>: Limit the number of results-o, --output <format>: Output format (json, text, table, markdown)--help: Show help messageFind next 3 trains from Ben Gurion Airport to Jerusalem:
railil --from "Ben Gurion" --to "Jerusalem" --limit 3Get schedule for tomorrow morning in JSON:
railil --from "Haifa" --to "Tel Aviv" --time 07:30 --output jsonWhat are the next trains from Tel Aviv to Haifa?
Show me trains from Beer Sheva to Tel Aviv tomorrow at 7:30 AM in JSON format
Find the next 3 trains from Ben Gurion Airport to Jerusalem
Get the train schedule from Haifa to Herzliya in markdown table format
Trust Score
Israeli public transit routing, schedules, and real-time arrivals for bus, train, and light rail. Use when user asks about Israeli buses, trains, "autobus", "rakevet", light rail, "rav-kav", transit routes, timetables, "kavim", Egged, Dan, Metropoline, or any Israeli public transportation query. Supports multi-modal journey planning, real-time arrivals, and fare estimation. Enhances routes-mcp-israel MCP server with operator knowledge and Hebrew localization. Do NOT use for taxi/ride-sharing or non-Israeli transit systems.
Navigate Israeli National Insurance (Bituach Leumi) benefits, eligibility, and contributions. Use when user asks about "bituach leumi", national insurance, retirement pension (kiztavat zikna), unemployment (dmei avtala), maternity leave (dmei leida), child allowance (kiztavat yeladim), disability benefits, work injury, reserve duty compensation, or NI contributions. Covers all 15+ Bituach Leumi programs. Do NOT use for private insurance or health fund (kupat cholim) questions.
Track packages and mail via Israel Post. Use when tracking a shipment, checking delivery status, or monitoring multiple packages with WhatsApp notifications on status changes. Supports all Israel Post tracking number formats including domestic and international.
Want to build your own skill? Try the Skill Creator · Submit a Skill