A comprehensive project management and time-tracking engine for the ERPClaw ecosystem.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install erpclaw-projects
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-projects using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
erpclaw-projects is a specialized tool within the Openclaw Skills ecosystem designed to handle the complexities of project lifecycles, from initial task breakdown to final timesheet billing. It functions as an AI-native Project Manager, allowing developers and managers to track work through a secure, local-only SQLite database without relying on external cloud services.
This skill bridges the gap between technical execution and business accountability by managing projects, milestones, and resource utilization. Whether handling internal company work or billable consulting projects, it provides an immutable audit trail and detailed reporting capabilities directly through the Openclaw interface.
To begin using this among your Openclaw Skills, ensure the database is initialized and dependencies are met:
# Initialize the database
python3 ~/.openclaw/erpclaw/init_db.py --db-path ~/.openclaw/erpclaw/data.sqlite
# Install required Python dependencies
pip install -r scripts/requirements.txt
The skill manages five core tables within the SQLite database to maintain data integrity and an immutable audit trail:
| Table | Description | Key Fields |
|---|---|---|
| project | Main project records | ID (UUID), Name, Status, Project Type |
| task | Individual work items | ID, Project ID, Assigned To, Priority, depends_on |
| milestone | Key project deliverables | ID, Project ID, Date, is_completed |
| timesheet | Header for time logs | ID, Employee ID, Status, Total Hours |
| timesheet_detail | Individual time entries | Timesheet ID, Task ID, Hours, Billing Rate |
All financial amounts are stored as TEXT to utilize Python Decimal precision, ensuring accuracy in billing calculations.
Loading
A comprehensive HR and US payroll management system for Openclaw Skills that handles everything from hiring to W-2 generation locally.

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

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

A comprehensive manufacturing management skill for handling bills of materials, production planning, and work order lifecycles within an AI-native ERP.

An AI-native quality management system for tracking inspections, non-conformance reports, and quality KPIs in a local environment.

A comprehensive Canadian tax, payroll, and compliance overlay for the AI-native ERPClaw system.








































