fakturownia-departments

Manage Fakturownia departments via CLI with list, fetch, create, update, delete, and set-logo operations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines department management in Fakturownia from the command line, providing list, fetch, create, update, delete, and logo upload capabilities.

Core Features & Use Cases

  • List departments
  • Fetch a single department by ID
  • Create or update a department with core fields such as name, shortcut, and tax_no
  • Delete a department
  • Upload a department logo via set-logo

Quick Start

Create a department by providing a JSON payload with required fields, then optionally upload a logo.

Frequently Asked Questions about fakturownia-departments

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

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

You can manage Fakturownia departments from the CLI by automating list, fetch, create, update, delete, and set-logo operations. The Skill validates required fields in your JSON payload and integrates with README-backed discovery for requests and outputs.

What fields are required to create a department in Fakturownia via API?▼

To create a department in Fakturownia, your JSON payload must include core fields such as name, shortcut, and tax_no. The Skill validates these required fields in the payload before executing the creation operation.

Can I upload a department logo using the Fakturownia API?▼

Yes, you can upload a department logo using the Fakturownia API by running the set-logo operation from the CLI. This allows you to attach branding images to specific department records.

How do I update multiple Fakturownia department records at once?▼

You can update multiple Fakturownia department records at once by executing batch updates through the CLI. This supports both individual operations and batch updates for managing department records efficiently.

Do I need the fakturownia CLI to automate department management tasks?▼

Yes, automating Fakturownia department management relies on the fakturownia CLI. This Skill operates within accounting and ERP-style workflows to manage department records and logos through command-line execution.