ov-vms/skills/selkies-desktop-bootc-bootc/SKILL.md
kind:vm entity pairing with the /ov-selkies:selkies-desktop-bootc container image. source.kind: bootc. Thin pointer skill — composition + layer stack authority lives in /ov-selkies:selkies-desktop-bootc (the canonical bootc-VM worked example). MUST be invoked before editing selkies-desktop-bootc-bootc in vms.yml.
npx skillsauth add overthinkos/overthink-plugins selkies-desktop-bootc-bootcInstall 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.
kind: vm entity that pairs with the /ov-selkies:selkies-desktop-bootc container image. The doubled -bootc suffix reflects that the paired image already ends in -bootc.
Composition authority: /ov-selkies:selkies-desktop-bootc. This is the canonical worked example for the full bootc-VM flow in the project — layer stack (9 layers), port remaps (13000/19222/19224/2250), Fedora 43 external base, distro tags, known caveats, verification recipes. Read it end-to-end before touching this VM.
vms:
selkies-desktop-bootc-bootc:
source:
kind: bootc
image: selkies-desktop-bootc
disk_size: 40 GiB
ram: 8G
cpus: 4
ssh:
user: root
port: 2250
| Setting | Value | Rationale |
|---|---|---|
| Disk size | 40 GiB | Selkies + Chrome + PipeWire + toolchain transitives — more than openclaw-browser-bootc's 20 GiB |
| RAM | 8G | Chrome + compositor + recorder want headroom |
| CPUs | 4 | 8 G/4 cpus rule of thumb for streaming desktop VMs |
| SSH user | root | bootc default |
| SSH port | 2250 | Non-default to avoid colliding with ov-selkies-desktop* containers that claim host :2222 |
ov image build selkies-desktop-bootc
ov vm build selkies-desktop-bootc-bootc --type qcow2
ov vm create selkies-desktop-bootc-bootc
ov vm start selkies-desktop-bootc-bootc
ssh -p 2250 root@localhost
# Desktop accessible at https://localhost:13000 (self-signed)
/ov-selkies:selkies-desktop-bootc — canonical worked example: full 9-layer stack, port remaps, Fedora 43 external base, known caveats, end-to-end verification recipes/ov-vms:vms — VmSpec authoring reference, bootc branch authoring recipe/ov-advanced:vm — VM lifecycle commands + bootc-specific caveats (rootful storage split, loopback device requirements, nested-container transport)/ov-build:migrate — ov migrate vm-spec legacy conversion/ov-selkies:selkies-desktop — Selkies streaming desktop metalayer/ov-foundation:bootc-base — sshd + qemu-guest-agent + bootc-config bundle/ov-foundation:tailscale — mesh VPN (included in composition)/ov-foundation:keepassxc — password manager (included in composition)development
Claude Code multi-agent support in Overthink — sub-agents, dynamic workflows, and agent teams, and how each drives the existing `ov eval` disposable beds to test and verify. MUST be invoked before authoring or invoking an ov sub-agent / dynamic workflow / agent team, wiring agent-lifecycle hooks, or asking "which primitive should drive the R10 beds?".
tools
Mounts a virtiofs share tagged `workspace` at /workspace inside a VM guest via a systemd .mount unit. Use when a kind:vm entity shares a host directory into the guest and you need it auto-mounted (and re-mounted at every boot).
development
MUST be invoked before any work involving: the `kind: android` schema kind, a `target: android` deploy, the `apk:` layer package format (installing Android apps declaratively), AndroidDeployTarget, an in-pod emulator OR a remote/physical adb-endpoint device, or nested `pod → android` deployment. The first-class Android device + app surface that sits above `ov eval adb`/`appium`.
tools
Use when committing, branching, pushing, merging, tagging, creating PRs, or approving/merging PRs with gh — the feat/-branch, R10-gated, never-force-push landing workflow across the main repo + the plugins submodule + image/<distro> submodules. Covers sync-to-upstream, branch/worktree pruning, the fork+PR path for contributors without write access, and cross-repo @github landing order.