Agent skill
firmenbuchat
CLI für den Zugriff auf das österreichische Firmenbuch (HVD WebServices).
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/firmenbuchat
Metadata
Additional technical details for this skill
- clawdbot
-
{ "emoji": "\ud83c\udde6\ud83c\uddf9", "install": [ { "id": "brew", "bins": [ "firmenbuchat" ], "kind": "brew", "label": "Install firmenbuchat (brew)", "formula": "pasogott/tap/firmenbuchat" }, { "id": "uv", "kind": "shell", "label": "Install firmenbuchat (uv)", "command": "uv add git+https://github.com/pasogott/firmenbuch-aip.git" } ], "requires": { "bins": [ "firmenbuchat" ] } }
SKILL.md
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?