원클릭으로
op
Access secrets from 1Password using the op CLI
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Access secrets from 1Password using the op CLI
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| 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.