cdx-at

Search and retrieve Austrian federal law, state law, case law, and consolidated norms from the RIS database.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Accessing Austrian legal information requires navigating the RIS (Rechtsinformationssystem) across five distinct sources - federal legislation, case law, state legislation, official publications, and historical consolidated norms. This Skill provides a single structured CLI interface to search, retrieve, and cite all of them without scraping the RIS website. ## Core Features & Use Cases - Multi-source legal search: Query federal law (Bundesrecht), case law from 7 courts including VfGH and VwGH (Judikatur), state law (Landesrecht), other publications (Sonstige), and consolidated historical norms with filters for dates, courts, gazette numbers, ECLI, and document types. - Point-in-time consolidated law: Retrieve the exact wording of any paragraph of a law as it stood on a specific date, view amendment timelines, and navigate tables of contents via the cdx-at://law/<LAW_KEY> surface. - Natural-key resolution: Resolve gazette numbers (BGBl/LGBl), ECLI identifiers, and NOR document numbers directly to documents. - Use Case: A lawyer asks how § 1295 ABGB has changed over time. The Skill fetches the paragraph's version history and point-in-time texts, then returns citable attachment links for each version. ## Quick Start Ask the assistant to find the current wording of a specific Austrian law section, for example: "Find the current wording of section 1295 of the Austrian ABGB with a citable source link."

Frequently Asked Questions about cdx-at

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

FAQPage Schema
How do I search Austrian federal law and case law?▼

Use the cdx-at search command with a source: ATBR for federal legislation, ATJD for case law from 7 courts, ATLR for state law, ATSO for other publications, and ATHI for consolidated norms. Filters include free-text query, date ranges, document type, court, and gazette number.

How can I find what an Austrian law paragraph said on a specific date?▼

Use the consolidated law endpoint cdx-at://law/<LAW_KEY>/text with a part and date parameter, where LAW_KEY is a Gesetzesnummer or eli~ stem. This returns the point-in-time wording of the paragraph as it stood on that date.

Which Austrian courts are covered by RIS case law search?▼

The Judikatur source covers 7 courts: VfGH (Constitutional Court), VwGH (Supreme Administrative Court), OGH civil and criminal decisions, BVwG, state administrative courts (LVwG), Dokumentation, and Umweltsenat, totaling over 650,000 decisions.

Can I resolve an ECLI or BGBl number directly to a document?▼

Yes, natural-key resolvers convert ECLI identifiers, BGBl and LGBl gazette numbers, and NOR document numbers into document IDs via cdx-at://by-ecli, cdx-at://bgbl, cdx-at://lgbl, and cdx-at://by-document-number endpoints.

Should I scrape ris.bka.gv.at to verify Austrian legal documents?▼

No, direct scraping of ris.bka.gv.at or web search is explicitly forbidden. The cdx-at CLI is the complete authoritative access path, and its resolved https attachment links are already correct and citable.