bitwarden-automation

Automate Bitwarden credential management and vault operations through the Rube MCP gateway.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill bitwarden-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bitwarden-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/bitwarden-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill bitwarden-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of manually navigating password manager interfaces by enabling direct, agent-driven interaction with Bitwarden vaults for credential retrieval and management.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Bitwarden schemas and tool definitions via Rube MCP.
  • Secure Execution: Perform authenticated vault operations including searching, retrieving, and managing credentials.
  • Use Case: Automatically retrieve specific API keys or login credentials from your Bitwarden vault to populate environment variables or configuration files during a development workflow.

Quick Start

Use the bitwarden-automation skill to search for and retrieve the login credentials for the production database.

Frequently Asked Questions about bitwarden-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Bitwarden to my AI agent?

Connect Bitwarden by configuring the Rube MCP server and executing the RUBE_MANAGE_CONNECTIONS command with the bitwarden toolkit. Follow the provided authentication link to authorize the connection and ensure the status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS first?

Calling RUBE_SEARCH_TOOLS is mandatory because tool schemas and available operations change frequently. This ensures your agent uses the most current input parameters and avoids execution errors caused by outdated tool definitions.

Can I perform bulk operations on my vault?

Yes, you can perform bulk operations by using the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool function. This allows for complex, multi-step automation sequences across your Bitwarden vault data.

What should I do if my Bitwarden connection fails?

Verify your connection status by running RUBE_MANAGE_CONNECTIONS. If the status is not ACTIVE, re-authenticate via the provided link and ensure the Rube MCP server is correctly configured in your client settings.