fakturownia-accounts

Create, inspect, delete, and unlink Fakturownia system accounts via CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fakturownia CLI accounts streamlines the creation, inspection, deletion, and unlinking of system accounts, replacing manual workflows with a README-backed contract, sanitized outputs, and optional profile persistence.

Core Features & Use Cases

  • Create a system account from the full upstream request object and optionally persist credentials as a profile
  • Inspect current system account metadata to verify prefixes, URLs, and login details in a safe, sanitized format
  • Delete the active system account or unlink prefixes from partner integrations
  • Use environment overrides and profiles to automate admin workflows in CI/CD pipelines

Quick Start

Run the fakturownia account create command with a full upstream request JSON via --input and review the sanitized output.

Frequently Asked Questions about fakturownia-accounts

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

FAQPage Schema
How do I automate Fakturownia system account creation from the command line?

Automate Fakturownia account creation by running the account create command with a full upstream request JSON via --input. The process returns sanitized output and optionally persists credentials as a profile for repeated use.

Can I use environment variables to override Fakturownia account settings in CI/CD pipelines?

Yes, you can use environment overrides and profile persistence to automate Fakturownia account workflows in CI/CD pipelines. Environment variables configure scoping and credentials, replacing manual setup.

What's the best way to inspect Fakturownia account metadata safely?

The best way to inspect Fakturownia account metadata safely is using the inspect command, which verifies prefixes, URLs, and login details while returning sanitized output that removes sensitive credentials.

Does the Fakturownia CLI support unlinking account prefixes from partner integrations?

Yes, the Fakturownia CLI supports unlinking prefixes from partner integrations. It also manages deleting the active system account, providing full lifecycle control over integration configurations.

How does sanitized output work when managing Fakturownia accounts?

Sanitized output strips sensitive credentials from the response when you create or inspect Fakturownia accounts. This mechanism ensures that prefixes, URLs, and login details are visible without exposing full upstream request secrets.