What you can do
- Retrieve secrets and API keys securely
- List and search items across vaults
- Inject credentials into environment variables
- Manage vault access and sharing
- Automate secret rotation workflows
Install the skill
Install via clawhub
npx clawhub@latest install 1password
The 1password skill wraps the 1Password CLI (op), letting your AI agent securely access secrets and manage vaults.
Example commands
# Get an API key
openclaw ask "Get the API key for my staging server"
✓ Retrieved: Staging API Key (vault: Development)
# List vault items
openclaw ask "List all items in the Dev vault"
12 items: 4 logins, 5 API credentials, 3 secure notes
# Inject secrets
openclaw ask "Set DATABASE_URL from 1Password for this project"
✓ Injected DATABASE_URL from vault: Production
How it works
OpenClaw CLI acts as a watchdog daemon that keeps your AI agent always running. When you install the 1Password skill, your agent can securely access secrets through the 1Password CLI — no plaintext credentials in your codebase. Authenticate with 1Password once, and your agent retrieves secrets on demand.
Get OpenClaw CLI — Free
Your AI agent, always running. Zero config.
npm
npm install -g openclaw-cli
Homebrew
brew install openclaw/tap/openclaw-cli