Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Access and manage Bitwarden/Vaultwarden passwords securely using the rbw CLI.
Access and manage Bitwarden/Vaultwarden passwords securely using the rbw 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 or Vaultwarden vaults using the rbw CLI.
rbw config set email <your_email> rbw config set baseurl <vault_url> # Optional, defaults to bitwarden.com rbw login Note: Login requires the Master Password and potentially 2FA (email/TOTP).
rbw unlock Note: rbw caches the session key in the agent. If interactive input is required (pinentry), see if you can setup pinentry-curses (CLI-based pinentry) as the pinentry provider.
List items: rbw list Get item: rbw get "Name" Get JSON: rbw get --full "Name" Search: rbw search "query" Add: rbw add ... Sync: rbw sync (Refresh vault) Note: Always sync before getting details to ensure accuracy.
The agent uses exec to run rbw commands. For unlocking, use tmux if rbw prompts for a password via pinentry-curses. For adding items, rbw add may require EDITOR configuration or tmux.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.