fetching-zakon-rada

Retrieve Ukrainian legislation text from zakon.rada.gov.ua by document ID and date.

2|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/crankshift/lawpowers --skill fetching-zakon-rada
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fetching-zakon-rada
Source: https://github.com/crankshift/lawpowers/tree/main/plugins/ua/skills/fetching-zakon-rada
Command: npx skills add https://github.com/crankshift/lawpowers --skill fetching-zakon-rada

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieves Ukrainian legislation text from the official portal zakon.rada.gov.ua, enabling access to the current edition or a historical edition by date for research or compliance checks.

Core Features & Use Cases

  • Current edition retrieval: fetch the active text for a given document ID.
  • Historical edition retrieval: fetch text as of a specified date using the edYYYYMMDD format.
  • URL construction and verification: generate direct URLs to the document card and to the English version when available.

Quick Start

Ask me to fetch the current edition of a Ukrainian law or the edition as of a specific date from zakon.rada.gov.ua.

Frequently Asked Questions about fetching-zakon-rada

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

FAQPage Schema
How do I fetch a historical edition of a Ukrainian law from zakon.rada.gov.ua?

To fetch a historical edition of a Ukrainian law, provide the document ID and the specific date. The Skill formats the date as YYYYMMDD to retrieve the exact legislation text as it was on that day from the zakon.rada.gov.ua portal.

How can I get a direct URL to an English version of Ukrainian legislation?

You can generate direct URLs to English versions of Ukrainian legislation by providing the document ID. The Skill constructs and verifies links to the document card and English version when available on the zakon.rada.gov.ua portal.

What is the process for retrieving the current active text of a Ukrainian law?

Retrieving the current active text requires the document ID. The Skill maps this ID to the official portal endpoints to fetch the most up-to-date edition of the Ukrainian legislation from zakon.rada.gov.ua.

Can I use this tool to verify compliance using past versions of Ukrainian laws?

Yes, you can verify compliance using past versions of Ukrainian laws. By fetching historical editions with a specific YYYYMMDD date, you can review the exact legal text in effect during a past period for accurate compliance checks.

Does fetching Ukrainian legislation require mapping document IDs to portal endpoints?

Yes, fetching Ukrainian legislation requires mapping document IDs to portal endpoints. The Skill automatically validates these IDs against the laws/show and laws/card endpoints on zakon.rada.gov.ua to ensure accurate retrieval.