by @skills-il
Israeli public transit routing, schedules, and real-time arrivals for bus, train, and light rail. Use when user asks about Israeli buses, trains, "autobus", "rakevet", light rail, "rav-kav", transit routes, timetables, "kavim", Egged, Dan, Metropoline, or any Israeli public transportation query. Supports multi-modal journey planning, real-time arrivals, and fare estimation. Enhances routes-mcp-israel MCP server with operator knowledge and Hebrew localization. Do NOT use for taxi/ride-sharing or non-Israeli transit systems.
npx skills-il add skills-il/government-services --skill israeli-public-transitSchedules and routes change frequently. Real-time data should be preferred over static schedules. Always recommend users verify departure times via operator apps or curlbus for time-sensitive travel. Holiday and Shabbat schedules differ significantly from weekday service.
| Need | Action |
|---|---|
| Route planning | Use multi-modal routing with origin/destination |
| Real-time arrivals | Query curlbus or SIRI feed for stop |
| Schedule lookup | Check GTFS static data or operator website |
| Fare estimation | Calculate based on Rav-Kav zone pricing |
| Operator info | Match route number to operator |
| Accessibility | Check vehicle and station accessibility |
For route planning between two points:
Check live arrival times at a stop:
curl https://curlbus.app/STOP_CODEEgged (Nationwide)
https://www.egged.co.ilDan (Gush Dan / Tel Aviv Metro)
https://www.dan.co.ilIsrael Railways (Rakevet Yisrael)
https://www.rail.co.ilJerusalem Light Rail
Tel Aviv Light Rail (Red Line)
| Profile | Hebrew | Discount |
|---|---|---|
| Student | talmid/student | ~33% |
| Soldier | chayal | Free on most routes |
| Senior (67+) | ezrach vatik | ~50% |
| Disabled | nacheh | ~33-50% |
| Youth (5-18) | naar | ~33% |
Common transit terms for Hebrew localization:
| English | Hebrew | Transliteration |
|---|---|---|
| Bus stop | tachanat autobus | tachanat otobus |
| Train station | tachanat rakevet | tachanat rakevet |
| Central station | tachana merkazit | tachana merkazit |
| Platform | ratzif | ratzif |
| Line/Route | kav | kav |
| Transfer | maabar | maabar |
| Departure | yetzia | yetzia |
| Arrival | hagia | hagia |
| Delay | ichur | ichur |
| Schedule | luach zmanim | luach zmanim |
User says: "How do I get from Tel Aviv Savidor station to the Kotel in Jerusalem?" Result: Option 1 -- Train from Tel Aviv Savidor to Jerusalem Yitzhak Navon (~30 min), then Light Rail Red Line to City Hall (~12 min), then walk (~15 min). Option 2 -- Egged bus 405 from Tel Aviv Central Bus Station to Jerusalem Central (~1 hr), then bus to Old City area.
User says: "When is the next bus at stop 21345?" Result: Query curlbus for stop 21345, return next 3-5 arrivals with line numbers, destinations, and estimated minutes.
User says: "Can I take a bus from Haifa to Tel Aviv on Saturday?" Result: Regular bus service does not operate on Shabbat. Alternatives: shared taxi (sherut) from Haifa to Tel Aviv runs on Shabbat, departing from central area. Service resumes Saturday evening after Shabbat ends.
scripts/check_transit.py — List all Israeli transit operators with regions and websites, check real-time bus arrivals at a stop via curlbus, display Rav-Kav fare structure and discount profiles, and provide Shabbat/holiday service schedules. Supports subcommands: operators, stop, fares, shabbat. Run: python scripts/check_transit.py --helpreferences/operators-and-gtfs.md — Complete table of Israeli transit operators (Egged, Dan, Metropoline, Kavim, Superbus, Afikim, Nateev Express, Israel Railways, light rail) with regions and websites, GTFS data source URL (gtfs.mot.gov.il), real-time data endpoints (curlbus, SIRI), Rav-Kav balance check URL, and Shabbat service timing. Consult when identifying which operator runs a route or accessing GTFS data feeds.Cause: Invalid stop code or stop has been relocated/renamed Solution: Look up the stop code on the physical sign at the stop, or search by nearby street name in GTFS data. Stop codes are 5-digit numbers.
Cause: Querying during Shabbat/holiday hours or route discontinued Solution: Check if current time falls within Shabbat/holiday. Verify the route is still active -- operators periodically change route numbers and paths.
Cause: SIRI feed down or operator not reporting real-time data Solution: Fall back to static GTFS schedule. Note that some smaller operators have limited real-time reporting.
Supported Agents
Trust Score
This skill can execute scripts and commands on your system.
This skill can make network requests to external services.
This skill can read and write files on your system.
by @skills-il
Access Israeli Central Bureau of Statistics (CBS) data including CPI, housing price indices, economic indicators, and demographic data. Use when user asks about Israeli statistics, "hamadad", CPI, consumer price index, housing prices, "madad mchirei dirot", GDP, unemployment, population data, CBS data, "halishka hamerkazit listatistika", producer prices, building starts, or any Israeli economic/demographic statistics. Enhances israel-statistics-mcp server with index interpretation and economic context. Do NOT use for non-Israeli statistics or financial forecasting.
by @skills-il
Israeli real estate data, property valuation, transaction guidance, and regulatory compliance. Use when user asks about Israeli property, "nadlan", "dira", apartment prices, purchase tax (mas rechisha), Tabu extract, rental agreements, mortgage (mashkanta), or Israel Land Authority tenders. Covers buying, selling, and renting in Israel. Do NOT use for non-Israeli real estate markets.
by @skills-il
Query the Israeli pharmaceutical database for drug information, health basket coverage, generic alternatives, and pricing. Use when user asks about Israeli medications, "trufot", drug names, "sal briut" drug coverage, generic drugs, drug prices in Israel, prescription requirements, or medication safety info. Enhances israel-drugs-mcp server with health basket context and patient-facing guidance. Do NOT use for medical advice, dosage recommendations, or diagnosis. Do NOT use for non-Israeli drug registries.