What problem does it solve?
This skill prevents sensitive credentials from being written to disk or exposed in AI agent transcripts by providing a secure, memory-only bridge between 1Password and your command-line tools.
Core Features & Use Cases
- Secure Secret Injection: Uses bash process substitution and op run to pass secrets directly into process memory via kernel pipes, ensuring they never touch the filesystem.
- PreToolUse Guardrails: Automatically blocks dangerous Bash commands like bare op read or item reveal that would otherwise leak secrets into the agent's context.
- Use Case: When you need to run a CLI tool that requires an API key, use this skill to fetch the key from 1Password and inject it into the tool's environment variables or file descriptors without ever exposing the raw value to the AI.
Quick Start
Use the safety-op-creds skill to run your command by prefixing it with with-creds followed by your credential flags and the target program.