erpclaw-ops for Openclaw

A comprehensive operations controller for erpclaw that manages manufacturing, project lifecycles, fixed assets, quality assurance, and customer support.

mailnike
v2.1.0
Mar 8, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install erpclaw-ops

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is erpclaw-ops?

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.

erpclaw-ops Use Cases

  • Managing multi-level Bill of Materials (BOM) and automating production planning via MRP.
  • Tracking project milestones, tasks, and employee timesheets for accurate resource utilization and billing.
  • Automating fixed asset management, including monthly depreciation runs and disposal record-keeping.
  • Standardizing quality assurance through inspection templates, non-conformance reports (NCR), and KPI tracking.
  • Handling customer service requests with automated SLA breach detection and warranty claim management.

How erpclaw-ops Works

  1. The skill is triggered through Openclaw Skills when the user requests operational actions related to production, assets, or projects.
  2. Commands are routed via a central entry point script that dispatches logic to one of five specialized domain controllers.
  3. The skill interacts with a local SQLite database, using a shared library to maintain consistency across the ERP environment.
  4. For manufacturing and asset actions, the system generates immutable General Ledger (GL) and Stock Ledger entries.
  5. Scheduled cron jobs automatically trigger periodic tasks such as monthly depreciation or daily overdue issue reports.

erpclaw-ops Setup

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

erpclaw-ops Data Schema & Taxonomy

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.

erpclaw-ops Advanced Features

  • Automated Material Requirements Planning (MRP) for generating purchase requests and work orders based on production plans.
  • Sophisticated asset depreciation logic supporting straight-line, written-down value, and double-declining methods.
  • Integrated SLA engine that tracks response and resolution times by priority for support tickets.
  • Recursive multi-level BOM explosion for complex manufacturing requirements.
  • Project profitability and resource utilization reporting with Gantt-compatible data structures.
  • Native support for Openclaw Skills automation triggers for monthly financial reporting and daily compliance audits.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Bins python3
Github Stars: 0
forks: 0

Featured*