Safe Bitwarden CLI (Skill)
AUDIT TRANSPARENCY NOTICE:
- Pure Shell: No Node.js runtime risk.
- AI PASSWORD BLINDNESS: Passwords and TOTP codes flow directly to the system clipboard.
- Zero Eval: Hardened binary invocation.
Positioning & Scope
This skill is a Hardened Native Clipboard Proxy.
- Capabilities: Securely search items and copy Passwords or TOTP (2FA) codes directly to the native clipboard via OS-level streams.
Usage Guide
-
Environment Setup:
Runbash scripts/main.sh setup- Ensure
BW_SESSIONis exported locally.
- Ensure
-
Search Items:
Runbash scripts/main.sh search "<query>" -
Secure Password Copy:
Runbash scripts/main.sh copy "<id>" -
Secure TOTP Copy:
Runbash scripts/main.sh totp "<id>"- Pipes the 6-digit 2FA code directly to your native clipboard.