一键导入
1password
Query and retrieve items from 1Password vaults using the 1Password CLI for secure credential access.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Query and retrieve items from 1Password vaults using the 1Password CLI for secure credential access.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Trust-aware dialogue generation for AI companion relationships
Generate, edit, upscale, variate, and style-transfer images using the AgentOS multi-provider image pipeline with automatic fallback and character consistency.
Difficulty scaling, CR calculations, action economy, adaptive encounter design
Fair adjudication of game encounters — combat, puzzles, social challenges
Renders game state changes into dramatic, immersive prose narrative
Branching quest DAGs, prospective memory triggers, workflow composition
| name | 1password |
| version | 1.0.0 |
| description | Query and retrieve items from 1Password vaults using the 1Password CLI for secure credential access. |
| author | Wunderland |
| namespace | wunderland |
| category | security |
| tags | ["1password","passwords","secrets","vault","credentials","security"] |
| requires_secrets | ["1password.service_account_token"] |
| requires_tools | [] |
| metadata | {"agentos":{"emoji":"🔐","primaryEnv":"OP_SERVICE_ACCOUNT_TOKEN","homepage":"https://developer.1password.com/docs/cli","requires":{"bins":["op"]},"install":[{"id":"brew","kind":"brew","formula":"1password-cli","bins":["op"],"label":"Install 1Password CLI (brew)"}]}} |
You can query 1Password vaults to retrieve credentials, secure notes, API keys, and other secrets using the op CLI. This enables secure access to stored credentials without hardcoding secrets in code or configuration files.
When retrieving items, use op item get with the item name or UUID. Support querying specific fields (username, password, TOTP, custom fields) using the --fields flag. For listing items, filter by vault, category (login, secure-note, api-credential, credit-card), or tags. Always use the most specific identifier available to avoid ambiguous matches.
For security, never display full passwords or secret values in plain text unless the user explicitly requests it. Instead, confirm the item exists and describe its metadata (title, vault, category, last modified). When injecting secrets into environment variables or configuration files, use op run or op inject for ephemeral secret injection that avoids writing secrets to disk.
Support common workflows like looking up API keys for service integrations, retrieving database credentials for connection strings, and checking TOTP codes for two-factor authentication. When multiple items match a query, present a disambiguated list with vault and category context so the user can select the correct one.
op CLI to be installed and authenticated (service account token or interactive sign-in).