A local-first integration suite for ERPClaw that enables secure bank synchronization, payment processing, and cloud backup management.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install erpclaw-integrations
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-integrations using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The erpclaw-integrations skill is a specialized extension for the ERPClaw AI-native ERP system. It provides a robust framework for managing external business services including Plaid for banking, Stripe for payments, and AWS S3 for cloud storage. Built with a security-first approach, this skill operates entirely offline using mocked API calls, ensuring that sensitive financial data remains within your local environment while still providing a realistic simulation of integrated workflows. By utilizing these Openclaw Skills, developers can build and test complex ERP logic without the need for live API keys or external telemetry.
This skill is part of the broader ecosystem of Openclaw Skills, designed to work seamlessly with the base ERPClaw package. It handles everything from General Ledger matching to webhook idempotency, making it a powerful tool for maintaining a modern, automated back office.
db_query.py script, populating local tables.To activate these Openclaw Skills, you must first ensure the ERPClaw database is initialized. Run the following command in your terminal:
python3 ~/.openclaw/erpclaw/init_db.py --db-path ~/.openclaw/erpclaw/data.sqlite
Once initialized, you can configure specific integrations. For example, to set up Plaid, use:
python3 scripts/db_query.py --action configure-plaid --company-id <ID> --client-id <ID> --secret <SECRET>
The skill manages its data across eight dedicated tables within the ERPClaw SQLite database to ensure clean separation of concerns.
| Integration | Primary Tables |
|---|---|
| Plaid | plaid_config, plaid_linked_account, plaid_transaction |
| Stripe | stripe_config, stripe_payment_intent, stripe_webhook_event |
| S3 | s3_config, s3_backup_record |
All financial data uses high-precision TEXT storage for Python Decimal compatibility, and IDs are maintained as UUID4 strings. S3 backups include metadata for region, prefix, and SHA-256 integrity checksums.
stripe_event_id constraint.Loading
An AI-native HR management skill for ERPClaw that handles the complete employee lifecycle from onboarding to expense reimbursements.

A comprehensive AI-driven growth engine for ERPClaw that manages CRM pipelines and provides deep business intelligence through cross-module analytics.

An AI-native accounting backbone for ERPClaw that manages the General Ledger and Chart of Accounts with immutable audit trails.

A local-first, AI-native CRM skill for ERPClaw that automates lead qualification, sales pipeline tracking, and campaign management.

An AI-native inventory management skill for tracking items, warehouses, and stock movements with an immutable audit trail.

A comprehensive journal entry management skill for ERPClaw providing a secure Draft-Submit-Cancel lifecycle for financial transactions.








































