Install
$ agentstack add skill-taivop-marketplace-business-register-open-data ✓ 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 No
- ✓ 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
Estonia Business Register Open Data
Use when
- You need legal entity baseline datasets (registrations, statuses, attributes).
- You need reproducible business population extracts.
- You need organization-level context that also supports party membership trend analysis.
Avoid when
- You only need high-level macro indicators.
Access reality
- Public access type: direct downloadable snapshot files + API/X-road documentation.
- Snapshot files are directly downloadable as zipped CSV/XML/JSON/Parquet from open-data page.
Inputs
- Entity scope, date range, and required fields.
Outputs
- Registry extract with schema notes and date stamp.
Primary endpoints
- Download page: https://avaandmed.ariregister.rik.ee/en/downloading-open-data
- Open data API index: https://avaandmed.ariregister.rik.ee/en/open-data-api/introduction-api-services
- Open data guidance: https://abiinfo.rik.ee/en/e-business-register-queries/open-data-e-business-register
- Beneficial owners guidance: https://abiinfo.rik.ee/en/e-business-register-queries/beneficial-owners
- XML service WSDL (live): https://ariregxmlv6.rik.ee/?wsdl
- XML service WSDL (demo): https://demo-ariregxmlv6.rik.ee/?wsdl
Retrieval workflow
- Open download page and choose dataset family (for example
ettevotja_rekvisiidid__...). - Download zip file in desired format (
csv.zip,xml.zip,json.zip,parquet.zip). - Unzip and parse with original delimiter/encoding preserved.
- If needed, use open-data API documentation pages for query-based enrichment.
- Keep snapshot file name and retrieval date in output metadata.
Request contract
- Snapshot downloads: direct GET file URLs under
/sites/default/files/.... - API-related docs list service methods and contracts.
- XML service (
ariregxmlv6) is documented by WSDL and includes paid/demo service contexts.
Output schema expectations
- Preserve at least:
- business registry code (
ariregistri_kood) - legal form/status fields
- registration date fields
- address/location fields
- source link and snapshot timestamp/file name
- Keep beneficial-owner fields separate from core legal-entity fields.
Limits and caveats
- Different datasets use different format families and completeness levels.
- API contracts and access terms can differ from static open-data snapshot access.
- Some related services (contracted APIs) are not free/open in the same way as snapshot files.
Verification hooks
- Verify downloaded archive is valid zip and contains expected table file.
- Verify header row includes key identifiers (for example
ariregistri_kood). - Verify WSDL endpoints respond with XML metadata.
Quality checks
- Preserve original business identifiers.
- Keep snapshot date and provenance in output metadata.
- Keep beneficial-owner fields and legal-entity fields clearly separated.
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.