Vault banner
xpoes123 xpoes123

Vault

Development community

Description

Search, retrieve, add, or edit Bitwarden vault entries using rbw. The user's vault is managed with `rbw`. First check if it's unlocked with `rbw unlocked`. If not, tell the user to run `rbw unlock` before proceeding (you cannot enter the master password for them). ## If the user provides arguments: $ARGUMENTS Treat the argument as a search term and run `rbw get "$ARGUMENTS"` to retrieve the password. If that fails, try `rbw search "$ARGUMENTS"` to show matching entries, then ask which one the

Installation

Installs to ~/.claude/skills/xpoes123-claude-skills-vault/SKILL.md

Terminal
mkdir -p ~/.claude/skills/xpoes123-claude-skills-vault && curl -fsSL https://raw.githubusercontent.com/xpoes123/claude-skills/HEAD/commands/vault.md -o ~/.claude/skills/xpoes123-claude-skills-vault/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository