secrets-management

DevOps & Cloud
v1.0.0
Benign

Secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, and native platform solutions.

482 downloads482 installsby @brandonwise

Setup & Installation

Install command

clawhub install brandonwise/secrets-management

If the CLI is not installed:

Install command

npx clawhub@latest install brandonwise/secrets-management

Or install with OpenClaw CLI:

Install command

openclaw skills install brandonwise/secrets-management

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/brandonwise/secrets-management

What This Skill Does

Covers how to store, retrieve, and rotate secrets in CI/CD pipelines using HashiCorp Vault, AWS Secrets Manager, and native platform secret stores. Includes patterns for GitHub Actions, GitLab CI, Kubernetes, and Terraform. Also covers secret scanning to catch leaked credentials before they reach git.

Centralizing secrets in a dedicated store with audit logging and automatic rotation reduces the risk of credential leaks compared to scattering values across .env files, CI variables, and config repositories.

When to Use It

  • Pulling database passwords into GitHub Actions without hardcoding them
  • Rotating API keys automatically on a 90-day schedule
  • Syncing Vault secrets into Kubernetes pods via External Secrets Operator
  • Blocking secret commits with a pre-commit TruffleHog hook
  • Managing environment-specific credentials across dev, staging, and production

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Pulling database passwords into GitHub Actions without hardcoding them

AGENT
  1. 1Pulling database passwords into GitHub Actions without hardcoding them
  2. 2Rotating API keys automatically on a 90-day schedule
  3. 3Syncing Vault secrets into Kubernetes pods via External Secrets Operator
  4. 4Blocking secret commits with a pre-commit TruffleHog hook
  5. 5Managing environment-specific credentials across dev, staging, and production
OUTPUT
Secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, and native platform solutions.

Share this skill

Security Audits

VirusTotalBenign
OpenClawBenign
View full report

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageMarkdown
Last updatedFeb 25, 2026