raililSearch 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).
Install via ClawdBot CLI:
clawdbot install lirantal/raililInstall railil (npm):
Install railil (npm)Requires:
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 : Origin station name (fuzzy match supported).-t, --to : Destination station name (fuzzy match supported).-d, --date : Date of travel.-h, --time : Time of travel (HH:MM).-l, --limit : Limit the number of results.-o, --output : 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
AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Foodora-only CLI for checking past orders and active order status (Deliveroo WIP).
Reorder Foodora orders + track ETA/status with ordercli. Never confirm without explicit user approval. Triggers: order food, reorder, track ETA.
Google Maps integration for OpenClaw with Routes API. Use for: (1) Distance/travel time calculations with traffic prediction, (2) Turn-by-turn directions, (3...
Flight tracking and scheduling. Track live flights in real-time by region, callsign, or airport using OpenSky Network. Search flight schedules between airports. Use for queries like "What flights are over Switzerland?" or "When do flights from Hamburg arrive in Zurich?" or "Track flight SWR123".
Use when the user asks to "find flights", "compare itineraries", "search hidden-city routes", "check cheapest dates", "explore destinations", "search hotels"...
Comprehensive travel planning, booking, and management skill. Use when needing to plan international trips, manage multi-destination itineraries, handle family travel logistics, optimize travel costs, and coordinate complex travel arrangements.