What problem does it solve?
This skill prevents leaking credentials by helping you set up and use the 1Password CLI (op) to securely store, retrieve, and inject secrets for automation.
Core Features & Use Cases
- Service account secret flow: Use
OP_SERVICE_ACCOUNT_TOKEN to authenticate non-interactively for CLI operations like reading secrets, injecting them into templates, and running commands with secret-backed environment variables.
- Desktop app integration: Enable interactive
op signin with tmux to keep authentication context stable across ZedClaw terminal calls.
- Connect server support: Use self-hosted Connect with
OP_CONNECT_HOST and OP_CONNECT_TOKEN for compatible environments.
- Common operations: Read secrets via
op read, inject secret values into templates via op inject, and execute commands safely with op run.
Quick Start
Ask the agent to set up the 1Password CLI using your service account token in OP_SERVICE_ACCOUNT_TOKEN and then read a secret reference to confirm it works.