Install
$ agentstack add skill-taivop-marketplace-bank-of-statistics ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ● Network access Used
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Bank of Estonia Statistics
Use when
- You need central-bank indicators (monetary, financial, external sector).
- You need statistics complementary to Statistics Estonia.
Avoid when
- The indicator is already fully available from Statistics Estonia and no financial split is needed.
Access reality
- Public access type: JavaScript UI backed by
/spring/*JSON endpoints. - Critical caveat: direct endpoint calls can return
406without browser-like request headers.
Inputs
- Indicator topic and period.
- Preferred granularity and format.
Outputs
- Downloaded indicator series and source citation.
Primary endpoints
- Portal UI: https://statistika.eestipank.ee/
- Example JSON endpoints (public):
- https://statistika.eestipank.ee/spring/getValuutad
- https://statistika.eestipank.ee/spring/getValuutaKursid
- https://statistika.eestipank.ee/spring/getValuutaKurssAjaloos
- https://statistika.eestipank.ee/spring/getAvaldamiskalenderHeaders
- https://statistika.eestipank.ee/spring/getHeadingsFilterData
- https://statistika.eestipank.ee/spring/getAvaldamiskalenderList
Retrieval workflow
- Start from portal page to identify needed indicator family.
- For
/spring/*endpoint calls, send headers:
Accept: application/json, text/plain, */*X-Requested-With: XMLHttpRequestReferer: https://statistika.eestipank.ee/
- Call relevant endpoint with required parameters.
- Parse JSON response and normalize dates/units.
- Keep endpoint URL and parameter set with output.
Request contract
getValuutaKursid:- required:
aeg,aeg1,aeg2,tyyp,lang - date format expected by endpoint:
dd.mm.yyyy getValuutaKurssAjaloos:- required:
valuuta1,valuuta2,aegAlg,aegLopp,lang,step - known
stepvalues:DAY,WEEK,MONTH,QUARTER,SEMIANNUAL,YEAR getAvaldamiskalenderList:- required:
lng - optional filter:
rubriikId
Output schema expectations
- Keep at least:
- indicator code/name
- period/date
- value
- unit/currency
- dimension filters used (if any)
- source endpoint URL and params
Limits and caveats
- Endpoints are unofficially documented through frontend behavior.
- Some endpoint combinations return empty arrays if params are incomplete or mismatched.
- UI routes are hash-based; data endpoints are under
/spring/.
Verification hooks
- Verify JSON response content type is
application/json. - Verify endpoint returns non-empty arrays for known-valid sample query.
- Verify calls without headers can fail with
406and calls with headers succeed.
Quality checks
- Confirm frequency (daily/weekly/monthly/quarterly/annual).
- Confirm whether values are stock or flow before interpretation.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: taivop
- Source: taivop/marketplace
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.