๐
bitwarden
Low RiskAccess and manage Bitwarden/Vaultwarden passwords securely using the rbw CLI.
Category
๐Security
Author
asleep123
Last Updated
Unknown
Source
โกVoltAgent
๐Security Analysis
Risk ScoreLow Risk
Safe0/10Risky
Required Permissions
โจ๏ธ
Shell Access
Can execute shell commands
๐
Credentials
Handles API keys or secrets
Security Notes
Handles credentials. Shell access. Password vault access.
Minimal system access, safe to use
Source Code
View on GitHubSKILL.md Documentation
---
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)
```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`.
Related Skills
dashlane
@gnarco ยท Security
High Risk
Access passwords, secure notes, secrets and OTP codes from Dashlane vault.
Security
โwindows-kernel-security
@gmh5225 ยท Security
Medium Risk
Security analysis and hardening for windows kernel
Security
โexcel-auditor
@leegonzales ยท Security
Low Risk
Automated auditing capabilities for excel or
Security
โExplore More Skills
Discover hundreds more Claude Code skills with security analysis.
Browse All Skills