Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Access and manage Bitwarden passwords securely using the official bw CLI.
Access and manage Bitwarden passwords securely using the official bw CLI.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Interact with Bitwarden vaults using the official bw CLI.
bw CLI installed: npm install -g @bitwarden/cli BW_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"
Session key is in BW_SESSION env var (persisted in ~/.zshrc) If session expires, user must re-login interactively (bw login requires OTP) bw unlock can refresh an expired session without full re-login
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.