Aws Secrets Manager
Provides AWS guidance and assistance for deploying and managing cloud infrastructure.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add thinkfleetai-aws-secrets-manager npx -- -y @trustedskills/thinkfleetai-aws-secrets-manager
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"thinkfleetai-aws-secrets-manager": {
"command": "npx",
"args": [
"-y",
"@trustedskills/thinkfleetai-aws-secrets-manager"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to securely retrieve and manage secrets stored within AWS Secrets Manager. It enables the agent to access sensitive information like database credentials, API keys, and other configuration data without directly exposing them in code or environment variables. The skill facilitates secure application deployments and reduces the risk of credential leakage.
When to use it
- Automated Database Connections: Retrieve database usernames and passwords for automated backups or reporting tasks.
- API Key Management: Securely access API keys needed for integrations with third-party services.
- Secure Application Deployments: Provide application deployment scripts with the necessary credentials without hardcoding them.
- Configuration Retrieval: Access sensitive configuration parameters stored in Secrets Manager instead of directly embedding them within applications.
Key capabilities
- Retrieves secrets from AWS Secrets Manager using provided access keys.
- Supports various secret types (e.g., strings, JSON).
- Securely stores and manages credentials.
Example prompts
- "Get the database password for production."
- "Retrieve the API key for the Stripe integration."
- "What is the username for the staging database?"
Tips & gotchas
- Requires valid AWS access keys with permissions to read from Secrets Manager.
- Ensure the secrets exist in AWS Secrets Manager before attempting retrieval.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.