by @skills-il
Discover, query, and analyze Israeli government open data from data.gov.il (CKAN API). Use when user asks about Israeli government data, "data.gov.il", government datasets, CBS statistics, or needs data about Israeli transportation, education, health, geography, economy, or environment. Supports dataset search, tabular data queries, and analysis guidance. Enhances existing datagov-mcp and data-gov-il-mcp servers with workflow best practices. Do NOT use for classified government data or data requiring security clearance.
npx skills-il add skills-il/government-services --skill israel-gov-apiAsk the user:
Use the data.gov.il CKAN API to find relevant datasets:
Search by keyword:
GET https://data.gov.il/api/3/action/package_search?q=KEYWORD&rows=10Search by organization (ministry):
GET https://data.gov.il/api/3/action/package_search?fq=organization:MINISTRY_IDCommon organization IDs:
| Ministry | ID | Hebrew |
|---|---|---|
| Central Bureau of Statistics | cbs | halishka hamerkazit listatistika |
| Ministry of Transportation | mot | misrad hatahaburah |
| Ministry of Health | moh | misrad habriut |
| Ministry of Education | moe | misrad hachinuch |
| Israel Tax Authority | ita | rashut hamisim |
| Israel Land Authority | ila | rashut mekarkei yisrael |
| Ministry of Interior | moi | misrad hapnim |
Once a dataset is found:
Get dataset details:
GET https://data.gov.il/api/3/action/package_show?id=DATASET_IDQuery tabular data (datastore):
GET https://data.gov.il/api/3/action/datastore_search?resource_id=RESOURCE_ID&limit=100SQL-like queries (powerful):
GET https://data.gov.il/api/3/action/datastore_search_sql?sql=SELECT * FROM "RESOURCE_ID" WHERE field = 'value' LIMIT 100Tips:
datastore_search with limit=1 first to see field nameslimit and offset for paginationFor the retrieved data:
When combining multiple datasets:
| Dataset | Resource ID | Updated | Description |
|---|---|---|---|
| GTFS transit data | various | Daily | Bus/train schedules and routes |
| School list | various | Annual | All schools with details |
| Hospital quality | various | Quarterly | Ministry of Health quality indicators |
| Real estate prices | various | Monthly | Tax Authority transaction prices |
| Business registry | various | Daily | Active businesses |
| Air quality | various | Hourly | Environmental monitoring stations |
User says: "I need data about schools in Tel Aviv" Actions:
package_search?q=schools+tel+avivUser says: "Show me housing price trends in Haifa" Actions:
scripts/query_datagov.py — Search datasets, inspect resources, and run SQL/datastore queries against the data.gov.il CKAN API directly from the command line. Supports subcommands: search, dataset, query, sql, orgs. Run: python scripts/query_datagov.py --helpreferences/ckan-api-reference.md — Complete endpoint catalog for the data.gov.il CKAN API including search parameters, datastore query syntax, SQL capabilities, and common organization IDs. Consult when constructing API calls or debugging query syntax.Cause: Search terms too specific or in wrong language Solution: Try broader Hebrew keywords. Government data is primarily in Hebrew.
Cause: Not all resources have the datastore (queryable) API enabled Solution: Download the CSV/Excel resource directly and process locally.
Cause: Most government datasets have Hebrew column names Solution: First query with limit=1 to see all field names, then construct targeted queries.
Supported Agents
Trust Score
This skill can execute scripts and commands on your system.
This skill can make network requests to external services.
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.