fakturownia-recurrings

Manage recurring invoice definitions via the Fakturownia CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage and automate recurring invoice definitions so billing schedules remain consistent and manual scheduling errors are eliminated.

Core Features & Use Cases

  • List recurring definitions with JSON or columned output to review active schedules and next invoice dates.
  • Create and update recurring templates by supplying JSON input according to README-backed request_body_schema, enabling safe changes to recurrence rules and next invoice dates.
  • Safe deletion and dry-run support to validate destructive operations before applying them in production.
  • Use Case: A billing administrator audits recurring templates, updates next invoice dates for a subscription cohort, and removes obsolete recurring definitions after a dry-run validation.

Quick Start

Run fakturownia recurring list to inspect definitions, use fakturownia recurring create or update with --input JSON or @file to modify them, and validate destructive deletions with fakturownia recurring delete using --dry-run and --yes.

Frequently Asked Questions about fakturownia-recurrings

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

FAQPage Schema
How do I automate recurring invoices using the Fakturownia CLI?

Automate recurring invoices by running fakturownia recurring commands to list, create, update, and delete definitions using JSON input. This ensures billing schedules remain consistent and eliminates manual scheduling errors for administrators.

Can I validate destructive changes to recurring billing templates before applying them?

Validate destructive changes to recurring billing templates using the fakturownia recurring delete command with the --dry-run and --yes flags. This safe deletion support confirms operations before applying them in production.

Do I need the fakturownia binary to manage recurring invoice schedules from the command line?

Yes, managing recurring invoice schedules requires the fakturownia binary with JSON --input support, --id and --yes flags. You must also use fakturownia schema recurring commands for schema discovery.

How do I update next invoice dates for a subscription cohort via the Fakturownia CLI?

Update next invoice dates for a subscription cohort by running fakturownia recurring update with --input JSON or @file. Supply JSON input according to the README-backed request_body_schema to safely modify recurrence rules.

What is the best way to review active recurring billing schedules in Fakturownia?

Review active recurring billing schedules by running fakturownia recurring list to inspect definitions. This command supports JSON or columned output modes, allowing administrators to easily check next invoice dates and active schedules.

Are there limitations when creating recurring invoice definitions with JSON input?

Creating recurring invoice definitions requires supplying JSON input strictly according to the README-backed request_body_schema. Operations depend on the fakturownia binary's schema discovery and support for --json output modes to function correctly.