bitwarden

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

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "bitwarden" with this command: npx skills add asleep123/bitwarden

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

IDE Agent Kit

Filesystem message bus and webhook relay for multi-agent IDE coordination. Use when agents need to share events, poll Ant Farm rooms, receive GitHub/GitLab w...

Registry SourceRecently Updated
Coding

zenn

Publish Zenn articles by managing Markdown in a GitHub-connected repository (push/PR -> merge) and previewing with Zenn CLI.

Registry SourceRecently Updated
Coding

Godot Engine 3d Developer

Skills and agent workflows for 3D game development with Godot Engine.

Registry SourceRecently Updated
Coding

Android 3d Development

Help build and optimize 3D games and interactive experiences on Android, using engines and frameworks such as Unity, Unreal, or OpenGL/ Vulkan.

Registry SourceRecently Updated