一键导入
bank-of-statistics
Retrieve Bank of Estonia macro-financial statistics and exchange-rate series from its public statistics portal JSON endpoints.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Retrieve Bank of Estonia macro-financial statistics and exchange-rate series from its public statistics portal JSON endpoints.
用 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 | bank-of-statistics |
| description | Retrieve Bank of Estonia macro-financial statistics and exchange-rate series from its public statistics portal JSON endpoints. |
Public JSON endpoints behind the portal at https://statistika.eestipank.ee/. No login, but send a browser user agent plus Referer: https://statistika.eestipank.ee/; Cloudflare may reject generic clients.
Use these headers for /spring/* requests:
Accept: application/json, text/plain, */*
X-Requested-With: XMLHttpRequest
Referer: https://statistika.eestipank.ee/
User-Agent: Mozilla/5.0
Currency discovery:
GET https://statistika.eestipank.ee/spring/getValuutad?lang=et
Known-valid history example:
GET https://statistika.eestipank.ee/spring/getValuutaKurssAjaloos?valuuta1=USD&valuuta2=GBP&aegAlg=1.1.2010&aegLopp=7.1.2010&lang=et&step=DAY
step accepts DAY, WEEK, MONTH, QUARTER, SEMIANNUAL, or YEAR. Dates use d.m.yyyy. Other indicator families are selected in the portal; preserve the /spring/* request and parameters observed there.
Keep the indicator/currency codes, date or period, value, unit/currency, frequency, filters, endpoint, parameters, and retrieval time. The exchange-rate history fields are aeg, kurss, and teade; decimal commas are locale-formatted numbers.
Require application/json and a non-empty array. The known-valid history example returns four records dated 4-7 January 2010; getValuutad returns objects containing code, name, and teade.