← 返回 Skills 市场
pasogott

firmenbuchat

作者 pasogott · GitHub ↗ · v0.2.3
cross-platform ⚠ suspicious
1785
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install firmenbuchat
功能描述
CLI für den Zugriff auf das österreichische Firmenbuch (HVD WebServices).
使用说明 (SKILL.md)

firmenbuchat

Setup (API-Key)

  • firmenbuchat config set-key
  • export FIRMENBUCH_API_KEY="dein-key"
  • .env: cp .env.example .env und dann firmenbuchat --env-file /pfad/zu/.env \x3Ccommand>

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 \x3CFNR> [--stichtag YYYY-MM-DD] [--umfang "Kurzinformation"|"aktueller Auszug"|"historischer Auszug"]

Firmensuche

  • firmenbuchat suche firma \x3CSUCHBEGRIFF> [--bereich 1-6] [--exakt] [--gericht 007] [--rechtsform GES]

Urkundensuche

  • firmenbuchat suche urkunde \x3CFNR> [--output table|json|raw] [--limit 50] [--offset 0]

Urkunden

  • Info: firmenbuchat urkunde info \x3CURKUNDEN_KEY>
  • Download: firmenbuchat urkunde download \x3CURKUNDEN_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 .env Datei
  • --limit: Anzahl Ergebnisse (Tabellen)
  • --offset: Start-Offset

Notes

  • veraenderungen urkunden kann bei großen Zeiträumen 5xx liefern; kleinere Zeitfenster nutzen.
  • Downloads brauchen einen URKUNDEN_KEY aus suche urkunde.
安全使用建议
This skill appears to be a thin wrapper around the firmenbuchat CLI and looks generally coherent, but check these before installing: 1) The SKILL.md requires an API key (FIRMENBUCH_API_KEY) and .env usage even though the metadata lists no required env vars — verify how and where the key is stored (firmenbuchat config set-key), and whether it is saved in plaintext. 2) Inspect the brew formula in pasogott/tap and the GitHub repo (https://github.com/pasogott/firmenbuch-aip) before running 'uv add' or adding the tap to ensure there is no unexpected behavior. 3) When using a .env file or export, protect the file (restrict permissions) since it will contain a sensitive API key. If you need higher assurance, ask the publisher to declare required env vars in metadata and provide the brew formula and repository commit hash that will be installed.
功能分析
Type: OpenClaw Skill Name: firmenbuchat Version: 0.2.3 The skill bundle is benign. It provides a CLI wrapper for the Austrian company register (Firmenbuch) API. The `skill.md` file details standard installation methods (Homebrew, uv from GitHub) and usage instructions for the `firmenbuchat` CLI tool. All commands and configurations, including API key handling, are directly related to the stated purpose of interacting with the Firmenbuch service. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the AI agent beyond the intended execution of the described commands.
能力评估
Purpose & Capability
Name/description match the requested binary (firmenbuchat) and the documented commands in SKILL.md. Requiring the firmenbuchat binary (and providing a brew formula) is coherent for a CLI wrapper. However, the SKILL.md expects an API key (FIRMENBUCH_API_KEY) and shows .env handling even though the registry metadata lists no required environment variables; that mismatch should be clarified.
Instruction Scope
SKILL.md instructions stay focused on running the firmenbuchat CLI and setting an API key via config or env files. It does not instruct reading unrelated system paths or sending data to unexpected endpoints. The noteworthy item is that the instructions assume the agent (or user) will create/set an API key and may read a .env file — these environment interactions are within the skill's domain but are not reflected in the declared requirements.
Install Mechanism
Install spec includes a brew formula from a pasogott tap (pasogott/tap/firmenbuchat) which is standard for distributing a CLI, and an alternative 'uv add git+https://github.com/pasogott/firmenbuch-aip.git'. The brew tap is a third-party tap (not an official core formula) and the uv/git install will clone/execute code from the listed GitHub repo — both are traceable but worth inspecting before use.
Credentials
SKILL.md documents using an API key (FIRMENBUCH_API_KEY), passing -k/--api-key, and reading a .env file, yet the registry metadata lists no required env vars or primary credential. Asking for or reading an API key is reasonable for this purpose, but the metadata omission is a mismatch and the skill will require sensitive input (the API key) at runtime — users should confirm where the key is stored (local config, .env) and the storage/access protections.
Persistence & Privilege
The skill does not request always:true and does not declare persistent system-wide changes. Normal autonomous invocation is allowed (disable-model-invocation is false), which is standard. There is a mention of 'firmenbuchat config set-key' which likely stores the API key locally; users should verify where that is stored and file permissions but this behavior is within the skill's expected scope.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install firmenbuchat
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /firmenbuchat 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.3
firmenbuchat 0.2.3 Changelog - Added detailed usage instructions and examples for setup, key configuration, and core commands. - Expanded documentation on company search, document search and download, and change queries. - Listed available installation methods (brew, uv) with guidance. - Included troubleshooting notes and global CLI options for improved usability. - Documented common issues and tips for large data requests and document downloads.
元数据
Slug firmenbuchat
版本 0.2.3
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

firmenbuchat 是什么?

CLI für den Zugriff auf das österreichische Firmenbuch (HVD WebServices). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1785 次。

如何安装 firmenbuchat?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install firmenbuchat」即可一键安装,无需额外配置。

firmenbuchat 是免费的吗?

是的,firmenbuchat 完全免费(开源免费),可自由下载、安装和使用。

firmenbuchat 支持哪些平台?

firmenbuchat 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 firmenbuchat?

由 pasogott(@pasogott)开发并维护,当前版本 v0.2.3。

💬 留言讨论