Railil Skill ๐
May 17, 2026 ยท View on GitHub
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.
๐ Features
- Smart Station Search: Fuzzy matching for station names means you don't need to know the exact spelling.
- Flexible Scheduling: Find trains for right now, or plan ahead for specific dates and times.
- Agent-Optimized Output: Supports JSON output for easy parsing by AI agents, alongside human-readable text and tables.
- Zero Config: Works out of the box with
npxor global npm installation.
๐ Quick Start
This skill is designed to work seamlessly with Clawdbot.
Installation via ClawdHub
You can install this skill directly using the ClawdHub CLI:
clawdhub install railil
Manual Installation
Clone this repository into your skills directory:
git clone https://github.com/lirantal/skill-railil.git ./skills/railil
๐ฎ Usage
Once installed, your agent can invoke the railil command to query train data.
๐ Find Next Trains
Need to get somewhere fast? Find the next available trains between two cities.
railil --from "Tel Aviv" --to "Haifa"
๐ Plan a Trip
Checking schedules for a future date? No problem.
railil --from "Beer Sheva" --to "Tel Aviv" --time 08:00 --date 2023-11-01
๐ค For Agents (JSON)
Get raw data for processing.
railil --from "Ben Gurion" --to "Jerusalem" --output json
๐ ๏ธ About Railil
This skill wraps the railil npm package. It's a community-driven project to make Israel Rail data accessible via the command line.
Contributing
Please consult CONTRIBUTING for guidelines on contributing to this project.
๐ค Author
Liran Tal
- Website: lirantal.com
- GitHub: @lirantal
- Twitter: @liran_tal
๐ Links
- ClawdHub: Discover more skills at clawdhub.com
- Clawdbot: The AI agent that runs this skill clawd.bot
๐ License
This project is licensed under the Apache-2.0 License. See the LICENSE file for details.