スキル一覧に戻る
Th0rgal

bitwarden-secrets

by Th0rgal

5🍴 4📅 2026年1月23日
GitHubで見るManusで実行

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

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です