1.0k★by lirantal
railil – OpenClaw Skill
railil is an OpenClaw Skills integration for data analytics workflows. 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).
Skill Snapshot
| 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). OpenClaw Skills integration. |
| owner | lirantal |
| repository | lirantal/skill-railil |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @lirantal/skill-railil |
| last updated | Feb 7, 2026 |
Maintainer

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)"}]}}
Railil CLI
A CLI tool for checking Israel Rail train schedules.
Installation
npm install -g railil
Usage
The CLI supports fuzzy matching for station names.
Basic Search
Search for the next trains between two stations:
railil --from "Tel Aviv" --to "Haifa"
Date and Time
Search for a specific date and time:
railil --from "Beer Sheva" --to "Tel Aviv" --time 08:00 --date 2023-11-01
Output Formats
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
Options
-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 message.
Examples
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
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install railil?
Run openclaw add @lirantal/skill-railil in your terminal. This installs railil into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/lirantal/skill-railil. Review commits and README documentation before installing.
