| name | erpclaw-os-engine |
| version | 1.0.2 |
| description | Developer tooling for authoring ERPClaw vertical modules and inspecting OS-level health. Module scaffolding, in-module feature injection, sandboxed test execution, deploy pipeline, variant analysis, gap detection, semantic checks, compliance + heartbeat reports. 33 actions, all os-prefixed. Sandbox-first generation; user approval required before deploy. Optional addon, not installed by default. Foundation skill erpclaw is required (>= v4.0.0). |
| author | AvanSaber |
| homepage | https://github.com/avansaber/erpclaw-addons |
| source | https://github.com/avansaber/erpclaw-addons |
| tier | 4 |
| category | expansion |
| requires | ["erpclaw"] |
| database | ~/.openclaw/erpclaw/data.sqlite |
| user-invocable | true |
| tags | ["erpclaw","ai-native","os","self-improving","module-generation","code-generation","sandbox","variant-analysis","deploy","compliance","heartbeat","gap-detection","semantic-check"] |
| scripts | ["scripts/db_query.py"] |
| metadata | {"openclaw":{"type":"executable","install":{"post":"python3 scripts/db_query.py --action os-status"},"requires":{"bins":"[Truncated]","env":"[Truncated]","optionalEnv":"[Truncated]"},"os":["darwin","linux"]}} |
ERPClaw OS Engine
The optional self-improvement layer for ERPClaw. Module generation, deploy pipeline, evolutionary variant analysis, and the meta-tooling that lets ERPClaw extend itself.
When to install
You want this addon if you are:
- A developer authoring new ERPClaw vertical modules (
os-generate-module)
- Adding a feature to an existing module (
os-add-feature-to-module)
- Operating ERPClaw in a power-user or evolution mode where the OS proposes new patterns over time
You don't need this addon for normal day-to-day ERP use (invoicing, accounting, inventory, reports). The foundation erpclaw skill ships everything for that path.
What ERPClaw foundation keeps
The foundation skill (erpclaw) keeps the runtime-essential parts of the OS:
- GL invariant validation (
erpclaw_lib.gl_invariants.check_gl_invariants) — runs on every submit
- Constitutional articles and the validate-module action
- Schema migration (schema-plan, schema-apply, schema-rollback, schema-drift)
dependency_resolver.py for cross-module install ordering
What this addon provides
| Domain | Actions |
|---|
| Module generation | os-generate-module, os-configure-module, os-list-industries, os-classify-operation |
| In-module features | os-add-feature-to-module, os-check-feature-completeness, os-list-feature-matrix |
| Deploy pipeline | os-deploy-module, os-deploy-audit-log, os-install-suite |
| Variant analysis | os-dgm-run-variant, os-dgm-list-variants, os-dgm-select-best |
| Compliance + health | os-compliance-weather-status, os-heartbeat-analyze, os-heartbeat-report, os-heartbeat-suggest |
| Improvement loop | os-log-improvement, , |