ff-fuhrpark

Manage FassadenFix vehicle data, bookings, maintenance, and fuel receipts via Python.

Updated Oct 31, 2025
One-click install
npx skills add https://github.com/FassadenFix/FaFi --skill ff-fuhrpark
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ff-fuhrpark
Source: https://github.com/FassadenFix/FaFi/tree/main/skills/ff_fuhrpark
Command: npx skills add https://github.com/FassadenFix/FaFi --skill ff-fuhrpark

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill consolidates FassadenFix fleet data, maintenance schedules, tank receipts, and vehicle bookings to reduce fragmentation and manual coordination.

Core Features & Use Cases

  • Fahrzeugverwaltung: Erfassung und Pflege aller Fahrzeugdaten
  • Buchungssystem: Reservierung von Fahrzeugen für Baustellen
  • Wartungsplanung: Tracking von Wartungsterminen und Wartungshistorie
  • Tankbelege: Dokumentation von Kraftstoffverbrauch und Kosten
  • Berichte: Generierung von Flottenübersichten (PDF)

Quick Start

Starten Sie durch das Anlegen eines neuen Fahrzeugs, erstellen Sie eine erste Buchung und protokollieren Sie eine Wartung, um den Workflow zu testen.

Frequently Asked Questions about ff-fuhrpark

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

FAQPage Schema
How do I manage fleet vehicle bookings and maintenance schedules in Python?

Fleet vehicle management and booking in Python captures vehicle data, schedules maintenance, and logs fuel receipts. The backend processes bookings across sites and generates structured PDF reports for vehicle assignments and maintenance tracking.

What is the best way to track fuel receipts and vehicle maintenance history?

Tracking fuel receipts and maintenance history is achieved by logging fuel consumption costs and scheduling maintenance events. The system consolidates vehicle data to reduce manual coordination and provides a structured maintenance log for each fleet vehicle.

Can I generate PDF reports for fleet management and vehicle assignments?

PDF report generation for fleet management is supported via the Python backend. It creates structured overviews consolidating vehicle data, booking schedules, and maintenance logs to provide clearly structured output for fleet coordination.

How do I create a vehicle booking system for multiple sites?

Creating a vehicle booking system for multiple sites involves reserving vehicles for specific locations. The Skill implements booking actions that capture vehicle assignments across different sites, reducing fragmentation in manual fleet coordination.

Does this fleet management approach work without external dependencies?

This fleet management approach works without external dependencies, using a standalone Python backend. It requires no additional libraries or modules to handle vehicle creation, booking, maintenance logging, and fuel receipt entry.