op-helper

Community

Secure secret retrieval with 1Password CLI.

Authorshepherdjerred
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill simplifies secure secret retrieval and credential management by leveraging the 1Password CLI (op). It helps developers and operators fetch secrets, inject them into applications or scripts, and manage credentials without exposing sensitive values in logs or command histories.

Core Features & Use Cases

  • Secret retrieval: use op item get to fetch vault items and fields securely.
  • Environment injection: inject secrets into environments or CI/CD pipelines without exposing them.
  • Safe display and caching: features such as concealed output by default and optional --reveal to view sensitive data; caching improves performance on macOS/Linux.
  • Use Case: In a CI pipeline, fetch a database password from Production vault and inject it into a deployment script.

Quick Start

To retrieve a secret and export it to an environment variable: op item get "Database Password" --fields password export DB_PASSWORD=$(op item get "Database Password" --fields password)

Dependency Matrix

Required Modules

None required

Components

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: op-helper
Download link: https://github.com/shepherdjerred/dotfiles/archive/main.zip#op-helper

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.