railil

Search Israel Rail schedules between stations with fuzzy lookup and formatted outputs.

4|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/lirantal/skill-railil --skill railil
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: railil
Source: https://github.com/lirantal/skill-railil/tree/main
Command: npx skills add https://github.com/lirantal/skill-railil --skill railil

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Finding the right Israel Rail train and schedule information—between two stations, for a specific time, or for upcoming departures—can be slow and frustrating when you need quick, accurate results for planning.

Core Features & Use Cases

  • Smart station search: Uses fuzzy matching so users don’t need exact station spelling.
  • Flexible scheduling: Queries trains for “right now” or for a specific date and time.
  • Agent-friendly output formats: Produces JSON (for parsing), plus human-readable text/tables/Markdown.
  • Common use case: Plan a route from Ben Gurion to Jerusalem for tomorrow morning, selecting the best departure options and formatting results for an agent or for display.

Quick Start

Ask your agent to: find the next trains from "Tel Aviv" to "Haifa" and return the results in JSON for further processing.

Frequently Asked Questions about railil

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get real-time Israel Rail schedules between two stations?

To get real-time Israel Rail schedules, you query an origin and destination station using fuzzy search matching. The tool returns immediate train routing options for current or planned travel times.

Can I filter train schedules by a specific date and time?

Yes, you can filter train schedules by specifying a target date and time. This allows you to plan future trips by retrieving departure options matching your exact travel constraints.

Does the Israel Rail search support fuzzy matching for station names?

Yes, the rail schedule search uses fuzzy matching for station lookups, so you do not need exact spelling. It interprets approximate station names to find correct origins and destinations.

How do I output Israel Rail train data in JSON format for an agent?

You can output Israel Rail train data in JSON format by specifying it as your desired output format. This produces agent-friendly structured data for parsing and further processing.

What output formats are available for train routing results?

Train routing results are available in text, JSON, table, and Markdown formats. You can select the appropriate output format to display human-readable schedules or structured data.

How do I limit the number of train route results returned?

You can limit the number of returned train routes by using the limit option in your query. This restricts the output to a specific number of best-matching departure options.