1password
仓库创建 2024年7月9日最近提交 1 小时前SkillHot 收录 1 小时前
▸ 精选理由
便于脚本化访问与注入机密,适合自动化与部署场景。
▸ 风险提示
涉及机密访问与注入,注意凭据安全与最小权限。
这个 Skill 做什么
安装与使用 1Password CLI(op),包含登录与密钥读取操作。
在本地安装并使用 1Password 的命令行工具 op,完成登录、桌面应用集成,以及在脚本里读取或注入密钥。做 CI/CD 自动化、脚本化部署或需要多账户登录时会用到。特别在于既支持桌面解锁的交互流程,又能在无头脚本中安全取用凭据,安装要按官方 get-started 指南,别随便猜命令。
▸ 展开 SKILL.md 英文原文
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
1.9w
Stars
5.6k
Forks
35
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/elizaOS/eliza/develop/packages/skills/skills/1password/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/elizaOS/eliza/develop/packages/skills/skills/1password/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# 1Password CLI Follow the official CLI get-started steps. Don't guess install commands. ## References - `references/get-started.md` (install + app integration + sign-in flow) - `references/cli-examples.md` (real `op` examples) ## Workflow 1. Check OS + shell. 2. Verify CLI present: `op --version`. 3. Confirm desktop app integration is enabled (per get-started) and the app is unlocked. 4. REQUIRED: create a fresh tmux session for all `op` commands (no direct `op` calls outside tmux). 5. Sign in / authorize inside tmux: `op signin` (expect app prompt). 6. Verify access inside tmux: `op whoami` (must succeed before any secret read). 7. If multiple accounts: use `--account` or `OP_ACCOUNT`
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有