Install
openclaw skills install bitwarden-bwAccess and manage Bitwarden passwords securely using the official bw CLI.
openclaw skills install bitwarden-bwInteract with Bitwarden vaults using the official bw CLI.
bw CLI installed: npm install -g @bitwarden/cliBW_SESSION env var set (saved in ~/.zshrc)bw get password "site_name"
bw get username "site_name"
bw get item "site_name" --pretty
bw list items --search "query" | python3 -c "import json,sys; [print(f'{i[\"name\"]} ({i.get(\"login\",{}).get(\"username\",\"\")})')for i in json.load(sys.stdin)]"
bw sync
Always sync before getting details to ensure accuracy.
bw get totp "site_name"
BW_SESSION env var (persisted in ~/.zshrc)bw login requires OTP)bw unlock can refresh an expired session without full re-login