What problem does it solve?
This Skill eliminates the risk and hassle of manually tracking sensitive credentials like API keys, tokens, and environment variables across disconnected tools and files, by providing a structured, secure workflow to manage all secrets directly in Proton Pass via the pass-cli tool.
Core Features & Use Cases
- Secret CRUD Operations: Create, view, update, and list Proton Pass items and vaults for all types of sensitive credentials.
- Consistent Secret Schema: Follows a recommended convention for env-style secrets (item title matches the exact env var name, with a hidden field named value) for seamless integration with tools like fnox and CI/CD pipelines.
- Safe Migration Workflow: Provides a step-by-step, secure process to migrate existing scattered secrets into Proton Pass without exposing sensitive data in temporary files.
- Use Case: A developer can use this Skill to organize all their project API keys (e.g., ANTHROPIC_API_KEY, NPM_TOKEN) into a dedicated Proton Pass vault, structured for easy access by their development and deployment tools.
Quick Start
Use the proton-pass skill to migrate your existing GEMINI_API_KEY into a new custom item in your default Proton Pass vault, following the recommended env var naming and hidden field convention.