1password

Retrieve and inject 1Password CLI secrets as environment variables in tmux sessions.

5.1k|1.2k|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/linuxhsj/openclaw-zero-token --skill 1password-linuxhsj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1password
Source: https://github.com/linuxhsj/openclaw-zero-token/tree/main/skills/1password
Command: npx skills add https://github.com/linuxhsj/openclaw-zero-token --skill 1password-linuxhsj

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies 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 stored in 1Password vaults directly from your terminal.
  • Automated Workflows: Integrate secret injection into scripts and applications without manual copy-pasting.
  • Use Case: Securely inject database credentials into an application's environment variables during deployment or development.

Quick Start

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

Frequently Asked Questions about 1password

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

FAQPage Schema
How do I inject secrets as environment variables during automated deployment?

You can inject secrets as environment variables during automated deployment by using this Skill to retrieve items from 1Password and run commands within isolated tmux sessions. It automates secret retrieval directly through the 1Password CLI.

What is the best way to manage API keys in terminal scripts without manual copy-pasting?

Managing API keys in terminal scripts without manual copy-pasting is achieved by integrating the 1Password CLI. This Skill facilitates automated secret retrieval and injection, securely accessing vault items directly from your terminal environment.

Do I need the 1Password CLI installed to use this secret management automation?

Yes, you need the 'op' binary installed and configured for account sign-in to use this secret management automation. The Skill relies entirely on the 1Password CLI to facilitate secure access to your vaults.

Can I securely access 1Password vaults directly from my devops command line?

Yes, you can securely access 1Password vaults directly from your devops command line. The Skill enables automated retrieval of sensitive information like passwords and SSH keys by executing the 'op' binary within isolated tmux sessions.

Does running commands with injected secrets require an isolated tmux session?

Running commands with injected secrets uses an isolated tmux session for enhanced security. This mechanism ensures that retrieved sensitive information is scoped securely when executing your automated workflows.