aws-secretsmanager

Installation
SKILL.md

AWS Secrets Manager

Intent Router

Request Reference Load When
Setup, IAM permissions, env vars references/install-and-setup.md User needs AWS CLI setup, IAM policies, or KMS key configuration
CLI commands, CRUD operations references/command-cookbook.md User needs create/get/put/update/describe/list/delete/rotate commands
Rotation, versions, staging labels references/rotation-and-versions.md User asks about automatic rotation, Lambda rotation, or version staging labels
IAM policies, KMS, VPC, audit references/access-control-and-iam.md User asks about least-privilege IAM, cross-account access, KMS keys, or CloudTrail

Quick Start

# 1. Create a secret
aws secretsmanager create-secret \
  --name "myapp/prod/db-password" \
  --secret-string "s3cr3t"
Installs
1
First Seen
Jul 8, 2026
aws-secretsmanager — alisonaquinas/llm-ci-dev