agentic-football-coach/kiro-football-coach/.kiro/skills/aws-setup/SKILL.md
Activate when the user needs help with AWS access, credentials, Workshop Studio login, or environment setup
npx skillsauth add aws-samples/sample-ai-possibilities aws-setupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Guide for setting up AWS Workshop Studio access, extracting credentials, and launching SageMaker Studio for the Agentic Football World Cup workshop.
| Region | Code |
|--------|------|
| US East (N. Virginia) | us-east-1 |
| US West (Oregon) | us-west-2 |
Select the region as directed by your workshop support staff.
If you cannot log in, contact your AWS instructor for assistance.
To use the AWS CLI or SDK from your local environment, you need to extract credentials from Workshop Studio.
Option A: Environment Variables
export AWS_ACCESS_KEY_ID="<your-access-key>"
export AWS_SECRET_ACCESS_KEY="<your-secret-key>"
export AWS_SESSION_TOKEN="<your-session-token>"
export AWS_DEFAULT_REGION="us-east-1" # or us-west-2
Option B: AWS CLI Configure
aws configure
# Enter Access Key ID, Secret Access Key, and region when prompted
# For session token, set it separately:
export AWS_SESSION_TOKEN="<your-session-token>"
aws sts get-caller-identity
If successful, this returns your account ID, user ARN, and user ID. If it fails, re-extract credentials from Workshop Studio — session tokens expire periodically.
Note: Workshop Studio credentials are temporary. If you get authentication errors during the workshop, return to the portal and re-extract fresh credentials.
For participants using the notebook-based workflow:
Once in SageMaker Studio, you can:
| Issue | Solution |
|-------|----------|
| Cannot log in to Workshop Studio | Verify the 12-digit access code with your instructor |
| OTP email not received | Check spam folder; wait 1 minute; try resending |
| AWS console shows wrong region | Use the region selector in the top-right to switch to us-east-1 or us-west-2 |
| aws sts get-caller-identity fails | Re-extract credentials from Workshop Studio portal |
| Session token expired | Return to Workshop Studio and get fresh CLI credentials |
| SageMaker Studio won't open | Ensure you selected the correct user profile (user-profile-1) |
development
Activate when the user chooses Strands or asks about Strands SDK concepts
development
Activate when the user chooses LangGraph or asks about LangChain/ReAct patterns
data-ai
Activate when discussing strategy, tactics, or agent behavior design
development
Activate when discussing game rules, player actions, scoring, fouls, cards, or match format