askill
bitwarden-secrets

bitwarden-secretsSafety 90Repository

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

8 stars
1.2k downloads
Updated 2/13/2026

Package Files

Loading files...
SKILL.md

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

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

90/100Analyzed 2/16/2026

Excellent reference skill for Bitwarden Secrets Manager CLI with clear commands, safety guardrails, and strong reusability. Well-structured and actionable.

90
90
95
85
90

Metadata

Licenseunknown
Version-
Updated2/13/2026
PublisherTh0rgal

Tags

apisecurity