PostgreSQL database management. Run queries, manage schemas, and monitor performance.
Scanned 2/12/2026
Install to Claude Code
npx -y skills add openclaw/skills --skill postgres --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Postgres?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/openclaw-postgres)More formats (shields.io, HTML) on the badges page.
---
name: postgres
description: PostgreSQL database management. Run queries, manage schemas, and monitor performance.
metadata: {"clawdbot":{"emoji":"🐘","always":true,"requires":{"bins":["curl","jq"]}}}
---
# PostgreSQL 🐘
PostgreSQL database management.
## Setup
```bash
export DATABASE_URL="postgresql://user:pass@localhost:5432/dbname"
```
## Features
- SQL query execution
- Schema management
- Index optimization
- Backup and restore
- Performance monitoring
- Extensions management
## Usage Examples
```
"Show all tables"
"Run query: SELECT * FROM users"
"Create index on email column"
"Show slow queries"
```
## Commands
```bash
psql "$DATABASE_URL" -c "SELECT * FROM users LIMIT 10"
```
## Safety Rules
1. **ALWAYS** confirm before destructive operations
2. **BACKUP** before schema changes
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!