Securely access and manage secrets with 1Password CLI using a Service Account token for vault operations like read, write, edit, and delete.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install 1password-cli或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install 1password-cli⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/1password-cli/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
This skill allows agents to securely access and manage secrets using the 1Password CLI (op) and a Service Account. It provides commands for reading, writing, and managing items within a dedicated vault.
- macOS: brew install --cask 1password-cli - Linux/Windows: See official docs.
- Go to 1Password Developer Portal. - Create a Service Account and grant it access to a specific vault (e.g., "Agent Vault"). - Copy the Service Account Token.
- Set OP_SERVICE_ACCOUNT_TOKEN in your environment (e.g., .env file or export in shell). - For OpenClaw, you can add OP_SERVICE_ACCOUNT_TOKEN=... to .env.
All commands require the OP_SERVICE_ACCOUNT_TOKEN to be set.
Verify the service account is working:
op whoami
List vaults accessible to the service account:
op vault list
Get details of an item (JSON format is best for parsing):
op item get "Item Name" --vault "Vault Name" --format json
Or get a specific field (e.g., password):
op read "op://Vault Name/Item Name/password"
Create a login item:
op item create --category login --title "My Service" --url "https://example.com" --vault "Vault Name" username="myuser" password="mypassword"
Create a secure note:
op item create --category "Secure Note" --title "API Key" --vault "Vault Name" notes="my-secret-key"
Update a password:
op item edit "Item Name" password="newpassword" --vault "Vault Name"
op item delete "Item Name" --vault "Vault Name"
--format json to op commands for structured data that is easier to parse.OP_SERVICE_ACCOUNT_TOKEN or retrieved secrets to the console unless explicitly asked.--vault flag to avoid ambiguity.OP_SERVICE_ACCOUNT_TOKEN is set correctly.安装 1Password Cli For Agents 后,可以对 AI 说这些话来触发它
Help me get started with 1Password Cli For Agents
Explains what 1Password Cli For Agents does, walks through the setup, and runs a quick demo based on your current project
Use 1Password Cli For Agents to securely access and manage secrets with 1Password CLI using a Servi...
Invokes 1Password Cli For Agents with the right parameters and returns the result directly in the conversation
What can I do with 1Password Cli For Agents in my documents & notes workflow?
Lists the top use cases for 1Password Cli For Agents, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/1password-cli/ 目录(个人级,所有项目可用),或 .claude/skills/1password-cli/(项目级)。重启 AI 客户端后,用 /1password-cli 主动调用,或让 AI 根据上下文自动发现并使用。
1Password Cli For Agents 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
1Password Cli For Agents 可免费安装使用。请查阅仓库了解许可证信息。
Securely access and manage secrets with 1Password CLI using a Service Account token for vault operations like read, write, edit, and delete.
1Password Cli For Agents 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using 1Password Cli For Agents
Identifies repetitive steps in your workflow and sets up 1Password Cli For Agents to handle them automatically