database

Execute SQL queries and manage schemas across PostgreSQL, MySQL, SQLite, MongoDB, and Redis.

1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/xukrutdonut/openclaw-skills --skill database-xukrutdonut
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: database
Source: https://github.com/xukrutdonut/openclaw-skills/tree/main/database
Command: npx skills add https://github.com/xukrutdonut/openclaw-skills --skill database-xukrutdonut

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing and querying databases across multiple engines can be tedious and error-prone without a unified interface.

Core Features & Use Cases

  • Run SQL queries against PostgreSQL, MySQL, and SQLite.
  • Manage schemas, import/export data, and perform backups.
  • Use cases include ad-hoc data retrieval, schema migrations, and automated data exports.

Quick Start

Use the database skill to connect to your database and run a simple query, for example: "SELECT 1" or "SHOW TABLES" and export a table to CSV.

Frequently Asked Questions about database

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run SQL queries across multiple database engines like PostgreSQL and MySQL?

You can run SQL queries across PostgreSQL, MySQL, and SQLite using this unified database management interface. It provides standard driver connections to execute ad-hoc data retrieval and schema operations without engine-specific switching.

Can I manage NoSQL databases and perform data exports to CSV?

Yes, NoSQL database management is supported for MongoDB and Redis alongside data export to CSV. The skill handles import/export processes and basic monitoring to automate data extraction workflows.

What's the best way to automate schema migrations and database backups?

Automating database backups and schema migrations is handled through scripting and standard database drivers. The skill executes schema operations and backup processes to manage structural changes across supported SQL and NoSQL engines.

Does this database management skill work with both SQL and NoSQL connections?

Yes, this database management skill works with both SQL and NoSQL connections. It supports PostgreSQL, MySQL, SQLite, MongoDB, and Redis, allowing you to manage schemas and query data across different database types.

How do I connect to a database and export a table to CSV?

To export a table to CSV, connect to your database using standard drivers and run a query like "SHOW TABLES". The skill manages the connection and executes the data export process for your selected table.

Why use a unified interface for querying across SQL and NoSQL databases?

A unified interface for querying across SQL and NoSQL databases prevents tedious and error-prone manual switching. It standardizes connections, schema management, and data export processes across multiple distinct database engines.