What problem does it solve?
This skill solves the challenge of managing sensitive deployment credentials by providing a secure, standardized way to reference secrets from password managers or environment variables without ever committing plaintext values to version control.
Core Features & Use Cases
- Vault Integration: Provides helpers to fetch secrets from 1Password, Bitwarden, AWS Secrets Manager, and other providers using a unified command interface.
- Environment Mapping: Simplifies the process of wiring secrets into config/deploy.yml using clear/secret blocks and aliasing.
- Use Case: When you need to rotate your database password or registry credentials, use this skill to pull the latest values directly from your vault into your deployment process during execution.
Quick Start
Use the secrets skill to fetch my registry password from 1Password and configure it for my current Kamal deployment.