What problem does it solve?
This Skill prevents leaking sensitive credentials by helping you store, retrieve, and inject secrets from 1Password instead of copying them into plaintext environment variables or files.
Core Features & Use Cases
- Service-account based secret access: Uses
OP_SERVICE_ACCOUNT_TOKEN for non-interactive automation of op read, op inject, and op run.
- Interactive desktop app integration: Supports
op signin with approval prompts and stable authenticated sessions for terminal workflows.
- Connect server support: Enables self-hosted Connect endpoints using
OP_CONNECT_HOST and OP_CONNECT_TOKEN.
- Template and command workflows: Injects secrets into configs via
op inject and runs commands with secret-bearing environment variables using op run.
Quick Start
Configure the service account token by setting OP_SERVICE_ACCOUNT_TOKEN in ~/.hermes/.env, then verify access with op whoami.