sbirka-listin

Lists, downloads, and watches filed documents in the Czech Collection of Deeds by IČO.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Accessing a Czech company's filed documents - financial statements, articles of association, founding contracts, notarial deeds - requires manually navigating the Ministry of Justice register portal. This Skill retrieves a subject's complete filing history from the Sbírka listin by IČO, downloads specific documents, and monitors companies for new filings. ## Core Features & Use Cases - Document Listing: Retrieve every document a subject has filed in the Collection of Deeds, with filing dates, document types, and official document numbers (číslo listiny). - Document Download: Fetch a specific filing (PDF or XHTML/ESEF) to disk by its číslo listiny, then read its contents to answer questions like profit figures or signing authority. - Filing Watch: Add companies to a watchlist and get e-mail or in-app notifications when new documents are filed, via a daily automated check. - Use Case: A lawyer needs the latest financial statements of company IČO 27082440. The Skill lists the filings, filters for "účetní závěrka [2024]", downloads the document, and reads its contents. ## Quick Start Ask the assistant to list all documents filed in the Collection of Deeds for the company with IČO 27082440.

Frequently Asked Questions about sbirka-listin

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

FAQPage Schema
How do I get a Czech company's financial statements by IČO?▼

Run sbirka-listin-cli listiny with the company's IČO to list all filed documents, filter the type field for "účetní závěrka" with the desired year, then use the dokument command with that entry's číslo listiny to download the file.

How to download a document from the Czech Collection of Deeds?▼

Use sbirka-listin-cli dokument with the IČO and the full číslo listiny copied verbatim from the listiny output, quoted because it contains a space. The command saves the PDF or XHTML file to disk and returns its path.

Can I monitor a Czech company for new filings in the register?▼

Yes, add the company's IČO with sbirka-listin-cli sledovani add, which records the current filings as a baseline. A daily automated check then detects new documents and sends e-mail or in-app notifications.

Does the Collection of Deeds show company directors or registered address?▼

No, the Sbírka listin only contains the documents a company has filed, not the register entry itself. For the company name, registered seat, statutory bodies, or VAT status, use the ares skill instead.

Why does the document list come back empty for a valid IČO?▼

An empty listiny array means the subject exists in the register but has filed no documents, which is not an error. A genuine failure is reported as an ERROR line on stderr with exit code 2.