fakturownia-invoice-minimal

Create minimal Fakturownia invoice JSON from client and product IDs.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/sixers/fakturownia-cli --skill fakturownia-invoice-minimal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fakturownia-invoice-minimal
Source: https://github.com/sixers/fakturownia-cli/tree/main/skills/fakturownia/recipes/invoice-minimal
Command: npx skills add https://github.com/sixers/fakturownia-cli --skill fakturownia-invoice-minimal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly generate a minimal invoice payload when you already know the client and product identifiers, avoiding manual construction of full invoice objects and reducing friction for automated workflows.

Core Features & Use Cases

  • Minimal Payload Construction: Produces the smallest valid JSON payload required by the Fakturownia invoice create command using client_id, product_id, and optional seller/recipient IDs.
  • API-Friendly Automation: Aligns with Fakturownia defaults (issue date and payment term) so agents can reliably create invoices without specifying every field.
  • Use Case: Automate creating single or batched invoices when client and product references are already available from your system.

Quick Start

Create a minimal invoice using the known client_id and product_id and let the CLI apply API defaults.

Frequently Asked Questions about fakturownia-invoice-minimal

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

FAQPage Schema
How do I create a minimal invoice payload for the Fakturownia API?

To create a minimal invoice payload for the Fakturownia API, you provide known client_id and product_id values to generate the smallest valid JSON required, optionally including seller department or recipient IDs.

What fields are required to automate Fakturownia invoice creation?

Automated Fakturownia invoice creation requires a client_id and product_id, while seller department and recipient IDs are optional fields you can include to further refine the JSON payload.

Does the Fakturownia API require an issue date when creating invoices via automation?

The Fakturownia API does not require an explicit issue date for automated invoice creation, as the minimal payload relies on the API's default issue date handling and payment_to_kind settings.

Can I generate batch invoice JSON payloads using known client and product IDs?

You can generate batch invoice JSON payloads using known client and product IDs by repeatedly applying the minimal payload construction, reducing friction for automated single or batched workflows.

When should I avoid using a minimal invoice payload for Fakturownia?

You should avoid using a minimal invoice payload when your workflow lacks existing client_id or product_id references, as this approach skips manual object construction and relies on identifiers already available in your system.