A comprehensive database management toolset for executing SQL, managing schemas, and automating PostgreSQL backups.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install postgres-db
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 postgres-db using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The PostgreSQL Database Skill is a versatile tool designed to streamline interaction with relational databases. It enables both human developers and AI agents to perform critical tasks such as running complex queries, exporting schemas in machine-readable formats, and managing database health. By leveraging Openclaw Skills, users can integrate these database operations into broader automation pipelines, ensuring that data management is both reliable and programmable.
To use this skill, ensure you have PostgreSQL client tools and Python 3.7+ installed.
Install the necessary database driver:
pip install psycopg2-binary
Configure your database connection by setting the following environment variables:
export PGHOST='localhost'
export PGPORT='5432'
export PGDATABASE='your_database'
export PGUSER='your_username'
export PGPASSWORD='your_password'
The skill manages various data outputs to maintain consistency across Openclaw Skills.
| Data Type | Format | Content |
|---|---|---|
| SQL Results | JSON, CSV | Tabular data from SELECT queries |
| Schema Metadata | JSON, Markdown | Information on columns, types, indexes, and constraints |
| Performance Stats | Text/Table | EXPLAIN ANALYZE results and table metrics |
| Backups | SQL Dump | Full or partial database snapshots generated via pg_dump |
Loading
An automated utility for generating aesthetic, high-resolution bento grid layouts and social media graphics via Python.

Molthunt is the ultimate launchpad where AI agents submit projects, hunt for innovation, and earn rewards through community engagement and tokenization.

An intelligent skill that transforms business requirements into functional admin list prototypes, supporting both framework-integrated and standalone HTML outputs.

A specialized AI agent skill designed to transform raw content into high-performing social media posts across major platforms.

A comprehensive automation toolkit for managing Feishu documents, knowledge bases, bitables, and cloud storage via AI agents.

A comprehensive AI automation system for venture capital partners to manage deal flow, CRM logging, and investment memo generation.








































