secrets-management

secrets management

wshobson ↓ 10k
Claude Code
View source ↗

What it does

  • Store API keys and credentials
  • Manage database passwords
  • Handle TLS certificates
  • Rotate secrets automatically
  • Implement least-privilege access
  • Centralized secrets management
  • Dynamic secrets generation

Requirements & configuration

  • token: ${{ secrets.VAULTTOKEN }}
  • secret/data/api key | APIKEY

Configuration: DB_USERNAMEDB_PASSWORDAPI_KEYVAULT_TOKENSECRETGITHUB_ENVDATABASE_URL

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

secrets management

Source

Repository: https://github.com/wshobson/agents

secrets-management FAQ

What does the secrets-management skill do?

Implement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling sensitive credentials, rotating secrets, or securing CI/CD environments. Store API keys and credentials Manage database passwords

What does secrets-management require?

token: ${{ secrets.VAULTTOKEN }} secret/data/api key | APIKEY Configuration keys: DB_USERNAME, DB_PASSWORD, API_KEY, VAULT_TOKEN, SECRET, GITHUB_ENV, DATABASE_URL.

How do I install secrets-management?

Run: npx -y skills add https://github.com/wshobson/agents --skill secrets-management --agent claude-code — the source lives at github.com/wshobson/agents.

Maintain secrets-management?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

secrets-management on getagentictools
[![secrets-management on getagentictools](https://getagentictools.com/badge/skills/wshobson-agents-secrets-management.svg)](https://getagentictools.com/skills/wshobson-agents-secrets-management?ref=badge)
npx agentictools info skills/wshobson-agents-secrets-management

The second line is the CLI lookup for this page — handy in READMEs and docs.