Agent skill · software engineering · mvanhorn
pp-juneoven
Control a June oven from the terminal — self-pair, preheat, adjust, watch live telemetry and camera frames, and cancel, over June's cloud with agent-native JSON. No HomeKit, no June app. Trigger phrases: `preheat my june oven to 350`, `what's my june oven doing`, `cancel the oven`, `set a timer on the june oven`, `watch the june oven`, `is the oven preheated`, `use juneoven`, `run juneoven`.
Why this skill is useful
Adds executable scripts for controlling the June oven that provide unique capabilities not available through standard APIs.
What it needs
Requires juneoven-pp-cli installed locally. About 11k tokens when loaded. Last updated 2026-08-06. 1,890 stars on the source repository.
What this skill does
June Oven — Printing Press CLI Prerequisites: Install the CLI This skill drives the juneoven-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: 1. Install via the Printing Press installer. It defaults binaries to $HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows: 2. Verify: juneoven-pp-cli --version 3. Ensure the reported install directory is on $PATH for the agent/runtime that will invoke this skill. If the npx install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.6 or newer). This installs into $GOPATH/bin (default $HOME/go/bin), so add that directory to $PATH instead: If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds. Direct pair/preheat/watch/cancel control with no HomeKit and no June app, plus local history (record, log, curve, preheat-stats), workflow primitives (ready, eta), and named repeatable cooks (repeat). All agent-native JSON. Unique Capabilities These capabilities aren't available in any other tool for this API. Cook workflow primitives ready — Wait for the oven to reach its target temperature, then exit 0 (non-zero on timeout). Lets an agent synchronously gate the next cook step on preheat completion instead of busy-waiting. eta — Non-blocking estimate of time until the oven reaches target, from the live climb rate. An agent can sequence the next action off a returned ETA without blocking. repeat — Save a named mode+temp(+timer) preset in local SQLite and replay it with one word. Collapses a repeated weekly cook into a single memorable command. Local history the cloud never keeps record — Capture the current cook (session + telemetry/camera activity) into local SQLite. Turns ephemeral live cooks into a queryable local dataset the cloud never stores. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills mvanhorn/juneoven