From dak
Monitors PostgreSQL replication health, manages sync states between nodes, and audits publication tables in distributed AlloyDB Omni setups.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dak:alloydb-omni-replicationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
All scripts can be executed using Node.js. Replace `<param_name>` and
All scripts can be executed using Node.js. Replace <param_name> and
<param_value> with actual values.
Bash: node <skill_dir>/scripts/<script_name>.js '{"<param_name>": "<param_value>"}'
PowerShell: node <skill_dir>/scripts/<script_name>.js '{\"<param_name>\": \"<param_value>\"}'
Note: The scripts automatically load the environment variables from various .env files. Do not ask the user to set vars unless skill executions fails due to env var absence.
Fetches the current state of the PostgreSQL server, returning the version, whether it's a replica, uptime duration, maximum connection limit, number of current connections, number of active connections, and the percentage of connections in use.
| Name | Type | Description | Required | Default |
|---|---|---|---|---|
| table_names | string | Optional: | No | |
| : : : Filters by a : : : | ||||
| : : : comma-separated : : : | ||||
| : : : list of table : : : | ||||
| : : : names. : : : | ||||
| publication_names | string | Optional: | No | |
| : : : Filters by a : : : | ||||
| : : : comma-separated : : : | ||||
| : : : list of : : : | ||||
| : : : publication : : : | ||||
| : : : names. : : : | ||||
| schema_names | string | Optional: | No | |
| : : : Filters by a : : : | ||||
| : : : comma-separated : : : | ||||
| : : : list of schema : : : | ||||
| : : : names. : : : | ||||
| limit | integer | Optional: The | No | 50 |
| : : : maximum number : : : | ||||
| : : : of rows to : : : | ||||
| : : : return. : : : |
List key details for all PostgreSQL replication slots (e.g., type, database, active status) and calculates the size of the outstanding WAL that is being prevented from removal by the slot.
Lists each replica's process ID, user name, application name, backend_xmin (standby's xmin horizon reported by hot_standby_feedback), client IP address, connection state, and sync_state, along with lag sizes in bytes for sent_lag (primary to sent), write_lag (sent to written), flush_lag (written to flushed), replay_lag (flushed to replayed), and the overall total_lag (primary to replayed).
3plugins reuse this skill
First indexed Jul 8, 2026
Monitors AlloyDB PostgreSQL replication health, lists instances, replication slots, publication tables, and fetches database stats for cluster high availability and data distribution.
Monitors PostgreSQL replication health in Cloud SQL, lists replication slots/publications/tables, audits roles/settings, and fetches database/server stats for integrity checks.
Configures and manages database replication topologies for PostgreSQL, MySQL, and MongoDB. Covers primary-replica setup, read scaling, failover, replication lag monitoring, and conflict resolution.
claude plugin install data-agent-kit-starter-pack@claude-plugins-official