ravi-passwords
Installation
SKILL.md
Ravi Passwords
Store and retrieve passwords for services you sign up for. All credential fields (username, password, notes) are server-side encrypted — you send and receive plaintext.
Commands
# Create entry (auto-generates password if password not given)
ravi passwords create example.com
# Create with username and password
ravi passwords create example.com --username "me@example.com" --password "S3cret!"
# List all entries
ravi passwords list
# Retrieve a specific entry by UUID
ravi passwords get <uuid>