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
Discover, query, and analyze Israeli government open data from data.gov.il (CKAN API). Use when user asks about Israeli government data, "data.gov.il", government datasets, CBS statistics, or needs data about Israeli transportation, education, health, geography, economy, or environment. Supports dataset search, tabular data queries, and analysis guidance. Enhances existing datagov-mcp and data-gov-il-mcp servers with workflow best practices. Do NOT use for classified government data or data requiring security clearance.
Israeli real estate data, property valuation, transaction guidance, and regulatory compliance. Use when user asks about Israeli property, "nadlan", "dira", apartment prices, purchase tax (mas rechisha), Tabu extract, rental agreements, mortgage (mashkanta), or Israel Land Authority tenders. Covers buying, selling, and renting in Israel. Do NOT use for non-Israeli real estate markets.
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.
Want to build your own skill? Try the Skill Creator · Submit a Skill