← 返回 Skills 市场
akkualle

Accounting Assistant

作者 Akkualle · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
96
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install akkualle-accounting-assistant
功能描述
Buchhaltungs-Automatisierung mit EÜR-Erstellung, DATEV-Export, PDF-Beleganalyse und Steuer-Vorbereitung. Ideal für Freelancer und KMU.
使用说明 (SKILL.md)

🧮 Accounting Assistant

Automatisierte Buchhaltung für Freelancer und KMU.

✨ Features

Funktion Beschreibung
Beleg-Verarbeitung PDF-Rechnungen analysieren, Beträge extrahieren
EÜR-Erstellung Einnahmen-Überschuss-Rechnung automatisch
DATEV-Export CSV-Export im DATEV-Format
Steuer-Vorbereitung Anlage EÜR vorbereiten
USt-Berechnung Umsatzsteuer 19% automatisch

🚀 Verwendung

# Beleg analysieren
python3 beleg-analyse.py rechnung.pdf

# EÜR erstellen
python3 eur-erstellung.py > eur-2024.md

# DATEV-Export
python3 datev-export.py buchungen.json export.csv

📊 SKR03 Kontenplan

Integrierter Kontenplan für DATEV-Export.

💰 Preis: 49€

Einmalzahlung, lebenslange Nutzung.


Version: 1.0.0 | Author: AkkuAlle

安全使用建议
This skill contains working scripts for PDF invoice analysis, EÜR and DATEV export and invoice generation, but the package metadata omits required runtime components. Before installing or running: 1) Review and test in an isolated environment (VM or container). 2) Install dependencies manually: ensure pdftotext (poppler) is available on PATH and pip-install the fpdf package (and any other Python packages your environment requires). 3) Inspect hard-coded values (IBAN, emails, company names) and change them if they expose private data or placeholders. 4) When running the analyzer, pass a specific folder or file — avoid pointing it at system root or broad directories to prevent accidental scanning of unrelated PDFs. 5) Confirm output files go to expected local directories and no network activity is performed. If you need higher assurance, ask the author for an explicit dependency list and a manifest or run a security audit on the scripts.
功能分析
Type: OpenClaw Skill Name: akkualle-accounting-assistant Version: 1.0.0 The skill bundle provides a suite of accounting tools for freelancers, including PDF invoice analysis, EÜR (income-surplus) report generation, and DATEV-compatible exports. The Python scripts (beleg-analyse.py, datev-export.py, etc.) use standard libraries like fpdf and subprocess (calling pdftotext safely) to perform their stated functions. While the code contains specific business templates and placeholder financial data (e.g., IBANs for 'Merlin Krischnah Media'), there is no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description align with the included scripts (PDF invoice analysis, EÜR, DATEV export, invoice generation). However the package metadata declares no required binaries or packages while the code clearly needs external tools (pdftotext) and Python libraries (fpdf). This mismatch is unexpected and should be clarified before use.
Instruction Scope
SKILL.md only shows running the Python scripts, which is consistent. The scripts themselves perform filesystem operations (walking folders, reading PDFs, writing outputs), invoke a local binary via subprocess (pdftotext), and create files (rechnungen/ outputs, CSV). They do not make network calls, but they will read arbitrary paths the user passes in — a user or agent could inadvertently point them at broad directories and cause wide data access. The SKILL.md does not warn about these filesystem effects or list the external binary/library requirements.
Install Mechanism
There is no install specification, which avoids arbitrary remote downloads (good), but the code depends on pdftotext (external binary from poppler) and the Python package 'fpdf' — neither is declared in the metadata or SKILL.md. That omission is a practical risk: running the scripts will fail or behave unexpectedly if these dependencies are missing, and the user/agent may try to install them ad-hoc.
Credentials
The skill requests no environment variables or credentials. The code contains hard-coded example contact and bank fields (IBAN, email, phone) for the author's company, but these are static strings (likely placeholders) and not secrets requested from the environment.
Persistence & Privilege
The skill does not request persistent privileges and 'always' is false. It writes output files under local directories (e.g., 'rechnungen/') which is expected behavior for an accounting tool and does not modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install akkualle-accounting-assistant
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /akkualle-accounting-assistant 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Financial document analysis, expense categorization, tax preparation helper.
元数据
Slug akkualle-accounting-assistant
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Accounting Assistant 是什么?

Buchhaltungs-Automatisierung mit EÜR-Erstellung, DATEV-Export, PDF-Beleganalyse und Steuer-Vorbereitung. Ideal für Freelancer und KMU. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 96 次。

如何安装 Accounting Assistant?

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

Accounting Assistant 是免费的吗?

是的,Accounting Assistant 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Accounting Assistant 支持哪些平台?

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

谁开发了 Accounting Assistant?

由 Akkualle(@akkualle)开发并维护,当前版本 v1.0.0。

💬 留言讨论