Skills / Community / kdbx

kdbx

Read/write KeePassXC .kdbx vaults to manage per-project/per-env credentials (init/get/set/list/delete/run/export/import/check/envs/mv/rekey). Replaces .env as the source of truth; injects secrets into commands without printing them. Use when a project needs to store, retrieve, or

# kdbx — KeePassXC credentials skill Manage a project's secrets in **per-project, per-env** KeePassXC vaults (`<keepassxc-dir>/<project>/<env>.kdbx`, key-file-only, KDBX4+Argon2) and get them into tools **without printing them into the transcript, logs, or shell history**. ## When to use - A project needs to store / retrieve / rotate secrets, API keys, or tokens. - You need to run a command that requires secrets in its env (`kdbx run -- …`). - You're replacing a `.env` file with a managed source of truth. Discovery is automatic: kdbx walks up from the cwd to a committed `.keepassxc.json` (

api

When to use

Community skill by yarrasys. Source: https://github.com/yarrasys/skills

Added to wishlist