fakturownia-invoice-attachment

...

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides straightforward, reproducible instructions to upload files using the attachment credentials flow and bind them to specific Fakturownia invoices, and to retrieve those attachments for recordkeeping or customer delivery.

Core Features & Use Cases

  • Attach Local Files: Upload a file from disk to a specified invoice using the CLI.
  • Streamed Uploads: Accept file bytes from stdin for piped or automated workflows.
  • Visibility & Retrieval: Make attachments visible to customers and download individual attachments or all attachments as a ZIP for archival or delivery.
  • Use Case: Automate attaching scanned receipts to invoices, toggle customer visibility, and batch-download attachments for auditing.

Quick Start

Attach a local file to invoice 111 by running fakturownia invoice add-attachment with --id 111 and --file ./scan.pdf and request JSON output with --json.

Frequently Asked Questions about fakturownia-invoice-attachment

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

FAQPage Schema
How do I attach a file to a Fakturownia invoice using the CLI?

To attach a file to a Fakturownia invoice, run fakturownia invoice add-attachment with the --id parameter for the invoice and --file for the local file path. Use the --json flag to request structured JSON output.

Can I upload piped data or stdin bytes to a Fakturownia invoice attachment?

Yes, you can upload piped bytes to a Fakturownia invoice attachment. The Skill accepts file bytes from stdin, enabling automated workflows to stream data directly to the specified invoice.

How do I download all attachments from a Fakturownia invoice as a ZIP file?

You download all Fakturownia invoice attachments as a ZIP by running the fakturownia invoice download-attachments CLI command. This requires a valid invoice ID to retrieve the complete archive.

Does the Fakturownia CLI attachment flow support making files visible to customers?

Yes, the Fakturownia CLI attachment flow supports setting customer visibility. When uploading files using the add-attachment command, you can toggle visibility settings for customer delivery.

What do I need to retrieve individual invoice attachments from Fakturownia?

To retrieve individual Fakturownia invoice attachments, you need the fakturownia invoice download-attachment CLI command and a valid invoice ID. This downloads specific files for recordkeeping.