bitwarden
Installation
SKILL.md
Bitwarden
Bitwarden is an open source password manager that helps users securely store and share sensitive information. It's used by individuals, teams, and businesses to manage passwords, credit cards, and other credentials. The app aims to simplify password management and improve online security.
Official docs: https://developer.bitwarden.com/
Bitwarden Overview
- Vault — stores login credentials and other sensitive information
- Items — individual records within the vault, such as logins, notes, cards, or identities.
- Organizations — allow sharing items with multiple users
- Collections — within organizations, used to further organize and manage access to items.
Use action names and parameters as needed.
Working with Bitwarden
This skill uses the Membrane CLI to interact with Bitwarden. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Related skills