·op-cli
</>

op-cli

0xbigboss/claude-code

安全的 1Password CLI 模式,用于读取机密、发现保险库/项目以及将凭据通过管道传输到其他工具。从 1Password 读取、轮换机密或通过管道将凭据传输到 wrangler/kubectl/等时使用。在 op CLI、1Password、秘密轮换或凭证管道任务上触发。

6安装·1热度·@0xbigboss

安装

$npx skills add https://github.com/0xbigboss/claude-code --skill op-cli

SKILL.md

NEVER use op commands that would print secret values into the conversation. Always pipe directly to the consuming tool or use wc -c / redaction to verify without exposing.

Many 1Password items use path-style titles (e.g. pool-party/testnet-pool-party-public/credentials). The op:// URI format breaks with these because it uses / as a delimiter.

| too many '/' | Item title has slashes, op:// can't parse it | Use item ID with op item get | | could not find item | Wrong vault or title mismatch | Run op item list --vault VAULT to discover | | Empty output | Missing --reveal flag | Add --reveal and pipe to consumer (or | wc -c) |

安全的 1Password CLI 模式,用于读取机密、发现保险库/项目以及将凭据通过管道传输到其他工具。从 1Password 读取、轮换机密或通过管道将凭据传输到 wrangler/kubectl/等时使用。在 op CLI、1Password、秘密轮换或凭证管道任务上触发。 来源:0xbigboss/claude-code。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/0xbigboss/claude-code --skill op-cli
分类
</>开发工具
认证
收录时间
2026-02-17
更新时间
2026-02-18

快速解答

什么是 op-cli?

安全的 1Password CLI 模式,用于读取机密、发现保险库/项目以及将凭据通过管道传输到其他工具。从 1Password 读取、轮换机密或通过管道将凭据传输到 wrangler/kubectl/等时使用。在 op CLI、1Password、秘密轮换或凭证管道任务上触发。 来源:0xbigboss/claude-code。

如何安装 op-cli?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/0xbigboss/claude-code --skill op-cli 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/0xbigboss/claude-code