name: bitwarden description: Access and manage Bitwarden/Vaultwarden passwords securely using the rbw CLI. metadata: {"clawdbot":{"emoji":"🔒","os":["linux","macos"],"requires":{"bins":["rbw"]}}}
Bitwarden Skill
Interact with Bitwarden or Vaultwarden vaults using the rbw CLI.
Usage & Configuration
1. Setup (First Run)
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).
2. Unlock
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.
3. Management
-
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.
Tools
The agent uses exec to run rbw commands.
- For unlocking, use
tmuxifrbwprompts for a password via pinentry-curses. - For adding items,
rbw addmay requireEDITORconfiguration ortmux.
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
229
GitHub Forks
71
Created
Jan 2026
Last Updated
5 months ago
tools
tools productivity tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!