A comprehensive framework for database design, optimization, migration, and operations across PostgreSQL, MySQL, and SQLite.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install afrexai-database-engineer
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 afrexai-database-engineer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides an end-to-end system for database engineering, covering everything from initial schema design and normalization to production monitoring and emergency recovery. It is designed to guide developers through creating robust, scalable, and secure data layers while adhering to industry best practices and avoiding common pitfalls like N+1 queries or locking migrations.
By leveraging Openclaw Skills, teams can ensure their databases are performant, well-indexed, and resilient against data loss. The content provides specific decision frameworks for denormalization, column type selection, and indexing strategies, making it an essential resource for developers building data-intensive applications.
To utilize this skill effectively, ensure your environment is configured for the target database engine (PostgreSQL, MySQL, or SQLite). For PostgreSQL users, the pg_stat_statements extension is recommended for performance analysis. Use the following command to initialize a logical backup for testing:
pg_dump -Fc -Z 9 -d your_database -f initial_backup.dump
The skill enforces a rigorous data organization and metadata taxonomy to ensure maintainability.
| Metadata Category | Convention |
|---|---|
| Table Naming | snake_case, plural (e.g., users, order_items) |
| Column Naming | snake_case, singular (e.g., first_name, created_at) |
| Primary Keys | BIGSERIAL (BIGINT) or UUID for distributed systems |
| Index Naming | idx_{table}_{columns} |
| Audit Fields | created_at, updated_at, and version for optimistic locking |
Loading
Automate the creation of structured virtual data room hierarchies and prioritized document checklists for due diligence.

A comprehensive AI Data Privacy Officer agent designed to build, operate, and mature organizational privacy programs across global regulatory frameworks.

A comprehensive AI skill for planning, executing, and validating data migrations between complex systems while ensuring integrity and minimizing downtime.

A comprehensive assessment and remediation tool designed to score organizational data maturity across six mission-critical domains.

A comprehensive federal construction compliance agent for managing Davis-Bacon Act requirements, DOL Wage Determinations, and certified payroll workflows.

A structured framework for AI agents to automate non-standard deal reviews, discount approvals, and margin analysis.








































