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).
100
100%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
The ultimate Israel Rail schedule assistant for your AI agents.
Welcome to the Railil Skill! This skill empowers your AI agents (like Clawdbot) to instantly access real-time train schedules, plan routes, and find upcoming trains for Israel Rail directly from the command line. Powered by the robust railil CLI, it's designed to be fast, flexible, and agent-friendly.
npx or global npm installation.This skill is designed to work seamlessly with Clawdbot.
You can install this skill directly using the ClawdHub CLI:
clawdhub install raililClone this repository into your skills directory:
git clone https://github.com/lirantal/skill-railil.git ./skills/raililOnce installed, your agent can invoke the railil command to query train data.
Need to get somewhere fast? Find the next available trains between two cities.
railil --from "Tel Aviv" --to "Haifa"Checking schedules for a future date? No problem.
railil --from "Beer Sheva" --to "Tel Aviv" --time 08:00 --date 2023-11-01Get raw data for processing.
railil --from "Ben Gurion" --to "Jerusalem" --output jsonThis skill wraps the railil npm package. It's a community-driven project to make Israel Rail data accessible via the command line.
Liran Tal
This project is licensed under the Apache-2.0 License. See the LICENSE file for details.