9.3k★by 0xterrybit
postgres – OpenClaw Skill
postgres is an OpenClaw Skills integration for data analytics workflows. PostgreSQL database management. Run queries, manage schemas, and monitor performance.
9.3k stars4.9k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics
Skill Snapshot
| name | postgres |
| description | PostgreSQL database management. Run queries, manage schemas, and monitor performance. OpenClaw Skills integration. |
| owner | 0xterrybit |
| repository | 0xterrybit/postgres |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @0xterrybit/postgres |
| last updated | Feb 7, 2026 |
Maintainer

File Explorer
2 files
.
_meta.json
452 BSKILL.md
816 BSKILL.md
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
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
- ALWAYS confirm before destructive operations
- BACKUP before schema changes
README.md
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install postgres?
Run openclaw add @0xterrybit/postgres in your terminal. This installs postgres into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/0xterrybit/postgres. Review commits and README documentation before installing.
