What problem does it solve? Processes and terminals need runtime secrets and credentials without hardcoding values into repositories, and this Skill provides the exact Doppler and 1Password CLI commands to resolve, inject, and read them safely. ## Core Features & Use Cases - Doppler Secret Injection: Wrap commands with doppler run to inject environment variables under a specific project and config, or mount secrets as named pipes. - 1Password Credential Reads: Read fields, one-time codes, and SSH keys via op read with secret references like op://<vault>/<item>/<field>, authorized by biometric unlock. - Scope and Token Management: Configure directory scopes, create ephemeral service tokens with --max-age, and revoke them when done. - Use Case: A developer needs a database password for a local migration script. Run doppler run --project backend --config dev -- ./migrate.sh to inject the secret without ever writing it to disk. ## Quick Start Use the secrets skill to inject the staging environment variables into my test command with Doppler.