Toolverse
All skills

bitwarden

by openclaw

Set up and use Bitwarden CLI (bw). Use when installing the CLI, authenticating (login/unlock), or reading secrets from your vault. Supports email/password, API key, and SSO authentication methods.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Security
Views
1

About this skill

Set up and use Bitwarden CLI (bw). Use when installing the CLI, authenticating (login/unlock), or reading secrets from your vault. Supports email/password, API key, and SSO authentication methods.

How to use

  1. Sprawdź, czy Bitwarden CLI jest zainstalowany, uruchamiając bw --version. Jeśli nie, zainstaluj pakiet @bitwarden/cli za pośrednictwem npm, brew lub choco, w zależności od Twojego systemu.

  2. Utwórz dedykowaną sesję tmux poleceniem tmux new-session -d -s bw-session. Sesja ta zachowa zmienną środowiskową BW_SESSION potrzebną do wszystkich operacji na sejfie.

  3. Podłącz się do sesji i uwierzytelnij: uruchom bw login (dla email/hasła) lub bw login --apikey (dla klucza API) lub bw login --sso (dla kont Enterprise). Po zalogowaniu się hasłem email/hasło sejf jest automatycznie odblokowany. Dla klucza API lub SSO musisz następnie uruchomić bw unlock i wyeksportować zmienną BW_SESSION zgodnie z instrukcjami CLI.

  4. Pobieraj sekrety z sejfu, używając poleceń takich jak bw get lub bw list w ramach tej samej sesji tmux. Polecenia będą miały dostęp do zmiennej BW_SESSION i będą mogły odczytywać hasła, notatki i inne dane.

  5. Jeśli pracujesz z automatyzacją lub skryptami, preferuj metodę klucza API zamiast interaktywnego logowania, aby uniknąć konieczności ręcznego wprowadzania poświadczeń.

Related skills

content-creator

by alirezarezvani

Create SEO-optimized marketing content with consistent brand voice. Includes brand voice analyzer, SEO optimizer, content frameworks, and social media templates. Use when writing blog posts, creating social media content, analyzing brand voice, optimizing SEO, planning content

Security
25124

security-compliance

by davila7

Guides security professionals in implementing defense-in-depth security architectures, achieving compliance with industry frameworks (SOC2, ISO27001, GDPR, HIPAA), conducting threat modeling and risk assessments, managing security operations and incident response, and embedding

Security
1172

skill-writer

by pytorch

Guide users through creating Agent Skills for Claude Code. Use when the user wants to create, write, author, or design a new Skill, or needs help with SKILL.md files, frontmatter, or skill structure.

Security
15116

llama-cpp

by zechenzhangAGI

Runs LLM inference on CPU, Apple Silicon, and consumer GPUs without NVIDIA hardware. Use for edge deployment, M1/M2/M3 Macs, AMD/Intel GPUs, or when CUDA is unavailable. Supports GGUF quantization (1.5-8 bit) for reduced memory and 4-10× speedup vs PyTorch on CPU.

Security
11252

youtube-watcher

by openclaw

Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.

Security
2231

qmd

by tobi

Search personal markdown knowledge bases, notes, meeting transcripts, and documentation using QMD - a local hybrid search engine. Combines BM25 keyword search, vector semantic search, and LLM re-ranking. Use when users ask to search notes, find documents, look up information in

Security
1951