ov-foundation/skills/keepassxc/SKILL.md
KeePassXC password manager desktop app. Single-responsibility layer (rpm+pac, one test). Use when adding KeePassXC to an image as a standalone layer rather than pulling in the broader desktop-apps grab-bag.
npx skillsauth add overthinkos/overthink-plugins keepassxcInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
| Property | Value |
|----------|-------|
| Dependencies | none |
| Ports | none |
| Service | none (on-demand GUI) |
| Install files | tasks: only |
rpm:): keepassxcpac:): keepassxcSingle package, no custom repos. Ships the KeePassXC GUI binary at /usr/bin/keepassxc.
# image.yml
my-desktop-image:
layers:
- selkies-desktop # or another desktop base
- keepassxc # this layer
/ov-selkies:selkies-desktop-bootc — Fedora bootc VM with selkies + Tailscale + KeePassXCOne declarative check (build-scope):
keepassxc-binary — /usr/bin/keepassxc executable existsNo deploy-scope tests: KeePassXC is a GUI app launched on-demand by the user inside the desktop session — there's no listening port or headless responder to probe.
/ov-build:secretsThis layer is the GUI for editing .kdbx databases. It is distinct from /ov-build:secrets, which is the ov CLI for a KeePass-backed credential store (separate ov-secrets.kdbx file, headless automation, kernel-keyring master-password cache).
.kdbx file in KeePassXC (GUI) → use it with ov secrets init --kdbx path/to/file.kdbx (CLI).desktop-appsBefore this layer existed, keepassxc shipped inside /ov-selkies:desktop-apps alongside btop, chromium, cockpit, transmission, vlc, zsh. That's still the right choice when you want the whole bundle. Use this single-responsibility layer when you want KeePassXC without dragging in the rest.
/ov-selkies:desktop-apps — bundle that also includes keepassxc (use when you want the full desktop-app set)/ov-selkies:selkies-desktop-bootc — primary consumer of this standalone layer/ov-selkies:selkies-desktop — desktop composition this layer pairs with/ov-build:secrets — ov CLI credential store (shares .kdbx format only; different tool)/ov-build:layer — layer authoring reference/ov-build:eval — declarative testing referenceUse when the user asks about:
desktop-appsov secretstools
OpenCharly CLI (charly) binary installed into container/VM images for in-container use. Use when working with charly binary deployment inside containers, native D-Bus support, or the full charly toolchain (charly binary + virtualization + gocryptfs + socat).
development
Operator CachyOS workstation profile — a kind:local template + target:local deploy that installs the full dev stack (30 candies) onto a CachyOS host via ShellExecutor. Lives in the overthinkos/cachyos submodule. MUST be invoked before editing or applying the charly-cachyos workstation profile.
tools
Fedora box with the full charly toolchain using shared candies. Rootless-first — runs as uid=1000 with passwordless sudo (no root, no cap_add: ALL). Same candy list as charly-arch. Includes NVIDIA GPU runtime. MUST be invoked before building, deploying, configuring, or troubleshooting the charly-fedora box.
tools
Arch Linux box with the full charly toolchain. Rootless-first — runs as uid=1000 with passwordless sudo (no root, no cap_add: ALL). Composes /charly-coder:charly-mcp so the box is reachable as an MCP gateway on port 18765. NVIDIA GPU runtime composed in. MUST be invoked before building, deploying, configuring, or troubleshooting the charly-arch box.