bitwarden
Access and manage Bitwarden/Vaultwarden passwords securely using the rbw CLI.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/asleep123/bitwardenBitwarden 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.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-asleep123-bitwarden": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
openssl
Generate secure random strings, passwords, and cryptographic tokens using OpenSSL. Use when creating passwords, API keys, secrets, or any secure random data.
cloudflare
Manage Cloudflare Workers, KV, D1, R2, and secrets using the Wrangler CLI. Use when deploying workers, managing databases, storing objects, or configuring Cloudflare resources. Covers worker deployment, KV namespaces, D1 SQL databases, R2 object storage, secrets management, and tailing logs.
caldav-calendar
Sync and query CalDAV calendars (iCloud, Google, Fastmail, Nextcloud, etc.) using vdirsyncer + khal. Works on Linux.
units
Perform unit conversions and calculations using GNU Units.