
Postgres
- 15 installs
- 638 repo stars
- Updated March 7, 2026
- sundial-org/awesome-openclaw-skills
Helps with databases tasks during AI-assisted development.
About
postgres is a Claude Code skill for databases. It helps solo builders move faster with AI-assisted coding.
- postgres
- Databases
- AI-coding skill
Postgres by the numbers
- 15 all-time installs (skills.sh)
- Ranked #593 of 911 Databases skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/sundial-org/awesome-openclaw-skills --skill postgresAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 15 |
|---|---|
| repo stars | ★ 638 |
| Last updated | March 7, 2026 |
| Repository | sundial-org/awesome-openclaw-skills ↗ |
What it does
Helps with databases tasks during AI-assisted development.
Files
PostgreSQL 🐘
PostgreSQL database management.
Setup
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
psql "$DATABASE_URL" -c "SELECT * FROM users LIMIT 10"Safety Rules
1. ALWAYS confirm before destructive operations 2. BACKUP before schema changes
Related skills
Databasesdatabases