What problem does it solve? Managing secrets through plaintext environment variables or files is risky and hard to maintain. This Skill sets up the 1Password CLI (op) so secrets are read, injected, or passed to commands directly from a 1Password vault. ## Core Features & Use Cases - CLI Setup and Authentication: Install the op CLI and authenticate via service account token, desktop app integration, or a self-hosted Connect server. - Secret Operations: Read secret references like op://Vault/Item/field, fetch one-time passwords, inject secrets into templates with op inject, and run commands with secret env vars via op run. - Stable Hermes Sessions: Use a dedicated tmux session to preserve desktop-app sign-in state across non-interactive terminal calls. - Use Case: A developer needs a database password for a deployment script. Instead of pasting it into a .env file, they run the command through op run so the secret is resolved at runtime from the 1Password vault. ## Quick Start Set up the 1Password CLI with a service account token and read the database password from my app-prod vault.