kataster-sk

Queries Slovak cadastre parcels, areas, and land use via ZBGIS and ESKN APIs.

2|1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/atlasgroupcz/codexis-marketplace --skill kataster-sk-atlasgroupcz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: kataster-sk
Source: https://github.com/atlasgroupcz/codexis-marketplace/tree/main/plugins/kataster-sk/skills/kataster-sk
Command: npx skills add https://github.com/atlasgroupcz/codexis-marketplace --skill kataster-sk-atlasgroupcz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Looking up parcel information in the Slovak land cadastre (ÚGKK SR) normally requires navigating the ZBGIS MAPKA and ESKN portals manually, and direct API calls are blocked by a WAF. This Skill wraps both public endpoints in a single CLI that handles the required browser-like headers and returns structured JSON. ## Core Features & Use Cases - Cadastral unit resolution: Convert a place name (e.g. Ružinov) into its official katastrálne územie code. - Parcel lookup and attributes: Find register C/E parcels by number and fetch official area (výmera), land use (druh pozemku), ownership type codes, and optional WGS84 geometry. - Deep links for owners and title deeds: Generate MAPKA, ESKN portal, CICA, and slovensko.sk links for owner data and list vlastníctva, which are not available anonymously. - Use Case: A user asks for the area and land use of parcel 1234/9 in Ružinov; the Skill resolves the KU code, finds the parcel, fetches its attributes, and returns the official výmera with a MAPKA map link. ## Quick Start Ask the assistant to find the area, land use, and register of a parcel in a Slovak cadastral unit such as Ružinov using the kataster-sk skill.

Frequently Asked Questions about kataster-sk

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

FAQPage Schema
How do I look up a parcel in the Slovak cadastre by parcel number?▼

First resolve the cadastral unit code with kataster-sk-cli ku, then run kataster-sk-cli parcela with the KU code and parcel number. The result includes the register (C or E), object id, and a MAPKA deep link.

How to find the official area (výmera) of a Slovak parcel?▼

Run kataster-sk-cli detail with the parcel's object id and read the DESCRIPTIVE_AREA_OF_PARCEL field, which is the registered area in square meters. The GEODETIC_AREA_OF_PARCEL field shows the geometry-computed area when it differs.

Can I get owner names or the list vlastníctva anonymously from the Slovak cadastre?▼

No, owner names and LV contents require a verified login on the ESKN portal, and an LV usable for legal acts requires eID via slovensko.sk. The Skill provides deep links to these portals instead of scraping protected endpoints.

Why do direct curl requests to skgeodesy.sk fail?▼

The cadastre services sit behind a WAF that rejects requests without browser-like headers, returning HTML error pages instead of JSON. All access must go through kataster-sk-cli, which sends the required User-Agent header.

Does this skill work for the Czech cadastre?▼

No, it covers only the Slovak jurisdiction (ÚGKK SR, ZBGIS, and ESKN services). For the Czech cadastre, use the separate katastr skill instead.