A professional-grade integration for managing 1Password vaults, items, and secrets within server-side AI applications.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install onepassword
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install onepassword using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The 1Password skill provides a bridge between your AI agents and the 1Password Connect API, enabling secure, programmatic access to sensitive credentials. It allows server-side applications to interact with vaults and items without compromising security, making it a vital component for developers using Openclaw Skills who need to handle production secrets.
This skill is built with a focus on reliability and security, utilizing Python's standard library to minimize dependency risks. It facilitates common secret management tasks such as retrieving login details, updating fields, and checking the health of your Connect server infrastructure, ensuring your agents always have the access they need in a controlled environment.
To use this skill, you must have a 1Password Connect server running and accessible. Set the required environment variables in your shell or configuration file:
export OP_CONNECT_TOKEN="your_1password_connect_token"
export OP_CONNECT_HOST="https://your-connect-server-url"
Verify the installation by running a health check command:
python3 scripts/onepassword.py get-health
The skill consistently outputs JSON data to ensure compatibility with other automation tools. The primary data structures include:
| Object | Description | Key Fields |
|---|---|---|
| Vault | Metadata about a 1Password vault | id, name, description, attributeVersion |
| Item | Detailed secret information | id, title, version, vault, category, fields |
| Health | Server status information | version, dependencies, status |
| Field | Individual data point within an item | id, label, value, type |
Loading
A robust Python CLI tool for programmatically managing Mux video assets, live streams, and engagement metrics.

A comprehensive Web3 data integration for agents to query blockchain balances, token prices, and NFT metadata across multiple networks.

A real-time intelligence tool for comparing LLM costs, capabilities, and task-specific performance via the OpenRouter API.

A powerful tool for fetching live LLM pricing, capabilities, and performance comparisons directly from OpenRouter.

A comprehensive, zero-dependency Python integration for the OpenAI REST API covering text, image, audio, and assistant management.

The definitive toolkit for designing, configuring, debugging, and optimizing OpenClaw AI agent deployments and Openclaw Skills.








































