← ClaudeAtlas

cloudflare-secretslisted

Use when a Worker needs secret values kept out of source: store sensitive values as Worker secrets rather than committing them.
sarmakska/slipstream · ★ 1 · DevOps & Infrastructure · score 73
Install: claude install-skill sarmakska/slipstream
## Overview Store sensitive values as Worker secrets rather than committing them. ## Steps 1. Put the secret with `pnpm exec wrangler secret put {{secretName}}`. 2. Reference it from `env.{{secretName}}` inside the Worker. 3. Never log the secret value. ## Verify List secrets and confirm the name appears without exposing the value.