Execute SQL one-shot against AWS Aurora via the rdq CLI (RDS Data API). Use when the user asks to run a SELECT/INSERT/UPDATE/DELETE/DDL statement against a configured Aurora cluster, fetch query results as table/JSON/CSV, or pipe SQL output into another tool. Honors rdq's per-profile read-only guard and destructive-statement confirmation, so the agent cannot accidentally write to production. Skill is for non-interactive use; for interactive exploration the user should run `rdq tui` themselves.
2026-04-27