erpclaw-setup
Company setup and master data management for ERPClaw ERP
Why use this skill?
Efficiently manage company creation, master data, and fiscal settings with the ERPClaw setup skill. A secure, local-first solution for ERP administration.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/mailnike/erpclaw-setupWhat This Skill Does
The erpclaw-setup skill acts as the foundational administrative powerhouse for the ERPClaw ecosystem. It is responsible for the critical lifecycle management of company entities and the configuration of essential master data. By managing core parameters such as base currencies, fiscal year definitions, regional settings, and foundational units of measure (UoM), it ensures that all subsequent ERPClaw modules—like Accounting, Inventory, and Payroll—have a consistent and reliable data structure to build upon. This skill operates locally, treating data security with the utmost priority by utilizing a self-contained SQLite database.
Installation
To integrate this skill into your environment, use the OpenClaw hub command: clawhub install openclaw/skills/skills/mailnike/erpclaw-setup. Once installed, the skill automatically triggers an initialization sequence. If you encounter any 'no such table' errors, you can manually trigger the database schema creation by executing python3 {baseDir}/scripts/db_query.py --action initialize-database.
Use Cases
This skill is indispensable for businesses needing a robust, offline-first ERP foundation. Key scenarios include setting up a new legal entity for a subsidiary, configuring corporate localization settings to match regional financial standards, and seeding standardized data tables like global currency codes or common measurement units. It is also the primary utility for managing the system's administrative audit trail, ensuring that every configuration change is logged and attributed, which is vital for compliance and system integrity.
Example Prompts
- "I need to get my company started in ERPClaw. Can you guide me through the setup wizard for a new organization?"
- "Please initialize the system with the default set of currencies, units of measure, and payment terms for our new database."
- "Check the status of our current ERP configuration and confirm that the fiscal year settings are correct for our reporting cycle."
Tips & Limitations
- Data Integrity: Remember that this skill emphasizes an immutable audit trail. Actions like GL entries cannot be deleted, only reversed. Plan your entries carefully.
- Storage: By default, data is stored in
~/.openclaw/erpclaw/data.sqlite. Ensure your environment has sufficient disk permissions for this path. - Offline Nature: This skill is almost entirely offline. If you need to update currency exchange rates, ensure you have configured the
fetch-exchange-ratesutility, as this is the only outbound network interaction allowed by the skill's design.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-mailnike-erpclaw-setup": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-write, file-read, external-api
Related Skills
Eternalmemory Sync
Securely backup and restore Openclaw agent memory from remote URLs using AES-256-GCM encryption.
airs-embodied-bidding
AIRS 具身智能 天眼查 招投标 数据查询工具。 查询企业在天眼查平台的招投标/中标公示信息,导出结构化 CSV 报表,基于浏览器自动化技术实现。 Keywords: AIRS, 具身智能, 天眼查, 招投标, embodied intelligence, bidding, tianyancha
openmm-exchange-setup
Step-by-step guide to configure exchange API credentials for OpenMM.
xpoz-setup
Set up and authenticate the Xpoz MCP server for social media intelligence. Required by all Xpoz skills. Handles server configuration, OAuth login, and connection verification with minimal user interaction.
avenger-initiative
Encrypted GitHub backup and restore for any OpenClaw agent system. Creates branch-per-night backups with smart retention (7 daily, 8 weekly, 12 monthly branches). Backs up openclaw.json (AES-256 encrypted), agent memories, SOUL/IDENTITY files, cron jobs, and custom skills to a private GitHub vault. Triggers on phrases like "avenger backup", "backup system", "push to vault", "sync vault", "avenger restore", "restore from vault", "setup avenger", "avenger status", "avenger init", "configure backup", "set up backup". Also auto-runs after any critical config change.