A comprehensive operations controller for erpclaw that manages manufacturing, project lifecycles, fixed assets, quality assurance, and customer support.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install erpclaw-ops
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install erpclaw-ops using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
erpclaw-ops is a specialized operations suite designed for an AI-native ERP system. It serves as a robust Operations Controller, handling five critical business domains: manufacturing (BOMs, MRP), projects (tasks, timesheets), fixed assets (depreciation), quality (inspections), and support (SLAs). As a key component of Openclaw Skills, it provides a local-first, offline-capable environment that ensures data sovereignty while maintaining an immutable audit trail for all business logic.
The skill is architected to handle complex industrial and corporate workflows. Whether managing shop floor execution through job cards or calculating multi-year asset depreciation schedules, erpclaw-ops ensures that all financial and stock ledger entries are posted atomically. By leveraging a shared library, it integrates deeply with the broader erpclaw ecosystem while remaining highly secure through parameterized SQL statements and local data storage.
The erpclaw-ops skill requires the base erpclaw package to be installed first to provide the necessary database and shared library infrastructure. Use the following command to verify the status and initialize the operational modules:
python3 scripts/erpclaw-manufacturing/db_query.py --action status
The skill manages 37 distinct tables across its five domains, utilizing standardized naming series for records (e.g., BOM-, WO-, PROJ-).
| Domain | Table Count | Primary Entities |
|---|---|---|
| Manufacturing | 14 | bom, work_order, job_card, production_plan, routing |
| Projects | 5 | project, task, milestone, timesheet |
| Assets | 6 | asset, asset_category, depreciation_schedule, asset_disposal |
| Quality | 6 | quality_inspection, inspection_template, non_conformance |
| Support | 6 | issue, service_level_agreement, warranty_claim, maintenance |
All monetary values are stored as high-precision decimals and dates follow ISO 8601 format to ensure compatibility within the Openclaw Skills framework.
Loading
A comprehensive manufacturing management skill for handling bills of materials, production planning, and work order lifecycles within an AI-native ERP.

A comprehensive journal entry management skill for ERPClaw providing a secure Draft-Submit-Cancel lifecycle for financial transactions.

An AI-native inventory management skill for tracking items, warehouses, and stock movements with an immutable audit trail.

A local-first integration suite for ERPClaw that enables secure bank synchronization, payment processing, and cloud backup management.

A comprehensive US payroll management system for ERPClaw that handles salary structures, statutory deductions, and tax compliance locally.

A comprehensive HR and US payroll management system for Openclaw Skills that handles everything from hiring to W-2 generation locally.








































