obchodny-register-sk

Queries Slovak company records from the RPO API, orsr.sk, and registeruz.sk via orsr-cli.

2|1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/atlasgroupcz/codexis-marketplace --skill obchodny-register-sk-atlasgroupcz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: obchodny-register-sk
Source: https://github.com/atlasgroupcz/codexis-marketplace/tree/main/plugins/obchodny-register-sk/skills/obchodny-register-sk
Command: npx skills add https://github.com/atlasgroupcz/codexis-marketplace --skill obchodny-register-sk-atlasgroupcz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Looking up Slovak companies requires navigating multiple official sources - the RPO open API, the orsr.sk commercial register, and the registeruz.sk financial statements registry - each with different identifiers, URL patterns, and data formats. This Skill unifies them behind a single orsr-cli tool that returns structured JSON. ## Core Features & Use Cases - Company Search & Identification: Find Slovak legal entities by IČO, name, municipality, legal form, or activity, and retrieve full detail records including statutory bodies (konatelia), partners (spoločníci), share capital (základné imanie), registered office, and registration court. - Official Extracts & History: Resolve official orsr.sk links for current (aktuálny výpis) and full historical (úplný výpis) extracts, with validFrom/validTo fields distinguishing current state from history. - Financial Statements: Query registeruz.sk for accounting entities and financial statement IDs linked to an IČO. - Use Case: Verify a Slovak business partner before signing a contract - look up ESET by name, confirm its IČO, current konatelia, share capital, and registration number, then attach the official orsr.sk extract as a citation. ## Quick Start Ask the assistant to look up a Slovak company in the obchodný register by its IČO or name and show its statutory bodies, registered office, and share capital.

Frequently Asked Questions about obchodny-register-sk

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I look up a Slovak company by IČO?▼

Run orsr-cli search --ico with the company IČO to get matching RPO records, then call orsr-cli detail with the RPO internal id from the results. The detail response contains statutory bodies, addresses, share capital, and the source register entry.

How do I find statutory bodies and shareholders of a Slovak company?▼

Use orsr-cli detail with the RPO id and filter the statutoryBodies and stakeholders arrays with jq, selecting entries where validTo is null for the current state. Konatelia appear under statutoryBodies with personName and stakeholderType fields.

Can I get financial statements for a Slovak company?▼

Yes, run orsr-cli ruz with the company IČO to query the registeruz.sk API. It returns the accounting entity record including idUctovnychZavierok, the identifiers of filed financial statements, plus a link to the entity page.

Does the RPO API provide VAT numbers or beneficial owners?▼

No, RPO is not a VAT registry, so DIČ and IČ DPH must never be derived from its data. Beneficial owners (koneční užívatelia výhod) are also not exposed in the public API.

Why does a search by IČO return multiple records?▼

One IČO can match the main entity plus organizational units or branches, including terminated ones. Pick the record whose fullNames matches the expected company and that has no termination date set.

Can this skill look up Czech companies?▼

No, this skill covers Slovak entities only through RPO and orsr.sk. For Czech companies and Czech IČO lookups via the ARES registry, use the dedicated ares skill instead.