What problem does it solve? Claude Code runs each Bash call in a new subprocess without a TTY, so 1Password CLI's app integration triggers a biometric prompt on every op call. This Skill establishes a reusable session so secrets can be read without repeated authentication prompts. ## Core Features & Use Cases - Dual Auth Mode Detection: Automatically detects whether token-based auth or App Integration auth applies, and configures the session accordingly. - Session Lifecycle Management: Initialize, check status, list accounts, and clear sessions stored in ~/.op-claude-session with owner-only permissions. - Secure Wrapper Script: op-with-session.sh validates the session before every call and injects the correct --session and --account flags per auth mode. - Use Case: A developer needs database credentials from a 1Password vault during a Claude Code session. Run the init script once, then read secrets via the wrapper without further biometric prompts. ## Quick Start Initialize a 1Password session for this project and then read the secret at op://vault/item/field using the session wrapper.