one-password
Installation
SKILL.md
1Password CLI
Install (stable path only — never brew)
op lives at ~/bin/op on all of Peter's Macs, with a compat symlink /opt/homebrew/bin/op -> ~/bin/op. Do NOT install/upgrade via the Homebrew cask: its versioned Caskroom path gives op a new macOS TCC identity on every upgrade, which re-fires the App Data Protection dialog at Peter. To update: download the official signed pkg from https://app-updates.agilebits.com/product_history/CLI2, pkgutil --check-signature (AgileBits 2BUA8C4S2C) + pkgutil --expand-full, then install -m 755 <payload>/op ~/bin/op. The stable path prevents path/version identity churn; it does not make the macOS grant durable across op processes.
Follow the official CLI get-started steps for anything else. Don't guess install commands.
References
- Official docs: https://developer.1password.com/docs/cli/get-started/
- Official app-integration toggle: https://developer.1password.com/docs/cli/app-integration/
- Apple
SystemPolicyAppData: https://developer.apple.com/documentation/xcode/resetting-access-to-protected-resources-in-macos - Known repeated-dialog bug: https://github.com/1Password/shell-plugins/issues/586
references/get-started.md(install + app integration + sign-in flow)references/cli-examples.md(realopexamples, including safe item create/edit patterns)