with one click
op
Access secrets from 1Password using the op CLI
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Access secrets from 1Password using the op CLI
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | op |
| description | Access secrets from 1Password using the op CLI |
Secrets are stored in 1Password and accessed via the op CLI.
op CLI installedOP_SERVICE_ACCOUNT_TOKEN set in the environment (usually via /etc/environment or systemd EnvironmentFile)op read "op://vault-name/item-name/field-name"
op read "op://openclaw/Discord Bot Token/password" op read "op://openclaw/Brave Search API Key/password" op read "op://openclaw/Anthropic API Key/password"
op item list --vault vault-name
op item create --category=password --title="Item Name" --vault=vault-name password='secret-value'
TOKEN=$(op read "op://openclaw/Discord Bot Token/password") curl -H "Authorization: Bearer $TOKEN" ...
Build, install, and operate the cc-disco Discord server
Periodic repo gardening โ commit/push loose files, prune stale docs, surface undocumented knowledge, and sync with upstream. Run when things feel messy or when prompted to "do housekeeping".
Anything related to scheduled or recurring tasks โ checking what's set up, creating new ones, or modifying existing ones. Triggers on questions like "do we have any recurring tasks?", "is X scheduled?", or "set up a daily job".
Headless browser automation via agent-browser CLI. Use for any web interaction: filling forms, clicking buttons, scraping, navigating multi-step flows.