CtrlK
BlogDocsLog inGet started
Tessl Logo

lirantal/railil

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

Quality

100%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

README.md

Railil Skill 🚆

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.

👤 Author

Liran Tal

🔗 Links

📄 License

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

README.md

SKILL.md

tile.json