tools-1password-cli
CommunityMaster 1Password CLI secrets in automation.
Software Engineering#ci-cd#vault-management#secrets-management#environment-injection#1password-cli#op-run
Authortjboudreaux
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps developers and operators securely manage secrets with the 1Password CLI, enabling automation and safer configuration in scripts and CI/CD pipelines.
Core Features & Use Cases
- Secrets management: read, create, edit, and organize items in Vaults using op.
- Environment injection and automation: inject secrets at runtime with op run and op inject.
- CI/CD and shell plugins: automate credentials for GitHub Actions, GitLab CI, Docker, and third-party CLIs.
- Service accounts and access control: create and manage non-interactive tokens for automation with clear expiry.
- Template-driven document and item operations: leverage item templates and documents for repeatable setups.
Quick Start
Prerequisites: Install 1Password CLI and authenticate (op signin or OP_SERVICE_ACCOUNT_TOKEN). Then try a quick workflow:
- Read a secret: op read "op://Private/API Keys/openai-key"
- Inject into a script: export API_KEY="$(op read "op://Private/API Keys/openai-key")"
- Run a command with secrets: op run -- ./deploy.sh
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: tools-1password-cli Download link: https://github.com/tjboudreaux/cc-skills-one-password-cli/archive/main.zip#tools-1password-cli Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.