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 npx or 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

๐Ÿ“„ License

This project is licensed under the Apache-2.0 License. See the LICENSE file for details.