A secure bridge for AI agents to access and manage Bitwarden and Vaultwarden credentials via the rbw CLI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install bitwarden
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install bitwarden using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a secure interface for AI agents to interact with Bitwarden or Vaultwarden password managers through the rbw command-line utility. By integrating this into your Openclaw Skills library, you enable your agent to handle sensitive credentials like API keys, database passwords, and login info without manual copy-pasting. It is designed for developers who need to automate workflows that require secure access to encrypted secrets within a CLI-driven environment. The skill ensures that the agent can retrieve full item details including custom fields while maintaining the security protocols of the Bitwarden ecosystem.
Ensure you have the rbw CLI installed on your Linux or macOS system. Run the following commands to initialize the skill and authenticate your vault:
rbw config set email <your_email>
rbw config set baseurl <vault_url> # Optional, defaults to bitwarden.com
rbw login
rbw unlock
Note: If you are using a headless server, consider setting up pinentry-curses for interactive password entry within a terminal.
The skill processes data provided by rbw in both text and JSON formats. Data is organized according to the following schema:
| Command Output | Data Type | Description |
|---|---|---|
| rbw list | String List | Returns names and folders of all items in the vault. |
| rbw get | String | Retrieves the primary password for the requested item name. |
| rbw get --full | JSON | Returns a comprehensive object including username, password, TOTP, and custom fields. |
| rbw search | String List | Provides a filtered list of items matching a specific search query. |
Loading
A high-performance deployment wrapper for the Azion CLI designed to automate the publishing of edge functions and static sites with safety-first validation.

A standardized framework for authoring, running, and optimizing Gina sandbox automation workflows with built-in evaluation loops.

Standardize and maintain your Obsidian vault structure for maximum long-term reliability and searchability.

A comprehensive playbook and AI-driven workflow for building, securing, and scaling professional Discord communities.

A Linux-based command-line tool for syncing and managing CalDAV calendars like iCloud and Google via vdirsyncer and khal.

A specialized tool for generating cryptographically secure random data, including passwords, hex strings, and API tokens using the OpenSSL engine.








































