From sundial-org-awesome-openclaw-skills-4
Manages Bitwarden/Vaultwarden passwords via the rbw CLI: login, unlock, list, search, get, add, and sync vault items.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:bitwardenThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Interact with Bitwarden or Vaultwarden vaults using the `rbw` CLI.
Interact with Bitwarden or Vaultwarden vaults using the rbw CLI.
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).
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.
rbw listrbw get "Name"rbw get --full "Name"rbw search "query"rbw add ...rbw sync (Refresh vault)
Note: Always sync before getting details to ensure accuracy.The agent uses exec to run rbw commands.
tmux if rbw prompts for a password via pinentry-curses.rbw add may require EDITOR configuration or tmux.npx claudepluginhub sundial-org/awesome-openclaw-skillsAutomates Bitwarden tasks via Rube MCP (Composio). Always search tools first for current schemas. Includes connection and execution patterns.
Retrieves passwords, secure notes, secrets, and TOTP codes from Dashlane vault via CLI. Useful for automating credential lookups in development or deployment scripts.
Manages passwords and API credentials using 1Password CLI (op). Saves, queries, reads secrets, and injects them as environment variables into scripts.