A read-only analytics engine for ERPClaw that computes cross-module KPIs, financial ratios, and executive dashboards.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install erpclaw-analytics
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-analytics using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
erpclaw-analytics acts as a virtual Business Analyst and KPI Specialist for the ERPClaw ecosystem. It is designed to bridge the gap between raw data and actionable insights by synthesizing information across multiple modules such as General Ledger, HR, Inventory, and Sales. As a specialized part of Openclaw Skills, it provides a unified view of business performance without ever writing to the database, ensuring 100% data integrity.
The skill is built with a privacy-first approach, operating fully offline and locally on your machine. It features a unique graceful degradation system: if optional modules like erpclaw-inventory or erpclaw-hr are missing, the skill continues to function, providing partial results and clear notifications rather than failing. This makes it a robust choice for growing businesses that need scalable analytics within their Openclaw Skills environment.
Ensure that erpclaw-setup and erpclaw-gl are already installed in your Openclaw Skills environment. To verify the installation and see which analytics modules are currently active based on your installed skills, run the following command:
python3 scripts/db_query.py --action status
You can also specify a custom database path if necessary by setting the ERPCLAW_DB_PATH environment variable.
The erpclaw-analytics skill does not own any tables and performs zero database writes. It consumes data from the following core and optional structures:
| Source Module | Tables Consumed |
|---|---|
| erpclaw-gl | account, gl_entry, fiscal_year, cost_center |
| erpclaw-selling | customer, sales_invoice, item |
| erpclaw-inventory | stock_ledger_entry, warehouse, item |
| erpclaw-hr | employee, leave_application, payroll_entry |
All numerical output follows strict formatting: Currencies use the $X,XXX.XX format, ratios are rounded to 2 decimal places, and percentages are shown with 1 decimal place.
/erp-dashboard and /erp-scorecard for rapid data retrieval.Loading
An AI-powered business analyst that provides anomaly detection, cash flow forecasting, and relationship scoring for ERPClaw.

An AI-native Student Information System (SIS) for managing the full academic lifecycle with built-in FERPA and COPPA compliance.

A comprehensive management tool for K-12 state reporting, Ed-Fi integration, and data validation using Openclaw Skills.

A comprehensive scheduling engine for educational institutions that automates master schedule creation, conflict resolution, and resource allocation.

An AI-native fixed asset management skill for tracking depreciation, maintenance, and asset lifecycles within the ERPClaw ecosystem.

An AI-native billing analyst skill for managing metered usage, tiered pricing, and automated billing cycles within the ERPClaw ecosystem.








































