ワンクリックで
e-residency-dashboard
Extract current official e-Residency headline and country metrics from the dashboard's embedded Next.js data.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Extract current official e-Residency headline and country metrics from the dashboard's embedded Next.js data.
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 | e-residency-dashboard |
| description | Extract current official e-Residency headline and country metrics from the dashboard's embedded Next.js data. |
Use this source for programme totals, recent applications, e-resident companies, and country rankings. Use business-register-open-data for legal-entity records.
https://www.e-resident.gov.ee/dashboard/
The page has no documented data API. Its server HTML contains React Flight calls of the form self.__next_f.push([1,"..."]) with the dashboard data inside the string payload.
self.__next_f.push((\[.*?\]))</script> call with DOTALL and decode the captured array using a JSON parser.1 when it is a string. In the decoded strings, locate a quoted metric key followed by : and use a JSON decoder's raw_decode at the next character to parse its value.top-figures: objects with names and valuestop-countries-by-number-of-applications-in-the-last-12-months: citizenship, code, valuetop-countries-by-number-of-e-residents: citizenship, code, valueDo not scrape chart pixels or assume these cumulative figures equal Business Register counts. The frontend payload can change, so fail clearly if a requested key is absent.
The current page yields five top-figures rows and nonempty country arrays with two-letter country codes and numeric values.