#!/bin/bash # V27 V89 scale - Opus WIRE continue - Skill: postgres-status # Description: Postgres status # Whitelist-safe timeout 8s set -e timeout 8 bash -c 'PGPASSWORD=admin123 psql -h 10.1.0.3 -U admin -d postgres -tAc 'SELECT version()' 2>&1 | head -1' 2>&1 || echo "{\"skill\":\"postgres-status\",\"error\":\"timeout_or_missing_tool\"}"