ov-core/skills/cmd/SKILL.md
Single command execution in a running container with D-Bus notification. MUST be invoked before any work involving: ov cmd command, running commands in containers, or container exec with notifications.
npx skillsauth add overthinkos/overthink-plugins cmdInstall 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.
Runs a single command inside a running container via <engine> exec and sends a D-Bus desktop notification when the command completes. Useful for one-off commands without opening an interactive shell.
| Action | Command | Description |
|--------|---------|-------------|
| Run command | ov cmd <image> "command" | Execute command in running container |
| With instance | ov cmd <image> "command" -i 2 | Target specific instance |
| With env vars | ov cmd <image> "command" -e KEY=VALUE | Pass environment variables |
# Run a command in a running container
ov cmd fedora "uname -a"
# Run with environment variables
ov cmd jupyter "python script.py" -e CUDA_VISIBLE_DEVICES=0
# Target a specific instance
ov cmd ollama "ollama list" -i 2
| Flag | Description |
|------|-------------|
| -i, --instance INSTANCE | Target a specific container instance (default: 1) |
| -e, --env KEY=VALUE | Pass environment variables to the command |
ov start <image>)ov shell insteadov tmux cmd/ov-build:pull -- Prerequisite: fetch the image into local storage; handles remote refs (@github.com/...) and the ErrImageNotLocal recovery path
/ov-core:shell -- Interactive shell sessions with workspace mounts
/ov-advanced:dbus -- D-Bus interaction inside containers
/ov-advanced:tmux -- Persistent tmux sessions for long-running commands
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.