OpenClaw · Skill
CLI
CLI tool for querying the Austrian company register (Firmenbuch) via the HVD WebServices API. Supports company lookups, document retrieval, and change tracking by date range.
Install
Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.
Primary command
clawhub install pasogott/firmenbuchatClawHub installer
npx clawhub@latest install pasogott/firmenbuchatOpenClaw CLI
openclaw skills install pasogott/firmenbuchatDirect OpenClaw install
openclaw install pasogott/firmenbuchatWhat this skill does
CLI tool for querying the Austrian company register (Firmenbuch) via the HVD WebServices API. Supports company lookups, document retrieval, and change tracking by date range.
Why it matters
Provides structured CLI access to Austrian company register data without navigating the official web portal manually.
Typical use cases
- Look up current registration details for an Austrian company by registration number
- Search for companies by name, legal form, or court district
- Download official company documents (Urkunden) to a local file
- Track newly registered or changed companies within a date range
- Check historical company data as of a specific cutoff date
Source instructions
firmenbuchat
Setup (API-Key)
firmenbuchat config set-keyexport FIRMENBUCH_API_KEY="dein-key".env:cp .env.example .envund dannfirmenbuchat --env-file /pfad/zu/.env <command>
Hilfe (alle Commands)
firmenbuchat help
Common Commands
- Version:
firmenbuchat version - Info:
firmenbuchat info - Konfig anzeigen:
firmenbuchat config show - Konfig löschen:
firmenbuchat config delete --force
Firmenbuchauszug
firmenbuchat auszug <FNR> [--stichtag YYYY-MM-DD] [--umfang "Kurzinformation"|"aktueller Auszug"|"historischer Auszug"]
Firmensuche
firmenbuchat suche firma <SUCHBEGRIFF> [--bereich 1-6] [--exakt] [--gericht 007] [--rechtsform GES]
Urkundensuche
firmenbuchat suche urkunde <FNR> [--output table|json|raw] [--limit 50] [--offset 0]
Urkunden
- Info:
firmenbuchat urkunde info <URKUNDEN_KEY> - Download:
firmenbuchat urkunde download <URKUNDEN_KEY> [--output PATH]
Veränderungen
- Firmen:
firmenbuchat veraenderungen firmen [--von YYYY-MM-DD] [--bis YYYY-MM-DD] [--gericht 007] [--rechtsform GES] - Urkunden:
firmenbuchat veraenderungen urkunden [--von YYYY-MM-DD] [--bis YYYY-MM-DD]
Diagnose
firmenbuchat doctor [--env-file PATH]
Globale Optionen
-o, --output:table(default),json,raw-k, --api-key: API-Key direkt übergeben-e, --env-file: Pfad zu.envDatei--limit: Anzahl Ergebnisse (Tabellen)--offset: Start-Offset
Notes
veraenderungen urkundenkann bei großen Zeiträumen 5xx liefern; kleinere Zeitfenster nutzen.- Downloads brauchen einen
URKUNDEN_KEYaussuche urkunde.