register-zmluv

Search Slovak public-sector contracts from the Central Register of Contracts via a CLI tool.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Finding Slovak public-sector contracts on crz.gov.sk requires manual searching through millions of records; this Skill provides structured, filterable access to the Central Register of Contracts (Centrálny register zmlúv) with citable links to every contract. ## Core Features & Use Cases - Fulltext and Filtered Search: Search contracts by subject, contracting parties, IČO, contract value range, and date range, with sorting and pagination support. - Full Contract Records: Retrieve the complete metadata record for any contract, including parties, value in EUR, dates, and attachment counts. - Citable Output: Every result links to the official crz.gov.sk detail page where the contract PDF and attachments are published. - Use Case: A journalist asks "Which contracts has the Slovak Ministry of Interior signed for security services?" and receives a readable list of contracts with parties, values, dates, and links to the official register pages. ## Quick Start Ask the assistant to find contracts in the Slovak Central Register of Contracts, for example: "Find service contracts signed by Slovak ministries in 2024 with a value over 100,000 EUR."

Frequently Asked Questions about register-zmluv

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

FAQPage Schema
How do I search Slovak public contracts by company IČO?▼

Use the register-zmluv search command with the --ico flag followed by the 8-digit Slovak organisation identifier. Note that the filter matches the IČO on either side of the contract, so it cannot distinguish whether the organisation was the buyer or the supplier.

How to filter contracts by value and date in the Slovak register?▼

Use --value-min and --value-max for the total contract value in EUR, and --date-from / --date-to with YYYY-MM-DD dates for the contract date range. All filters are inclusive and can be combined freely with fulltext search.

Can I download contract PDFs from the Central Register of Contracts?▼

No, this register is metadata-only and hosts no contract PDFs. Each search result includes a url field linking to the official crz.gov.sk detail page, where the contract document and its attachments are published.

Why does a contract show a value of 0 EUR in the register?▼

A zero or missing sumaSpolu value is common and does not mean the contract was free. Framework agreements, per-unit pricing, and publisher omissions all record 0, so report it as the registered value rather than concluding the performance was gratuitous.

What are the pagination limits when searching crz.gov.sk contracts?▼

Search returns up to 100 results per call with a default limit of 20, and offset plus limit must not exceed 10000. For counts, run one search with --limit 1 and read the total field instead of paging through all results.