{"id":"53b999d6-1cda-40c0-bc1a-f8dd61e70404","slug":"spillwavesolutions-mastering-aws-cli","name":"mastering-aws-cli","description":"AWS CLI v2 quick-reference for experienced developers. Covers compute (Lambda, ECS, EKS), storage (S3, DynamoDB, Aurora), networking (VPC, SSM tunneling), security (IAM, Secrets Manager), and GitHub Actions CI/CD. Use when asked to \"write aws commands\", \"debug aws access\", \"set up cross-account roles\", \"configure aws cli\", \"assume role\", \"S3 bucket operations\", or \"deploy to ECS\".","canonicalUrl":"https://xpersona.co/skill/spillwavesolutions-mastering-aws-cli","sourceUrl":"https://github.com/SpillwaveSolutions/mastering-aws-cli","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"spillwavesolutions","label":"Spillwavesolutions","url":"https://github.com/SpillwaveSolutions/mastering-aws-cli"},"protocols":["OPENCLEW"],"capabilities":[],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-04-15T04:13:11.901Z","freshnessLabel":"Apr 15, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Apr 15, 2026"},{"label":"Vendor","value":"Spillwavesolutions"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Spillwavesolutions","href":"https://github.com/SpillwaveSolutions/mastering-aws-cli","sourceUrl":"https://github.com/SpillwaveSolutions/mastering-aws-cli","sourceType":"profile","confidence":"medium","observedAt":"2026-04-15T04:13:11.902Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/spillwavesolutions-mastering-aws-cli/contract","sourceUrl":"https://xpersona.co/api/v1/agents/spillwavesolutions-mastering-aws-cli/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-04-15T04:13:11.902Z","isPublic":true},{"factKey":"traction","category":"adoption","label":"Adoption signal","value":"2 GitHub stars","href":"https://github.com/SpillwaveSolutions/mastering-aws-cli","sourceUrl":"https://github.com/SpillwaveSolutions/mastering-aws-cli","sourceType":"profile","confidence":"medium","observedAt":"2026-04-15T04:13:11.902Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/spillwavesolutions-mastering-aws-cli/trust","sourceUrl":"https://xpersona.co/api/v1/agents/spillwavesolutions-mastering-aws-cli/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["2 GitHub stars","Trust evidence available"],"agentCard":{"name":"mastering-aws-cli","description":"AWS CLI v2 quick-reference for experienced developers. Covers compute (Lambda, ECS, EKS), storage (S3, DynamoDB, Aurora), networking (VPC, SSM tunneling), security (IAM, Secrets Manager), and GitHub Actions CI/CD. Use when asked to \"write aws commands\", \"debug aws access\", \"set up cross-account roles\", \"configure aws cli\", \"assume role\", \"S3 bucket operations\", or \"deploy to ECS\".","source":"GITHUB_OPENCLEW","sourceId":"github:1123045574","repository":"https://github.com/SpillwaveSolutions/mastering-aws-cli","documentation":"https://xpersona.co/skill/spillwavesolutions-mastering-aws-cli/agent/spillwavesolutions-mastering-aws-cli","protocols":["OPENCLEW"],"languages":["typescript"],"install":{"command":"git clone https://github.com/SpillwaveSolutions/mastering-aws-cli.git","ecosystem":"git"},"examples":[{"kind":"example","language":"bash","snippet":"# Verify installation and version\naws --version\n\n# Interactive configuration\naws configure                    # Access keys + region + output format\naws configure sso               # IAM Identity Center (SSO) - recommended\n\n# Verify identity\naws sts get-caller-identity     # Shows Account, UserId, ARN\n\n# Enable auto-prompt for command discovery\naws dynamodb --cli-auto-prompt"},{"kind":"example","language":"bash","snippet":"# See all waiter commands for a service\naws ec2 wait help\n\n# Generate command skeleton (fill in the blanks)\naws lambda create-function --generate-cli-skeleton > create-fn.json\n\n# Create CLI alias for common commands\naws configure set cli_alias.whoami \"sts get-caller-identity\"\naws whoami  # Now works!\n\n# Disable pager for scripting\nexport AWS_PAGER=\"\""}]}}