1password

Retrieve 1Password secrets and vault information via the op CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides secure, programmatic access to sensitive information stored in 1Password vaults, eliminating the need for manual retrieval and reducing the risk of exposure.

Core Features & Use Cases

  • Service Account Authentication: Uses a service account token for automated access without user interaction.
  • Vault and Item Management: List vaults, retrieve vault details, list items, and get specific item information.
  • Secret Retrieval: Securely read specific fields like passwords and usernames from items.
  • Use Case: Integrate with CI/CD pipelines to automatically fetch API keys or database credentials from 1Password, ensuring secure deployment.

Quick Start

Use the 1password skill to read the password for the item named 'Spex4less' from the 'claw' vault.

Frequently Asked Questions about 1password

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

FAQPage Schema
How do I retrieve secrets from a 1Password vault in an automated workflow?

To retrieve secrets from a 1Password vault in an automated workflow, this Skill uses the `op` CLI with service account authentication to programmatically access specific credentials, notes, or vault items without manual intervention.

Can I use a 1Password service account to fetch database credentials for CI/CD pipelines?

Yes, you can use a 1Password service account to fetch database credentials for CI/CD pipelines. The Skill authenticates via a service account token to securely retrieve API keys and database passwords during automated deployments.

What do I need to access 1Password items via the command line?

To access 1Password items via the command line, you need the `op` CLI tool installed and a configured service account token. These prerequisites enable secure, programmatic vault and item management for your scripts.

How does service account authentication work for 1Password secrets management?

Service account authentication for 1Password secrets management works by using a dedicated token to authenticate the `op` CLI. This allows automated scripts and workflows to securely read specific fields like passwords and usernames without requiring interactive user login.

What vault information can I list and retrieve using the 1password Skill?

Using the 1password Skill, you can list available vaults, retrieve vault details, list items within a vault, and get specific item information. It securely reads sensitive data fields like passwords and usernames for scripting purposes.