bitwarden-bwAccess and manage Bitwarden passwords securely using the official bw CLI.
Install via ClawdBot CLI:
clawdbot install yorha59/bitwarden-bwRequires:
Interact with Bitwarden vaults using the official bw CLI.
bw CLI installed: npm install -g @bitwarden/cliBW_SESSION env var set (saved in ~/.zshrc)bw get password "site_name"
bw get username "site_name"
bw get item "site_name" --pretty
bw list items --search "query" | python3 -c "import json,sys; [print(f'{i[\"name\"]} ({i.get(\"login\",{}).get(\"username\",\"\")})')for i in json.load(sys.stdin)]"
bw sync
Always sync before getting details to ensure accuracy.
bw get totp "site_name"
BW_SESSION env var (persisted in ~/.zshrc)bw login requires OTP)bw unlock can refresh an expired session without full re-loginGenerated Feb 26, 2026
IT administrators can use this skill to securely fetch passwords for shared accounts, such as database credentials or service logins, without exposing them in chat logs. It ensures that sensitive credentials are accessed only by authorized personnel through the Bitwarden CLI, reducing the risk of credential leakage. This is particularly useful in distributed teams where quick access to shared resources is needed while maintaining security protocols.
Developers and DevOps engineers can automate two-factor authentication by retrieving TOTP codes for CI/CD pipelines or server access, streamlining deployment processes. This skill allows for seamless integration into automated scripts, eliminating manual entry of time-based codes and reducing human error. It enhances security by keeping TOTP management within the Bitwarden vault, ensuring codes are not stored in plain text.
Security teams can use the search functionality to audit password entries, generating reports on stored credentials for compliance checks like GDPR or HIPAA. By listing items and extracting usernames, it helps identify weak or duplicate passwords across accounts. This supports regular security reviews and ensures that password policies are enforced within the organization's vault.
Support agents can quickly retrieve customer account credentials or service passwords from the Bitwarden vault to resolve issues without delays. The skill enables safe sharing of temporary access details within the team, logged through the CLI for accountability. It minimizes downtime by providing instant access to necessary tools while keeping sensitive data encrypted and audit-trailed.
Offer this skill as part of a premium subscription service for businesses, integrating it with existing Bitwarden enterprise plans. Revenue is generated through monthly or annual fees based on the number of users or API calls, targeting companies needing automated password management. It can include additional features like advanced analytics or custom integrations to upsell clients.
Provide consulting services to help organizations implement and customize this skill within their workflows, such as setting up the bw CLI and training staff. Revenue comes from one-time project fees or ongoing support contracts, focusing on industries with strict security requirements like finance or healthcare. This model leverages expertise in Bitwarden and automation to deliver tailored solutions.
Release the skill as a free basic tool for individual users or small teams, with premium features like advanced search filters or bulk operations available for a fee. Revenue is generated through in-app purchases or tiered pricing, encouraging adoption while monetizing power users. This model can attract a broad user base and convert them to paying customers as their needs grow.
💬 Integration Tip
Ensure the bw CLI is installed globally and the BW_SESSION environment variable is properly set in the shell profile to avoid session expiration issues during automation.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
Security-first skill vetting for AI agents. Use before installing any skill from ClawdHub, GitHub, or other sources. Checks for red flags, permission scope, and suspicious patterns.
Perform a comprehensive read-only security audit of Clawdbot's own configuration. This is a knowledge-based skill that teaches Clawdbot to identify hardening opportunities across the system. Use when user asks to "run security check", "audit clawdbot", "check security hardening", or "what vulnerabilities does my Clawdbot have". This skill uses Clawdbot's internal capabilities and file system access to inspect configuration, detect misconfigurations, and recommend remediations. It is designed to be extensible - new checks can be added by updating this skill's knowledge.
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.
Security check for ClawHub skills powered by Koi. Query the Clawdex API before installing any skill to verify it's safe.
Scan Clawdbot and MCP skills for malware, spyware, crypto-miners, and malicious code patterns before you install them. Security audit tool that detects data exfiltration, system modification attempts, backdoors, and obfuscation techniques.