erpclaw-ops

Coordinate ERPClaw operations across six modules via a centralized router.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Coordinate and automate ERPClaw's multi-domain operations (manufacturing, advmfg, projects, assets, quality, and support) with an auditable, offline-ready controller that centralizes workflows and enforces an immutable audit trail.

Core Features & Use Cases

  • Unified domain orchestration across six ERPClaw modules to streamline end-to-end processes.
  • Immutable audit trail with reversal capabilities for compliant change management.
  • Quick CLI-driven actions via a single router to perform routine tasks (e.g., BOM creation, production planning, depreciation, quality inspections, SLA management).

Quick Start

Invoke any supported action through the unified router by passing --action and required flags to db_query.py.

Frequently Asked Questions about erpclaw-ops

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

FAQPage Schema
How do I automate cross-domain ERP operations across manufacturing and quality modules?

You can automate cross-domain ERP operations by invoking actions through a centralized CLI router that coordinates workflows across manufacturing, projects, assets, quality, and support modules using domain scripts. The router enforces strict validation and passes required flags to execute end-to-end processes.

How does an immutable audit trail handle reversible database changes in manufacturing workflows?

An immutable audit trail logs all manufacturing workflow actions while enabling reversible changes through guarded, auditable database operations. This ensures compliant change management by enforcing strict validation and guarding against unsafe actions before any modification is committed.

Can I use a single CLI router for BOM creation, production planning, and SLA management?

Yes, a single CLI router handles routine tasks like BOM creation, production planning, depreciation, quality inspections, and SLA management. You invoke supported actions by passing the action name and required flags to the main database query script.

Does ERP automation support offline readiness for multi-domain operations?

Yes, the controller supports offline readiness for multi-domain operations across six modules. It centralizes workflows and maintains an immutable audit trail, allowing manufacturing, project, and asset operations to continue functioning without continuous network connectivity.

What is the best way to guard against unsafe actions during automated ERP database operations?

The best way to guard against unsafe actions is using a controller that enforces strict validation before executing database operations. It handles reversible changes through guarded, auditable processes, ensuring any unsafe modification is blocked before it impacts the system.