rbwSecurely interact with Bitwarden/Vaultwarden vaults using rbw CLI. Use when retrieving credentials, managing vault items, or integrating secrets into scripts...
Install via ClawdBot CLI:
clawdbot install tripleight/rbwGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://example.comAudited Apr 16, 2026 · audit v1.0
Generated Mar 22, 2026
A script that securely retrieves database credentials from the vault to perform automated backups. It uses non-interactive authentication with a pinentry wrapper and environment variables, ensuring credentials are never hardcoded. This is ideal for DevOps teams managing homelab or production databases.
Integrating secrets into systemd services for microservices that require API keys or passwords. The skill handles authentication via environment files and ensures services start with the correct credentials without manual intervention. This reduces security risks in containerized or server environments.
Using rbw to fetch secrets during CI/CD pipeline executions for tasks like deploying applications or running tests. It supports non-interactive patterns, allowing pipelines to securely access vault items without storing secrets in plaintext. This is common in software development and automation workflows.
Managing credentials for various homelab services like Portainer, Proxmox, or NAS systems. The skill enables scripts to retrieve passwords and custom fields (e.g., URLs, API keys) for automation tasks, such as service monitoring or configuration updates. This caters to hobbyists and small-scale IT setups.
IT administrators use rbw to automate user account management or system integrations by accessing vault items with specific fields like usernames and custom data. It includes error handling to ensure scripts fail gracefully if credentials are missing, improving reliability in corporate environments.
Offering a managed service that integrates rbw for automated secret retrieval in cloud environments, with features like audit logging and multi-tenancy. Revenue comes from monthly subscriptions based on usage tiers, targeting businesses needing secure secret management without infrastructure overhead.
Providing consulting services to help organizations implement rbw for their specific use cases, such as setting up non-interactive authentication or custom scripts. Revenue is generated through project-based fees and ongoing support contracts, ideal for IT firms and freelancers.
Generating revenue by offering paid support, training workshops, and documentation for using rbw in enterprise settings. This model leverages the open-source nature of the skill to build a community while monetizing expertise, appealing to organizations adopting Bitwarden/Vaultwarden.
💬 Integration Tip
Always use error handling in scripts to check exit codes and provide actionable messages, and ensure field names are case-sensitive by inspecting items with --raw output first.
Scored Apr 19, 2026
Use when reviewing code for security vulnerabilities, implementing authentication flows, auditing OWASP Top 10, configuring CORS/CSP headers, handling secrets, input validation, SQL injection prevention, XSS protection, or any security-related code review.
Enables secure remote access to a browser on your server for manual tasks like logins, 2FA, and captchas via a protected URL.
Download YouTube videos by URL in various resolutions using a pay-per-use API with credit-based authentication and no charge on failed downloads.
Use this skill for any operation with the Indices CLI — authentication, tasks, runs, and secrets.
gws CLI: Shared patterns for authentication, global flags, and output formatting.
Set up Gmail API access via gog CLI with manual OAuth flow. Use when setting up Gmail integration, renewing expired OAuth tokens, or troubleshooting Gmail authentication on headless servers.