aws-ai

Installation
SKILL.md

AWS AI/ML Services — Comprehensive Reference

Amazon Bedrock

Model Access

# List available foundation models
aws bedrock list-foundation-models \
  --query 'modelSummaries[].[modelId,providerName,modelName]' \
  --output table --region us-east-1

# Request access to a model (done via console, but can check)
aws bedrock get-foundation-model --model-identifier anthropic.claude-3-5-sonnet-20241022-v2:0
Installs
1
GitHub Stars
1
First Seen
May 12, 2026
aws-ai — tomz/agent-skills