fakturownia-doctor

Validate Fakturownia CLI configuration, authentication, network reachability, and release integrity.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a deterministic CLI-driven diagnostic to uncover why Fakturownia API interactions fail by validating local configuration resolution, credential access, network reachability, and binary integrity so you can stop guessing and get actionable remediation.

Core Features & Use Cases

  • Configuration and keychain checks: Resolves profile config paths and verifies stored API tokens or keychain access.
  • Network and API validation: Tests DNS/TLS reachability and performs authenticated API probes to confirm server access.
  • Release integrity: Optionally verifies the running binary against published checksums to detect tampering or partial upgrades.
  • Use Case: When an invoice API call fails, run the diagnostic to quickly determine whether the issue is local config, auth, network, or binary integrity before making code changes.

Quick Start

Run fakturownia doctor run to validate configuration resolution, keychain access, network reachability, authenticated API access, and optional release checksum verification.

Frequently Asked Questions about fakturownia-doctor

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

FAQPage Schema
How do I diagnose Fakturownia API request failures?

To diagnose Fakturownia API request failures, run the diagnostic tool to validate local configuration resolution, keychain access, network reachability, and authenticated API access. It provides actionable remediation steps to fix config, auth, or network issues.

How do I verify keychain access for stored Fakturownia API tokens?

Verify keychain access for stored Fakturownia API tokens by running the diagnostic configuration check. It resolves profile config paths and verifies stored API tokens or keychain access to ensure credentials are valid and accessible.

What network checks are needed to test Fakturownia API reachability?

Network checks to test Fakturownia API reachability include DNS and TLS reachability tests alongside authenticated API probes. These validate server access and confirm whether network issues are causing API interaction failures.

Can I verify the integrity of a Fakturownia CLI binary?

Yes, you can verify the integrity of a Fakturownia CLI binary using optional release checksum verification. This detects tampering or partial upgrades by validating the running binary against published checksums during diagnostics.

Why does my Fakturownia CLI configuration resolution fail?

Fakturownia CLI configuration resolution fails when profile config paths are invalid or missing. The diagnostic tool resolves these paths and checks stored credentials to determine if local configuration is causing API failures.

Do I need any dependencies to run Fakturownia CLI diagnostics?

No dependencies are required to run Fakturownia CLI diagnostics. The tool operates independently to perform config-path resolution, keychain access checks, network tests, API probes, and checksum verification without external dependencies.