A dedicated dashboard extension for OpenClaw that integrates 1Password secret management and credential mapping into the Control UI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install 1password-ui
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 1password-ui 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 UI extension is a powerful tool designed to bridge the gap between secure secret storage and autonomous agent workflows. By adding a native 1Password tab to the OpenClaw dashboard, developers can manage vaults, authenticate sessions, and map sensitive credentials to specific Openclaw Skills without ever leaving the web interface.
This integration ensures that your AI agents have secure, authorized access to the API keys and passwords they need to function while maintaining the high security standards of the 1Password ecosystem. It supports both local CLI integrations and containerized Docker environments through 1Password Connect, making it a versatile choice for any deployment strategy.
To install this extension, instruct your agent to install the 1password-ui skill from ClawHub. For local environments, ensure the 1Password CLI is installed:
brew install 1password-cli
Enable CLI integration in the 1Password app settings under Developer. For Docker environments, deploy the 1Password Connect API and Sync services, then configure your OpenClaw environment variables to point to your Connect host and include your access token to ensure your Openclaw Skills can communicate with the vault.
The skill organizes its data primarily through a local JSON configuration file and system environment variables to maintain a secure link between Openclaw Skills and your vault.
| Data Element | Type | Purpose |
|---|---|---|
~/clawd/config/1password-mappings.json |
JSON File | Stores the relationship between specific skills and 1Password items. |
OP_CONNECT_TOKEN |
Environment Variable | Authenticates the gateway with the 1Password Connect API in Docker mode. |
OP_CONNECT_HOST |
Environment Variable | Defines the endpoint for the Connect server service. |
1password-backend.ts |
Source Code | Contains the logic for RPC methods like status, signin, and readSecret. |
Loading
A local automation tool for issuing, validating, and managing SmartBill.ro invoices through a deterministic CLI interface.

A robust CLI tool for programmatically inspecting, extracting text from, and transforming PDF files.

A high-performance utility for rendering PDF pages to images and extracting embedded document assets.

A specialized emergency monitoring skill that turns IKEA Dirigera air sensors into a continuous audio alert system for smoke and fire detection.

A comprehensive UI enhancement for OpenClaw that introduces multi-agent session management, advanced search history, and AI-driven agent creation.

A real-time toast notification system for the OpenClaw Control UI that tracks and displays the status of all background processes.








































