π¦ ClawHub
Safe Bitwarden Cli
by @chyern
Industrial-grade secure bridge to Bitwarden. Copy passwords and TOTP codes with Zero-trust kernel-level piping.
TERMINAL
clawhub install safe-bitwarden-cliπ About This Skill
name: safe-bitwarden-cli version: 1.6.0 description: "Industrial-grade secure bridge to Bitwarden. Copy passwords and TOTP codes with Zero-trust kernel-level piping." homepage: "https://github.com/chyern/Agent-Skills" repository: "https://github.com/chyern/Agent-Skills.git" env_vars: BW_SESSION: "Active Bitwarden session token" requires: bins: - bash - python3 - bw - pbcopy - clip - xclip - wl-copy envs: - BW_SESSION
Safe Bitwarden CLI (Skill)
AUDIT TRANSPARENCY NOTICE:
Positioning & Scope
This skill is a Hardened Native Clipboard Proxy.Usage Guide
1. Environment Setup:
Run bash scripts/main.sh setup
- Ensure BW_SESSION is exported locally.
2. Search Items:
Run bash scripts/main.sh search "
3. Secure Password Copy:
Run bash scripts/main.sh copy "
4. Secure TOTP Copy:
Run bash scripts/main.sh totp "
- Pipes the 6-digit 2FA code directly to your native clipboard.