What problem does it solve? Engineers using the herd CLI for AWS access risk accidental privilege misuse, credential exposure, or unintended infrastructure changes. This Skill enforces a safety contract that defaults to read-only developer access, requires explicit confirmation before PowerUser elevation, and prevents credential leakage through agent command capture. ## Core Features & Use Cases - Safe AWS Authentication: Runs herd aws login and verifies identity with the developer profile before any operation. - Controlled Privilege Elevation: Elevates to the PowerUser profile only after explaining the write operation and obtaining explicit user confirmation. - Credential Protection: Blocks herd aws elevate --creds in agent contexts and never prints or relays access keys or session tokens. - Use Case: You need to scale an ECS service. The Skill confirms the app, server group, account, and target count with you, elevates temporarily, runs herd aws ecs scale, then returns to the read-only developer profile. ## Quick Start Ask the assistant to check your AWS identity and cloud status using herd with the read-only developer profile.