1password

Manage and retrieve secrets securely using the 1Password CLI.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/cogpy/clawcog --skill 1password-cogpy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1password
Source: https://github.com/cogpy/clawcog/tree/main/skills/1password
Command: npx skills add https://github.com/cogpy/clawcog --skill 1password-cogpy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the secure management and retrieval of sensitive information like passwords, API keys, and SSH keys using the 1Password command-line interface.

Core Features & Use Cases

  • Secure Secret Retrieval: Access secrets directly from your 1Password vaults.
  • Automated Workflows: Integrate secret injection into scripts and applications.
  • CLI Management: Facilitates installation, sign-in, and authorization for the 1Password CLI.
  • Use Case: Securely use an API key stored in 1Password within a CI/CD pipeline script without exposing it in plain text.

Quick Start

Use the 1password skill to sign in to your 1Password account.

Frequently Asked Questions about 1password

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

FAQPage Schema
How do I securely retrieve API keys from 1Password in a CLI script?

To retrieve API keys securely from 1Password in a CLI script, use the 1Password CLI (op) to read and inject secrets directly from your vaults into your workflows without exposing plain text.

What do I need to manage secrets with the 1Password CLI?

To manage secrets with the 1Password CLI, you need the 'op' binary installed and a configured 1Password account to authorize secure access for reading and injecting vault items.

Can I use 1Password for secrets management in a CI/CD pipeline?

Yes, you can use 1Password for secrets management in a CI/CD pipeline by integrating the CLI to inject stored API keys and credentials securely into your scripts without exposing them in plain text.

How does multi-account sign-in work for 1Password CLI?

Multi-account sign-in for 1Password CLI allows you to authenticate with multiple configured 1Password accounts, enabling you to retrieve and manage secrets across different vaults from a single environment.

Does the 1Password CLI support automated secret injection for applications?

Yes, the 1Password CLI supports automated secret injection for applications by providing commands to securely read and run operations that fetch vault items directly into your scripts.

What is the best way to automate secrets management without hardcoding credentials?

The best way to automate secrets management without hardcoding credentials is using a CLI tool like 1Password to dynamically retrieve and inject sensitive data like SSH keys and passwords directly during execution.