Bitwarden Skill

SkillDev tools

Access and manage Bitwarden/Vaultwarden passwords securely using the rbw CLI.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Bitwarden Skill skill

What this skill tells your AI

The instructions your AI receives, as published by sundial-org/awesome-openclaw-skills in skills/bitwarden/SKILL.md and read by ahel’s review.

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

Signals

GitHub stars
661
Forks
97
Last commit
Mar 2026
Advanced
Catalog kind
skill
Gateway key
bitwarden
Source
github.com/sundial-org/awesome-openclaw-skills