leciva

Query the Czech SÚKL medicines registry for drug details, prices, and reimbursement data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Looking up authoritative information about medicines registered in the Czech Republic requires navigating the SÚKL registry manually. This Skill provides structured, scriptable access to drug names, strengths, dosage forms, active substances, ATC codes, dispensing rules, prices, and insurance reimbursement data. ## Core Features & Use Cases - Medicine Search: Find drugs by name, SÚKL code, active substance, ATC code, dosage form, or dispensing category via the leciva-cli search command. - Detailed Records & Pricing: Retrieve full medicine records including composition and PIL/SPC links, plus live prices, insurance reimbursement, and patient copay amounts. - Use Case: A pharmacist or analyst asks which medicines registered in Czechia contain ibuprofen, then checks whether a specific product is on the market and what the patient copay is. ## Quick Start Ask the assistant to look up the medicine Paralen in the SÚKL registry, including its strength, dosage form, and whether it requires a prescription.

Frequently Asked Questions about leciva

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

FAQPage Schema
How do I look up a medicine in the Czech SÚKL registry?▼

Use leciva-cli search CZSUKL with the --query flag for a drug name or --kod-sukl for an exact SÚKL code. Pipe the JSON output through jq to select only the fields you need, such as nazev, sila, forma, and vydej.

How to find which medicines contain a specific active substance?▼

Run leciva-cli search CZSUKL with the --latka flag followed by the substance name, such as ibuprofen. The search matches Czech, Latin, and synonym names, and you can raise --limit to 100 for complete results.

Can I check medicine prices and insurance reimbursement in Czechia?▼

Yes, use leciva-cli get with the leciva://doc/<id>/cena resource. It returns the originator price, maximum pharmacy price, and an uhrady list with insurance reimbursement and patient copay amounts.

Does the SÚKL search include withdrawn medicine registrations?▼

No, withdrawn or cancelled registrations are excluded by default. Add the --vcetne-zrusenych flag to the search command to include them in the results.

Why does my SÚKL search return fewer results than the total count?▼

Search results are paginated with a default limit of 20 and a maximum of 100 per call. Use --limit 100 for completeness or page through results with --offset, keeping offset plus limit under 10000.