Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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).
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).
This item is timing out or returning errors right now. Review the source page and try again later.
Use the source page and any available docs to guide the install because the item is currently unstable or timing out.
I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.
I tried to upgrade a skill package from Yavira, but the item is currently unstable or timing out. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.
A CLI tool for checking Israel Rail train schedules.
npm install -g railil
The 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-01
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
-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.
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
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.