Polyhydra Skills / Homelab Infra
secret-apply
Generates or accepts one new secret value and applies it everywhere it needs to land — env files, CI secrets, a secrets manager — in a single hands-off pass. Self-issued secrets (DB passwords, keys) generate non-interactively; provider-issued credentials (PATs, OAuth tokens) are taken once via a GUI or hidden prompt. Never surfaces the value to a transcript, shell history, or process list.
Homelab InfraHomelab-internal
When to use it
- A new service needs a credential minted and wired into every place it's consumed
- Rotating an existing secret across env files, CI, and a secrets manager at once
Homelab-internal. This skill talks to infrastructure specific to my own
self-hosted setup (internal hosts, credentials, deploy topology). The description above
reflects the general pattern — the implementation itself isn't published here.