What problem does it solve?
This Skill removes the friction of handling secrets in development and automation by enabling secure retrieval and injection of credentials into commands and runtime environments without persisting plaintext secrets.
Core Features & Use Cases
- Sign-in and authentication workflows: guidance for desktop app integration, service account token setup, and Connect server configuration to authenticate the 1Password CLI.
- Secret retrieval and runtime injection: read secrets, get OTPs, inject templates, and run commands with secret environment variables using op read, op inject, and op run.
- Operational patterns for reliability: advice for running sign-in and secret operations in a persistent tmux session for interactive desktop flows and notes for headless/CI usage with OP_SERVICE_ACCOUNT_TOKEN.
Quick Start
Sign in or configure a service account, read the secret op://app-prod/db/password, and run the deployment command with that secret injected.