lexware-office

Inspect and manage Lexware Office accounting data with operator-granted writes.

126|11|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/HybridAIOne/hybridclaw --skill lexware-office
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lexware-office
Source: https://github.com/HybridAIOne/hybridclaw/tree/main/skills/lexware-office
Command: npx skills add https://github.com/HybridAIOne/hybridclaw --skill lexware-office

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps teams keep German SME accounting workflows moving by letting users inspect and manage Lexware Office contacts, articles/products, invoices, bookkeeping vouchers, receipts, and payment status without unsafe handling of secrets.

Core Features & Use Cases

  • Read accounting and billing data: list and retrieve contacts, products/articles, invoices, expenses/receipts, voucher details, and payment status for German accounting cycles.
  • Support reporting: generate local aggregation plans and compute income-statement or revenue summaries from Lexware voucher pages and posting categories.
  • Enable guarded writes: create contacts, draft/finalize invoices, log expenses, upload/attach receipt files, update vouchers with optimistic-locking versions, and match bank transactions by writing an auditable reconciliation note only after operator grant.

Quick Start

Ask the skill to show the open Lexware Office invoices and identify which ones are overdue by more than 30 days.

Frequently Asked Questions about lexware-office

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

FAQPage Schema
How do I check the payment status of open Lexware Office invoices and find overdue ones?

You can list open Lexware Office invoices and apply aging checks to identify which ones are overdue by more than 30 days, helping flag outstanding payments for follow-up in German SME accounting workflows.

Can I match bank transactions with Lexware Office vouchers and add reconciliation notes?

Yes, you can match local bank transactions to Lexware Office vouchers and write an auditable reconciliation note, but this write operation requires an explicit operator grant before execution.

How do I generate income-statement and revenue summaries from Lexware Office voucher data?

You can generate income-statement and revenue summaries by computing local aggregations from Lexware Office voucher pages and posting-category data retrieved through the accounting system.

Does updating vouchers in Lexware Office support concurrent edits with optimistic locking?

Updating Lexware Office vouchers uses optimistic-locking versions to prevent concurrent edit conflicts, ensuring data integrity by validating the voucher version before applying any updates.

What authentication is needed to access Lexware Office accounting data securely?

Accessing Lexware Office accounting data requires a bearer API key injected through the LEXWARE_OFFICE_API_KEY secret name, preventing unsafe handling of credentials while authenticating requests.

Can I upload expense receipts and draft invoices directly in Lexware Office workflows?

Yes, you can log expenses, upload and attach receipt files, and draft or finalize invoices directly in Lexware Office, with all write operations requiring operator-grant approval before execution.