erpclaw-fleet

Automate ERPClaw Fleet vehicle, assignment, fuel, and maintenance operations.

5|6|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/avansaber/erpclaw-addons --skill erpclaw-fleet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: erpclaw-fleet
Source: https://github.com/avansaber/erpclaw-addons/tree/main/erpclaw-fleet
Command: npx skills add https://github.com/avansaber/erpclaw-addons --skill erpclaw-fleet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires erpclaw-lib, and includes scripts (resource) components.

What problem does it solve?

Fleet management for ERPClaw is complex and manual without a unified domain tool. This skill provides a centralized, auditable workflow to manage vehicles, driver assignments, fuel logs, and maintenance across four tables with a single entry point.

Core Features & Use Cases

  • Vehicle lifecycle: register, update, query, and list vehicles with consistent data constraints.
  • Assignment management: create and end driver assignments with status tracking and automatic vehicle status updates.
  • Fuel & maintenance tracking: log fuel purchases, schedule maintenance, and generate cost/utilization reports.
  • Auditing & reporting: consolidated activity auditing and ready-made reports for cost and utilization.

Quick Start

Register a new vehicle using the fleet-add-vehicle action.

Frequently Asked Questions about erpclaw-fleet

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

FAQPage Schema
How do I automate vehicle lifecycle management and fleet operations using SQL?

Fleet operations are centralized through a single SQL action router performing CRUD operations on vehicles, assignments, fuel logs, and maintenance. It manages the end-to-end lifecycle using SQLite storage and an internal data access toolkit for validation and auditing.

What's the best way to track vehicle maintenance schedules and fuel logs for a fleet?

Track maintenance and fuel logs by recording purchases and scheduling tasks through dedicated SQL actions. The system automatically generates cost and utilization reports while maintaining a consolidated activity audit trail across the four fleet tables.

Can I manage driver assignments and automatically update vehicle status in SQLite?

Yes, driver assignments are managed with active status tracking. Creating or ending an assignment triggers automatic updates to the corresponding vehicle status, ensuring fleet availability data remains accurate across the SQLite database.

Does ERPClaw Fleet require the erpclaw-lib dependency for auditing?

Yes, the erpclaw-lib dependency is required. It provides the foundational data access, auditing, and validation toolkit that the fleet domain actions rely on to ensure data integrity and conform to the repository's architectural standards.

How does consolidated activity auditing work for fleet management operations?

Auditing works by routing all vehicle, assignment, fuel, and maintenance actions through a single router. This centralizes activity logs, providing a unified audit trail for all fleet lifecycle modifications and reporting outputs.

What limitations exist when using a single action router for fleet database queries?

The single router architecture limits operations to SQLite storage and the four defined domain tables. Complex queries outside the vehicle, assignment, fuel, and maintenance domains require separate architectural components to execute.