Handles the full workflow for getting RDS or Aurora snapshots into S3 as Parquet files. Covers the annoying parts like IAM role setup with proper confused deputy protection, KMS encryption configuration, and export task monitoring. Works with MySQL, PostgreSQL, MariaDB, and their Aurora variants, but not Oracle or SQL Server. The troubleshooting section is actually useful, calling out the common gotchas like waiting for IAM role propagation and checking that your KMS key doesn't get disabled mid-export. Good for feeding data into Athena, Glue, or Redshift Spectrum without wrestling with the AWS export API yourself.
npx skills add https://github.com/aws/agent-toolkit-for-aws --skill exporting-rds-to-s3