Stats
Links
Categories
Claude Code plugins for Proton Pass CLI integration
npx claudepluginhub v1truv1us/proton-pass-cli-skillProton Pass CLI integration for managing passwords, secrets, and vaults from the command line.
A Claude Code plugin marketplace for managing passwords, secrets, and vaults via the Proton Pass CLI.
/plugin marketplace add <your-username>/proton-pass-cli-skill
/plugin install proton-pass-cli@proton-pass-marketplace
bun run build
Copies the plugin to ~/.claude/plugins/proton-pass-cli/ for local development.
proton-pass-cli-skill/
├── .claude-plugin/
│ └── marketplace.json # Marketplace catalog
├── plugins/
│ └── proton-pass-cli/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ └── skills/
│ └── proton-pass-cli/
│ ├── SKILL.md # Core skill content
│ └── references/
│ └── commands.md # Detailed command reference
├── build.mjs # Local install script
└── package.json