What problem does it solve? AWS sessions backed by MFA expire quickly, causing MFA_REQUIRED, ExpiredToken, or explicit-deny errors that block AWS CLI commands and MCP tools mid-workflow. This Skill renews the session so AWS operations can continue without manual credential juggling. ## Core Features & Use Cases - Session status check: Verifies whether MFA is configured and whether the current session is still valid before attempting a refresh. - MFA-based refresh: Prompts for a 6-digit TOTP code and mints a 4-hour session cached for all AWS channels (CLI, cloud-dev MCP, other AWS MCPs). - Guided error recovery: Handles bad codes, missing MFA serials, and temporary-credential environments with clear next steps. - Use Case: An aws command fails with ExpiredToken during a deployment. Invoke this Skill, enter your MFA code, and the original command can be retried immediately. ## Quick Start Ask the assistant to refresh the AWS MFA session and provide your 6-digit MFA code when prompted.