What problem does it solve?
This Skill removes friction around retrieving, injecting, and managing 1Password secrets from terminal workflows so developers and automation can access credentials securely without exposing plaintext secrets.
Core Features & Use Cases
- Authentication & Service Accounts: Sign in interactively or use service account tokens for CI and automation.
- Secret Retrieval & Injection: Read individual fields, inject secrets into environment variables or template files, and run commands with secrets injected.
- Item & Vault Management: List, get, create, edit, and delete items and vaults with JSON output and filtering by category or tags.
- Use Case: Inject a database password from a vault into a Docker Compose environment at startup or fetch an API key during a CI job.
Quick Start
Retrieve the production database password from the Private vault and run your application with that password injected into the environment.