secrets-1password

Manage 1Password vault secrets via CLI with JSON outputs.

9|2|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/aussiegingersnap/cursor-skills --skill secrets-1password
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: secrets-1password
Source: https://github.com/aussiegingersnap/cursor-skills/tree/main/skills/secrets-1password
Command: npx skills add https://github.com/aussiegingersnap/cursor-skills --skill secrets-1password

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill reduces the risk and manual overhead of managing secrets by leveraging the 1Password CLI to securely create, read, update, and delete vault items, while enabling secret injection into scripts.

Core Features & Use Cases

  • Create, read, update, and delete secrets in 1Password vaults using robust, scriptable workflows.
  • Inject secrets into commands and automation pipelines without exposing sensitive values.
  • Validate authentication and vault access to ensure secure automation in developer workflows.

Quick Start

Install 1Password CLI, authenticate an account, and run the supplied scripts to manage secrets securely.

Frequently Asked Questions about secrets-1password

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate 1Password secret management in CI/CD pipelines?

Automate 1Password secret management in CI/CD pipelines by using the 1Password CLI to securely inject and rotate vault items without exposing sensitive values. This skill provides scriptable command wrappers for safe, automated secret retrieval in developer workflows.

Can I use 1Password CLI scripts to inject secrets into local development workflows?

Yes, you can inject secrets into local development workflows using 1Password CLI scripts. This skill encapsulates vault and item targeting to safely retrieve credentials and pass them into commands without exposing plaintext values in your environment.

What is the best way to create and update 1Password vault items via command line?

The best way to create and update 1Password vault items via command line is using CLI workflows with robust error handling and JSON outputs. This skill automates field handling and redaction for secure, scriptable item management.

Do I need to authenticate my 1Password account before automating secret retrieval?

Yes, you must authenticate your 1Password account and validate vault access before automating secret retrieval. This skill ensures secure automation by confirming authentication and vault permissions before attempting to read or inject credentials.

Does this 1Password CLI workflow support deleting secrets with error handling?

Yes, this 1Password CLI workflow supports deleting secrets with robust error handling. It wraps commands to target specific vault items and fields, returning JSON outputs to ensure safe and verifiable secret deletion.