1password

Set up op CLI, sign in, and read or inject secrets.

  • security
  • secrets
  • 1password
  • op
  • cli

Declared platforms: linux · macos · windows

Install
npx skills add 'https://github.com/NousResearch/hermes-agent/tree/main/optional-skills/security/1password'
Download bundle ↓
main · 24fd22bScanned 2026-09-15

Contributors

GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.

File history ↗

references/get-started.md

references/get-started.mdBrowse 3 files
View on GitHub
← Back to SKILL.md

1Password CLI get-started (summary)

Official docs: https://developer.1password.com/docs/cli/get-started/

Core flow

  1. Install op CLI.
  2. Enable desktop app integration in 1Password app.
  3. Unlock app.
  4. Run op signin and approve prompt.
  5. Verify with op whoami.

Multiple accounts

  • Use op signin --account <subdomain.1password.com>
  • Or set OP_ACCOUNT

Non-interactive / automation

  • Use service accounts and OP_SERVICE_ACCOUNT_TOKEN
  • Prefer op run and op inject for runtime secret handling
Referenced from SKILL.md