1Password

Manage 1Password CLI sign-in and secret retrieval within a tmux session.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/feiji77-2/openclaw --skill 1password-feiji77-2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1Password
Source: https://github.com/feiji77-2/openclaw/tree/main/skills/1password
Command: npx skills add https://github.com/feiji77-2/openclaw --skill 1password-feiji77-2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the secure management and retrieval of secrets using the 1Password CLI, ensuring sensitive information is handled safely and efficiently.

Core Features & Use Cases

  • CLI Setup & Integration: Installs and configures the 1Password CLI (op) and integrates it with the desktop application.
  • Secure Authentication: Manages sign-in processes, including multi-account support, within a secure tmux session.
  • Secret Operations: Reads, injects, and runs secrets using op read, op inject, and op run commands.
  • Use Case: Securely access database credentials or API keys for an application deployment script without exposing them in plain text.

Quick Start

Use the 1Password skill to sign in to your 1Password account within a secure tmux session.

Frequently Asked Questions about 1Password

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

FAQPage Schema
How do I securely retrieve secrets using the 1Password CLI for deployment scripts?

You can manage secrets via the 1Password CLI by using the `op read`, `op inject`, and `op run` commands to safely access and inject credentials like API keys without exposing them in plain text.

What is the best way to manage multiple 1Password CLI accounts in a secure session?

The best way to manage multiple 1Password CLI accounts is by signing in within a secure tmux session, which facilitates safe authentication and handles multi-account sign-in processes for secret operations.

Do I need the 1Password desktop application to use the CLI integration?

You need the 1Password desktop application for full CLI integration, as the skill configures the `op` binary to integrate directly with the desktop app to facilitate secure access and management of secrets.

How does 1Password CLI inject secrets into environment variables?

The 1Password CLI injects secrets into environment variables using the `op inject` command, which securely replaces placeholders in configuration files or scripts with actual sensitive data retrieved from your vault.

Can I run scripts with secret references directly using 1Password CLI?

You can run scripts with secret references directly using the `op run` command, which securely provides the necessary credentials to the application environment at runtime without plain text exposure.