proton-pass-cli

proton-pass-marketplace

OtherClaude Codeby v1truv1us

Summary

Proton Pass CLI skill for managing passwords, secrets, and vaults from the command line

Install to Claude Code

/plugin install proton-pass-cli@proton-pass-marketplace

Run in Claude Code. Add the marketplace first with /plugin marketplace add v1truv1us/proton-pass-cli-skill if you haven't already.

README.md

Proton Pass CLI Marketplace

A Claude Code plugin marketplace for managing passwords, secrets, and vaults via the Proton Pass CLI.

Install as Marketplace

/plugin marketplace add <your-username>/proton-pass-cli-skill
/plugin install proton-pass-cli@proton-pass-marketplace

Local Build

bun run build

Copies the plugin to ~/.claude/plugins/proton-pass-cli/ for local development.

Structure

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

Related plugins

Browse all →