✓ Verified 📡 Monitoring ✓ Enhanced Data

Bitwarden

Access and manage Bitwarden/Vaultwarden passwords securely.

Rating
4.1 (497 reviews)
Downloads
6,639 downloads
Version
1.0.0

Overview

Access and manage Bitwarden/Vaultwarden passwords securely.

Complete Documentation

View Source →

Bitwarden Skill

Interact with Bitwarden or Vaultwarden vaults using the rbw CLI.

Usage & Configuration

1. Setup (First Run)

bash
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

bash
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 tmux if rbw prompts for a password via pinentry-curses.
  • For adding items, rbw add may require EDITOR configuration or tmux.

Installation

Terminal bash

openclaw install bitwarden
    
Copied!

💻Code Examples

### 1. Setup (First Run)

-1-setup-first-run.sh
rbw config set email <your_email>
rbw config set baseurl <vault_url> # Optional, defaults to bitwarden.com
rbw login

Tags

#security_and-passwords

Quick Info

Category Monitoring
Model Claude 3.5
Complexity One-Click
Author asleep123
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install bitwarden