What problem does it solve?
This Skill prevents leaking credentials by helping you use 1Password CLI to store, read, and inject secrets at execution time instead of hardcoding plaintext tokens or committing secret files.
Core Features & Use Cases
- Service account secret management: Read and inject secrets non-interactively using
OP_SERVICE_ACCOUNT_TOKEN.
- Desktop app integration (interactive): Use
op signin with CLI integration for accounts that prefer approval via the desktop app.
- Connect server support: Enable self-hosted Connect authentication using
OP_CONNECT_HOST and OP_CONNECT_TOKEN.
- Template injection and secret execution: Use
op inject and op run to render configs and run commands with secret-backed environment variables.
Quick Start
Ask Hermes to set up the 1Password CLI using your 1Password Service Account Token and then read a secret reference like op://Vault/Item/field and inject it into your command or template.