← スキル一覧に戻る

bitwarden
by clawdbot
All versions of all skills that are on clawdhub.com archived
⭐ 7🍴 6📅 2026年1月24日
SKILL.md
name: bitwarden description: Access and manage Bitwarden/Vaultwarden passwords securely using the rbw CLI. metadata: {"clawdbot":{"emoji":"🔒","os":["linux","macos"],"requires":{"bins":["rbw"]}}}
Bitwarden Skill
Interact with Bitwarden or Vaultwarden vaults using the rbw CLI.
Usage & Configuration
1. Setup (First Run)
rbw config set email <your_email>
rbw config set baseurl <vault_url> # Optional, defaults to bitwarden.com
rbw login
Note: Login requires the Master Password and potentially 2FA (email/TOTP).
2. Unlock
rbw unlock
Note: rbw caches the session key in the agent. If interactive input is required (pinentry), see if you can setup pinentry-curses (CLI-based pinentry) as the pinentry provider.
3. Management
- List items:
rbw list - Get item:
rbw get "Name" - Get JSON:
rbw get --full "Name" - Search:
rbw search "query" - Add:
rbw add ... - Sync:
rbw sync(Refresh vault) Note: Always sync before getting details to ensure accuracy.
Tools
The agent uses exec to run rbw commands.
- For unlocking, use
tmuxifrbwprompts for a password via pinentry-curses. - For adding items,
rbw addmay requireEDITORconfiguration ortmux.
スコア
総合スコア
65/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
3ヶ月以内に更新
+5
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です

