erpclaw-maintenance

Automate equipment maintenance workflows with SQLite storage and a 39-action API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires erpclaw_lib, and includes scripts (resource) components.

What problem does it solve?

ERPClaw Maintenance provides a complete CMMS for ERPClaw enabling end-to-end management of equipment records, preventive maintenance, work orders, checklists, downtime, and analytics with local data storage.

Core Features & Use Cases

  • Centralized equipment records with hierarchical relationships and lifecycle management.
  • Preventive and predictive maintenance planning with auto-generated work orders.
  • Full Work Order lifecycle, checklists, downtime tracking, and maintenance analytics.

Quick Start

Initialize the ERPClaw maintenance schema and start using actions to manage equipment, plans, and work orders.

Frequently Asked Questions about erpclaw-maintenance

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

FAQPage Schema
How do I automate preventive maintenance scheduling for manufacturing equipment?

You can automate preventive maintenance scheduling by defining maintenance plans that auto-generate work orders. The system centralizes equipment records and enforces a strict data model to trigger these workflows automatically.

What is the best way to track equipment downtime and work order lifecycles in a local database?

Tracking equipment downtime and work order lifecycles is handled via a local SQLite database. It unifies asset records, downtime logging, and work order management with a 39-action domain API for comprehensive reporting.

Can I manage hierarchical asset records and facility operations without external servers?

Yes, you can manage hierarchical asset records for facility operations entirely without external servers. Data is stored locally at ~/.openclaw/erpclaw/data.sqlite, enforcing strict security boundaries within your own environment.

Does this maintenance management system support checklists and predictive maintenance plans?

The maintenance management system supports both checklists and predictive maintenance plans. It handles full work order lifecycles, integrates checklist verification, and generates analytics to help forecast equipment failures.

How do I initialize a CMMS database and start creating work orders?

To initialize the CMMS database and start creating work orders, you run the schema initialization script. Once initialized, you use the exposed domain API actions to manage equipment, plans, and work orders directly.

What are the limitations of using a local SQLite database for maintenance analytics?

A limitation of using a local SQLite database for maintenance analytics is that data remains isolated to a single local file. This restricts concurrent multi-user access and real-time cross-facility synchronization for broader operations.