Back to list
Th0rgal

bitwarden-secrets

by Th0rgal

5🍴 4📅 Jan 23, 2026

SKILL.md


name: bitwarden-secrets description: > Retrieve and manage secrets using Bitwarden Secrets Manager CLI (bws). Trigger terms: bitwarden, secrets, bws, secret, api key, credentials, password.

When to Use

  • Retrieving API keys, passwords, or credentials for a task
  • Listing available secrets or projects
  • Creating or updating secrets

When NOT to Use

  • Storing secrets in code or config files (use bws instead)
  • Managing Bitwarden vault items (use bw CLI, not bws)

Prerequisites

  • bws CLI installed
  • BWS_ACCESS_TOKEN environment variable set

Quick Reference

ActionCommand
Get secretbws secret get <SECRET_ID>
List secretsbws secret list
List in projectbws secret list <PROJECT_ID>
List projectsbws project list
Create secretbws secret create <KEY> <VALUE> <PROJECT_ID>
Edit secretbws secret edit <SECRET_ID> --value <VALUE>
Delete secretbws secret delete <SECRET_ID>

Output Formats

Use --output flag: json, yaml, table, tsv, env

bws secret get <ID> --output json
bws secret list --output table

Procedure

  1. List projects to find where secrets are stored
  2. List secrets in the relevant project
  3. Get secret by ID to retrieve the value
  4. Use the secret value in your task (don't log it)

Checks & Guardrails

  • Never echo or log secret values
  • Don't commit secrets to git
  • Use --output json for parsing in scripts

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon