bitwarden
Installation
SKILL.md
Bitwarden CLI
Retrieve secrets when environment variables are missing.
CRITICAL: Source .env Before EVERY bw Command
EVERY bw command MUST be prefixed with sourcing .env to load BW_SESSION:
# Standard prefix for ALL bw commands - copy this pattern exactly:
source .env 2>/dev/null; bw <command>