fakturownia-categories

Manage Fakturownia categories via CLI with JSON input and output.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a deterministic, CLI-driven interface for listing, inspecting, creating, updating, and deleting category resources in Fakturownia, removing the need for manual API calls or ad-hoc scripts.

Core Features & Use Cases

  • Resource Management: List and fetch category records with pagination and selectable output fields for automation and reporting.
  • CRUD with Schema Discovery: Create and update categories using JSON input informed by schema commands to validate request bodies and supported fields.
  • Use Case: Automate a bulk import of category metadata or correct category descriptions across multiple accounts using scripted CLI invocations.

Quick Start

Run the fakturownia CLI to create a category by supplying a JSON object for the input, for example: fakturownia category create --input '{"name":"my_category"}' --json

Frequently Asked Questions about fakturownia-categories

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

FAQPage Schema
How do I manage Fakturownia categories from the command line?▼

You can manage Fakturownia categories from the command line by running the fakturownia CLI binary to list, fetch, create, update, and delete category resources using JSON input.

How do I bulk import or update Fakturownia categories using JSON?▼

You can bulk import or update Fakturownia categories by supplying JSON input objects to scripted CLI invocations, such as using the fakturownia category create command with the --input and --json flags.

Can I switch Fakturownia API profiles or tokens dynamically during category automation?▼

Yes, you can switch Fakturownia profiles dynamically during category automation by using environment variable overrides for FAKTUROWNIA_PROFILE, FAKTUROWNIA_URL, and FAKTUROWNIA_API_TOKEN.

How do I list specific category fields and handle pagination in Fakturownia?▼

You can list specific category fields and handle pagination in Fakturownia by using selectable output field options and pagination parameters supported by the fakturownia CLI list commands.

Do I need to write custom scripts to manage Fakturownia categories?▼

No, you do not need to write custom scripts because the fakturownia CLI provides a deterministic interface for category CRUD operations, schema discovery, and JSON-based automation.