KeePassXC Integration
Installation
SKILL.md
Skill: KeePassXC Integration
KeePassXC is a local password manager: it stores entries (Title, Username, Password, URL, Notes) in an encrypted .kdbx database. There is no cloud API; the database is a single file. Access is via GUI or keepassxc-cli.
Activation Gate
Użyj tego skill gdy:
- Użytkownik potrzebuje pobrać sekret z bazy KeePassXC (hasło, token API, klucz SSH)
- Użytkownik chce użyć
keepassxc-clido zarządzania sekretami - Użytkownik pyta o konfigurację KeePassXC z Cursorem
Before implementing KeePassXC features, verify architecture:
- Keyring (SecretManagement/secret-tool) = database password ONLY
- KeePassXC database = ALL secrets (passwords, tokens, keys)
- No file-based fallbacks
Przegląd
Ten skill umożliwia bezpieczne zarządzanie sekretami przez KeePassXC z poziomu Cursora. Używa osobnej bazy cursor.kdbx z hasłem przechowywanym w PowerShell SecretManagement, SSH Agent dla kluczy SSH, oraz keepassxc-cli dla innych sekretów.