From dak
Manages user roles, inspects permissions, and verifies security-related PostgreSQL configuration parameters for AlloyDB Omni.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dak:alloydb-omni-access-controlThe 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 |
|---|---|---|---|---|
| setting_name | string | Optional: A | No | |
| : : : specific : : : | ||||
| : : : configuration : : : | ||||
| : : : parameter : : : | ||||
| : : : name pattern : : : | ||||
| : : : to search : : : | ||||
| : : : for. : : : | ||||
| limit | integer | Optional: The | No | 50 |
| : : : maximum : : : | ||||
| : : : number of : : : | ||||
| : : : rows to : : : | ||||
| : : : return. : : : |
Lists all the user-created roles in the instance . It returns the role name, Object ID, the maximum number of concurrent connections the role can make, along with boolean indicators for: superuser status, privilege inheritance from member roles, ability to create roles, ability to create databases, ability to log in, replication privilege, and the ability to bypass row-level security, the password expiration timestamp, a list of direct members belonging to this role, and a list of other roles/groups that this role is a member of.
| Name | Type | Description | Required | Default |
|---|---|---|---|---|
| role_name | string | Optional: a text to filter | No | |
| : : : results by role name. The input : : : | ||||
| : : : is used within a LIKE clause. : : : | ||||
| limit | integer | Optional: The maximum number of | No | 50 |
| : : : rows to return. Default is 10 : : : |
npx claudepluginhub annguy3n/data-agent-kit-starter-pack3plugins reuse this skill
First indexed Jul 8, 2026
Manages user roles, inspects permissions, and verifies security-related PostgreSQL configuration parameters for AlloyDB Omni.
Monitors PostgreSQL replication health in Cloud SQL, lists replication slots/publications/tables, audits roles/settings, and fetches database/server stats for integrity checks.
Operates AlloyDB clusters and Cloud SQL instances: HA config, read replicas, connection pooling, backups, maintenance windows, and performance diagnostics.