skills$openclaw/postgres
0xterrybit9.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

namepostgres
descriptionPostgreSQL database management. Run queries, manage schemas, and monitor performance. OpenClaw Skills integration.
owner0xterrybit
repository0xterrybit/postgres
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @0xterrybit/postgres
last updatedFeb 7, 2026

Maintainer

0xterrybit

0xterrybit

Maintains postgres in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
452 B
SKILL.md
816 B
SKILL.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

  1. ALWAYS confirm before destructive operations
  2. 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.