- name
- onepassword
- description
- 1Password Connect — vaults, items, secrets management for server-side applications.
- homepage
- https://www.agxntsix.ai
- license
- MIT
- compatibility
- Python 3.10+ (stdlib only — no dependencies)
- metadata
- {"openclaw": {"emoji": "🔐", "requires": {"env": ["OP_CONNECT_TOKEN", "OP_CONNECT_HOST"]}, "primaryEnv": "OP_CONNECT_TOKEN", "homepage": "https://www.agxntsix.ai"}}
🔐 1Password
1Password Connect — vaults, items, secrets management for server-side applications.
Requirements
| Variable | Required | Description |
|---|---|---|
OP_CONNECT_TOKEN | ✅ | 1Password Connect token |
OP_CONNECT_HOST | ✅ | 1Password Connect server URL |
Quick Start
# List all vaults
python3 {{baseDir}}/scripts/onepassword.py list-vaults
# Get vault details
python3 {{baseDir}}/scripts/onepassword.py get-vault <id>
# List items in vault
python3 {{baseDir}}/scripts/onepassword.py list-items --vault-id <value>
# Get item with fields
python3 {{baseDir}}/scripts/onepassword.py get-item --vault-id <value> <id>
# Create item
python3 {{baseDir}}/scripts/onepassword.py create-item --vault-id <value> --category "LOGIN" --title <value> --fields "JSON"
# Update item
python3 {{baseDir}}/scripts/onepassword.py update-item --vault-id <value> <id> --fields "JSON"
# Delete item
python3 {{baseDir}}/scripts/onepassword.py delete-item --vault-id <value> <id>
# Check Connect server health
python3 {{baseDir}}/scripts/onepassword.py get-health
# Simple heartbeat check
python3 {{baseDir}}/scripts/onepassword.py get-heartbeatOutput Format
All commands output JSON by default.
Script Reference
| Script | Description |
|---|---|
{baseDir}/scripts/onepassword.py | Main CLI — all commands in one tool |
Credits
Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.
📅 Need help setting up OpenClaw for your business? Book a free consultation