一键导入
forest-register
Query the public Forest Register JSON API for properties, cadastral units, forest stands, inventory attributes, geometry, and proposed work.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Query the public Forest Register JSON API for properties, cadastral units, forest stands, inventory attributes, geometry, and proposed work.
用 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 | forest-register |
| description | Query the public Forest Register JSON API for properties, cadastral units, forest stands, inventory attributes, geometry, and proposed work. |
https://register.metsad.ee/https://register.metsad.ee/portaal/api/rest/Send GET eraldis/puu with one or more URL parameters:
katastriNr: cadastral identifier.kinnistuNr: property number.yksuseNimi: property name.kvartaliNr: forest quarter number.maakondKood and valdKood: optional location narrowing.At least one of katastriNr, kinnistuNr, yksuseNimi, or kvartaliNr is required; county or municipality alone is not a search. Example:
GET https://register.metsad.ee/portaal/api/rest/eraldis/puu?kinnistuNr=12345
The response is a property tree: top-level units contain alamYksused, and cadastral sub-units contain eraldised. Each stand has an id, katastriNr, eraldiseNr, pindala, status, ownership label, and EPSG:3301 GeoJSON string.
Use the stand id, not its displayed stand number:
GET https://register.metsad.ee/portaal/api/rest/eraldis/detail/{id}
Return identifiers, property and cadastral data, inventory date, county/municipality, area, site and main-species codes, dimensions, age/composition elements, volume/increment, damage, special features, proposed work, ownership fields, and alaGeoJson as available.
kasvukohaKood, peapuuliik, and tooKood are register classifications; do not guess labels when a code list has not been retrieved.alaGeoJson is a JSON-encoded string in EPSG:3301, not an already parsed WGS84 geometry.Require a non-empty eraldised list, then require the detail response id to match the requested stand and preserve katastriNr plus eraldiseNr.