AI AGENT ADDONS

Secrets Management

wshobson/agents
Security
9,953installs

Keeping your passwords and API keys safe is very important in automated workflows. This guide shows you how to store and use them without putting them directly in your code. You can use tools like Vault, AWS Secrets Manager, or GitHub Secrets to protect your sensitive information.

You will learn how to set up these tools in your CI/CD pipelines. You can also rotate secrets automatically to keep them secure. This helps you follow the principle of least privilege, so only the right systems have access.

Add Secrets Management skill to your workflow

Global

mkdir -p ~/.claude/skills/secrets-management

Project

mkdir -p .claude/skills/secrets-management

Source Repository

Stars
37,285
Forks
4,009
Watchers
37,285
License
MIT
Last Push
26 days ago
Created
1 year ago