🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

rbw-bitwarden

by @sxhoio

Unofficial Bitwarden CLI written in Rust. Manage passwords, TOTP codes, and secure notes from the terminal with a background agent for stateful sessions.

Versionv1.0.0
βš™οΈ Configuration

Set options via rbw config. Available keys:

| Key | Description | Default | |-----|-------------|---------| | email | Bitwarden account email | Required | | base_url | Bitwarden API server URL | https://api.bitwarden.com/ | | identity_url | Identity server URL | Inferred from base_url or https://identity.bitwarden.com/ | | ui_url | Vault web UI URL | https://vault.bitwarden.com/ | | notifications_url | Notifications server URL | Inferred from base_url or https://notifications.bitwarden.com/ | | lock_timeout | Seconds to keep master keys in memory | 3600 | | sync_interval | Auto-sync interval in seconds (0 to disable) | 3600 | | pinentry | Path to pinentry executable | pinentry | | sso_id | SSO organization ID | None (regular login) |

Example Setup

rbw config set email your@email.com
rbw config set base_url https://api.bitwarden.com/
rbw config set lock_timeout 3600

Profiles

Use RBW_PROFILE to switch between multiple vaults (work/personal). Each profile uses separate config, local database, and agent.

RBW_PROFILE=work rbw config set email work@company.com
RBW_PROFILE=work rbw login
RBW_PROFILE=work rbw list

View current config:

rbw config show

πŸ“‹ Tips & Best Practices

  • rbw ls is an alias for rbw list
  • rbw gen is an alias for rbw generate
  • rbw rm is an alias for rbw remove
  • rbw totp is an alias for rbw code
  • Use rbw get to target an exact entry by UUID
  • View on ClawHub
    TERMINAL
    clawhub install rbw-bitwarden

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’