Railil for Openclaw

A CLI-based Israel Rail schedule search tool with fuzzy station matching and multi-format output.

lirantal
v1.0.1
Jan 24, 2026
1
2.4k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install railil

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install railil using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Railil?

Railil is a specialized command-line interface designed to streamline searching for Israel Rail train schedules. By integrating this tool as part of your Openclaw Skills library, developers and AI agents can programmatically access route information, travel times, and station data. It simplifies the process of finding the best rail connections without needing to navigate a complex web interface, making it an essential utility for commuters and automation workflows in the region.

Railil Use Cases

  • Planning daily commutes between major Israeli cities like Tel Aviv, Haifa, and Jerusalem.
  • Automating travel itinerary generation for AI agents using Openclaw Skills.
  • Checking airport train availability from Ben Gurion Airport to specific destinations.
  • Integrating rail data into custom notification systems or productivity dashboards.

How Railil Works

  1. The user or agent provides the origin and destination station names using fuzzy search parameters.
  2. Optional filters like date, time, and result limits are applied to narrow down the schedule.
  3. The tool queries the Israel Rail schedule database to find matching train routes.
  4. Results are formatted according to the specified output type, such as JSON or Markdown, for easy parsing or display.

Railil Setup

Install the package globally using npm:

npm install -g railil

Once installed, ensure the binary is available in your system path to enable use within Openclaw Skills.

Railil Data Schema & Taxonomy

The skill returns structured data based on the requested output format. When using the JSON output for Openclaw Skills integrations, the schema typically includes:

Field Description
departureTime Scheduled time for train departure
arrivalTime Scheduled time for train arrival
duration Total travel time between stations
changes Number of train swaps required
stations List of calling points during the journey

Railil Advanced Features

  • Fuzzy station matching to handle typos or partial station names automatically.
  • Machine-readable JSON output specifically optimized for deep integration with AI agent logic within Openclaw Skills.
  • Multi-format support including Markdown and Table formatting for human-readable terminal reports.
  • Custom result limiting to reduce data overhead and latency during high-frequency queries.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*