Author: @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 | lamas | halishka hamerkazit listatistika |
| Ministry of Transportation | ministry_of_transport | misrad hatahaburah |
| Ministry of Health | ministry-health | misrad habriut |
| Ministry of Education | ministry_of_education | misrad hachinuch |
| Israel Tax Authority | taxes-authority | rashut hamisim |
| Israel Land Authority | the_israel_lands_administration | rashut mekarkei yisrael |
| Ministry of Interior | interior_affairs | 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:
User says: "Compare education spending across Israeli cities" 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.
1 occurrences found in code
This skill can make network requests to external services.
1 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