Feature Request
Xpipe already supports CLI-based integrations for secret providers such as Bitwarden, 1Password and Dashlane.
It would be great to add Proton Pass CLI to this list.
Proton Pass provides dedicated SSH key entries and exposes them via its CLI with structured output.
Since Xpipe already integrates other password manager CLIs, this would mainly extend the existing secret provider model rather than introduce a new integration pattern.
Why this fits
- Same integration pattern (external CLI call + structured output)
- Dedicated SSH key item type available
- Allows centralized SSH key management
- No local private key storage required
If the current secret provider abstraction supports pluggable CLI backends, Proton Pass CLI should fit naturally into the existing architecture.