Author: @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 (men 67+, women at retirement age 62-65) | 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, 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. Note: Metropoline has merged with Kavim as part of Israel's bus reform.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.
1 occurrences found in code
This skill can make network requests to external services.
1 occurrences found in code
This skill can read and write files on your system.
2 occurrences found in code
Israeli Land Authority (RMI) tender data, land allocation guidance, and bid process navigation. Use when user asks about Israeli land tenders, "michraz", "rashut mekarkei yisrael", RMI, Israel Land Authority, government land auctions, "haktzaah", land lottery ("hagralah"), building rights, or state land allocation. Enhances remy-mcp server with tender process guidance and Hebrew terminology. Do NOT use for private real estate transactions (use israeli-real-estate skill instead) or non-Israeli land systems.
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.
Look up Israeli company information and understand business entity types. Use when user asks about Israeli companies, "chevra", business registration, "Rasham HaChevarot", company numbers, entity types, or needs to register a business in Israel. Covers Ltd companies, partnerships, non-profits (amuta), cooperatives, and sole proprietors. Do NOT use for non-Israeli corporate registries or stock market analysis.
Want to build your own skill? Try the Skill Creator · Submit a Skill