Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
PostgreSQL 数据库操作技能。用于执行SQL查询、表管理、备份恢复、性能监控等数据库操作。触发条件:用户提到 PostgreSQL、postgres、数据库查询、SQL查询、表结构、数据库备份等。
PostgreSQL 数据库操作技能。用于执行SQL查询、表管理、备份恢复、性能监控等数据库操作。触发条件:用户提到 PostgreSQL、postgres、数据库查询、SQL查询、表结构、数据库备份等。
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
This skill provides comprehensive PostgreSQL database operations including query execution, schema management, backup/restore, and performance monitoring.
Execute SQL queries against PostgreSQL databases with support for: SELECT queries with result formatting INSERT/UPDATE/DELETE operations Transaction support Query result export (JSON, CSV)
Export database schema information: Table structures (columns, types, constraints) Indexes and foreign keys Views and triggers Export to JSON/Markdown format
Database backup and restore operations: Full database backup using pg_dump Table-specific backup Point-in-time recovery support Backup rotation management
Monitor database performance: Query execution plans (EXPLAIN ANALYZE) Index usage statistics Table size and row counts Connection pool status
python scripts/query.py --dbname mydb --query "SELECT * FROM users LIMIT 10"
python scripts/schema_export.py --dbname mydb --output schema.json
python scripts/backup.py --dbname mydb --backup-dir /backups
PostgreSQL client tools (psql, pg_dump) Python 3.7+ psycopg2 or asyncpg library
Set environment variables: PGHOST - Database host PGPORT - Database port (default: 5432) PGDATABASE - Database name PGUSER - Database user PGPASSWORD - Database password
Data access, storage, extraction, analysis, reporting, and insight generation.
Largest current source with strong distribution and engagement signals.