bitwarden-automation
Automate Bitwarden tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:5
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-bitwarden-automation&locale=en&source=copy
Bitwarden Automation
Skill Overview
Automates Bitwarden password management tasks via Rube MCP, supporting bulk operations, workflow integration, and fast, API-key-free connections.
Use Cases
Automatically fetch application credentials during continuous integration, without manually managing sensitive information. Suitable for automated deployment scenarios that require frequent access to passwords.
Automatically create accounts for new employees, bulk import passwords, and periodically rotate sensitive credentials. Reduces manual workload for IT administrators.
Automatically pull required credentials—such as databases and API keys—into local developer environments to ensure consistent and secure configuration.
Core Features
Dynamically query available Bitwarden operations using
RUBE_SEARCH_TOOLS to automatically retrieve the latest tool schema and execution plan, without hardcoding tool names.Use
RUBE_MANAGE_CONNECTIONS to manage Bitwarden connection status. Execute single or bulk password operations with RUBE_MULTI_EXECUTE_TOOL, supporting session reuse.Provide
RUBE_REMOTE_WORKBENCH to run complex multi-step workflows, ideal for automation scenarios that combine multiple Bitwarden operations.Frequently Asked Questions
Does Bitwarden automation require an API key?
No. Rube MCP uses an OAuth connection method. You only need to add the MCP server endpoint
https://rube.app/mcp to your client configuration and complete one-time authorization to use it.How can I confirm the Bitwarden connection is ready?
Call
RUBE_MANAGE_CONNECTIONS, specifying the toolkit as bitwarden, and check the returned connection status. Tool execution succeeds only when the status is ACTIVE.What Bitwarden operations can be performed?
The exact available operations must be retrieved via
RUBE_SEARCH_TOOLS, since the tool schema may change. Common operations include creating passwords, updating credentials, searching projects, and bulk importing.