israeli-address-autocomplete

Parse and validate Israeli addresses with CBS city codes and mikud.

10|4|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/skills-il/government-services --skill israeli-address-autocomplete
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: israeli-address-autocomplete
Source: https://github.com/skills-il/government-services/tree/main/israeli-address-autocomplete
Command: npx skills add https://github.com/skills-il/government-services --skill israeli-address-autocomplete

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Israeli address data often lacks standardized formatting and city codes; this Skill formats, validates, and geocodes addresses, resolving mikud (postal code) lookups and CBS city codes for accurate address data in government forms and public services.

Core Features & Use Cases

  • Address parsing and validation: Breaks down Hebrew/English inputs into street, number, city, and postal code, and verifies against CBS settlement codes and official street data.
  • Geocoding & code resolution: Retrieves CBS city codes and area codes, supports Hebrew-English transliteration, and outputs structured components for downstream systems.
  • Use Case: A government service form auto-corrects addresses and fills in missing fields such as city code and mikud based on user input.

Quick Start

Format an Israeli address to produce a validated, structured result.

Frequently Asked Questions about israeli-address-autocomplete

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate and format Israeli addresses for government forms?

To validate and format Israeli addresses, this Skill parses Hebrew or English input into street, number, city, and postal code, then verifies against official CBS settlement codes to produce structured outputs for data workflows.

How does CBS city code and mikud resolution work for Israeli addresses?

CBS city code and mikud resolution works by parsing address components and cross-referencing them with official CBS settlement data, automatically retrieving and appending the correct postal code and area codes to your structured output.

Can I use Hebrew-English transliteration when parsing Israeli address data?

Yes, you can use Hebrew-English transliteration when parsing Israeli address data. The Skill supports processing both Hebrew and English inputs and outputs structured transliterated components for downstream systems.

What is the best way to geocode Israeli addresses and resolve missing postal codes?

The best way to geocode Israeli addresses and resolve missing postal codes is to parse the input text into structured components, validate it against CBS street data, and automatically retrieve the corresponding mikud and area codes.

Do I need any external dependencies or APIs to resolve Israeli address validation?

No, you do not need external dependencies or APIs to resolve Israeli address validation. The Skill operates independently using internal scripts and references to parse, validate, and geocode addresses without external calls.