一键导入
construction-register
Query Estonia's Construction Register (EHR) public JSON endpoints for building search results and detailed building records.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Query Estonia's Construction Register (EHR) public JSON endpoints for building search results and detailed building records.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Neutral thinking partner for the user. USE WHEN the user asks for coaching, help with reflection, is struggling to get started or understand a fuzzy topic, wants to talk something through, wants to talk out loud, asks for a Socratic mode, is struggling to phrase a concrete problem or idea, seems emotionally loaded about something, or similar -- or might benefit from a coach'y approach.
Search Estonian building supply stores (Bauhof, Ehituse ABC, Decora, K-Rauta, Bauhaus, Depo), grocery stores (Prisma, Rimi, Selver), home furnishing (IKEA), and second-hand marketplaces (Vinted, Yaga) for products, prices, and stock. USE WHEN user asks to find products at Estonian stores, compare prices across them, or check availability.
Generate a printable, text-free story coloring book PDF from a story idea, with consistent characters and real-landmark backgrounds. Use when the user asks to create a coloring book, coloring pages, or a wordless picture-story PDF. Requires an OpenAI API key.
Searches the Estonian library catalog ESTER (ester.ee) to find books, check availability, and locate them in specific library branches. USE WHEN user asks to find a book in Estonian libraries, check if a book is available, find where to pick up a library book, search ESTER, or mentions Estonian library branches like Kalamaja, Keskraamatukogu, Tartu, etc.
Route Estonian public-data questions to documented official APIs, downloads, and reproducible public web interfaces. Use for Estonian statistics, legislation, parliament, registries, public finance, procurement, environment, health, transport, municipal records, and other official data retrieval.
Route a question to a verified Estonian official public-data source and execute its API, download, or public web retrieval recipe.
| name | construction-register |
| description | Query Estonia's Construction Register (EHR) public JSON endpoints for building search results and detailed building records. |
POST https://livekluster.ehr.ee/api/building/v2/buildingSearchPageableGET https://livekluster.ehr.ee/api/building/v3/buildingDatahttps://livekluster.ehr.ee/ui/ehr/v1/detailsearch/BUILDINGS_SEARCHSend JSON with at least one useful filter plus one-based pagination:
{
"buildingName": "raekoda",
"page": 1,
"pageSize": 10
}
Supported public UI filters map directly to these payload fields:
buildingLocation: address, EHR code, or cadastral identifierbuildingNamebuildingType: array containing H (building) or R (structure)buildingStates: array of classifier codespurposeOfUse and ocurringPurposeOfUse: arrays of purpose IDslastRegisteredDocumentType, ownershipType, heritagefirstUseDate: object with optional from and to year stringsfirstUseMissing: booleanpage, pageSize, optional sortField, sortDirThe response contains page, pageSize, total, and data. Keep each result's ehrCode, buildingId, addresses, name, type, state, purpose, first-use year, dimensions, ownership type, latest document metadata, and geometry.
After selecting an ehrCode, request:
GET https://livekluster.ehr.ee/api/building/v3/buildingData?ehr_code=<EHR_CODE>&json=true
The detail response is nested under ehitis and includes basic data, addresses, cadastral units, geometry, uses, dimensions, technical systems, and energy labels when present.
Require a numeric total, a non-empty data array, and ehrCode, buildingId, buildingAddress, and buildingState in a search result. For detail calls, require ehitis.ehitiseAndmed.ehrKood to equal the requested code.