skills/library/bitwarden/SKILL.md
Access and manage Bitwarden/Vaultwarden passwords via the bw CLI.
npx skillsauth add malue-ai/dazee-small bitwardenInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
通过 Bitwarden CLI (bw) 安全访问密码库。
安装 Bitwarden CLI:
# macOS
brew install bitwarden-cli
# Windows
winget install Bitwarden.CLI
# npm
npm install -g @bitwarden/cli
首次使用需登录:bw login
export BW_SESSION=$(bw unlock --raw)
bw list items --search "netflix" --session $BW_SESSION | python3 -c "
import json,sys
for item in json.load(sys.stdin):
login = item.get('login', {})
print(f\"Name: {item['name']}\")
print(f\"Username: {login.get('username', 'N/A')}\")
print(f\"Password: {login.get('password', 'N/A')}\")
print('---')
"
bw generate --length 20 --uppercase --lowercase --number --special
bw unlockdevelopment
Local web search (Tavily/Exa, requires API Key). For quick searches. If no Key configured or deep research needed, use cloud_agent instead.
development
Get current weather and forecasts (no API key required).
tools
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
tools
Start voice calls via the Moltbot voice-call plugin.