Devices

June Oven

juneoven-pp-cli

Every June oven control from the terminal — self-pair, preheat, adjust, watch live telemetry, and cancel, over June's cloud with agent-native JSON.

Printed by @mvanhorn (Matt Van Horn)

Install

npx -y @mvanhorn/printing-press-library install juneoven

Installs the CLI binary and the agent skill for Claude Code, Codex, Cursor, Gemini CLI, Copilot, and more. Add --cli-only or --skill-only for one half. Requires Node.

Questions about the June Oven CLI

Is there a command line tool for June Oven?
Yes. juneoven-pp-cli is an agent-native CLI for June Oven. It runs as a single Go binary, ships with an agent skill, and installs with one command. You can call it from your shell or hand it to an AI agent.
How do I install the June Oven CLI?
Run npx -y @mvanhorn/printing-press-library install juneoven in your terminal. That pulls the Go binary and the matching agent skill together. Node is the only prerequisite. The same command updates the tool when a new version ships.
How do I use June Oven from the command line?
After installing, call juneoven-pp-cli directly from your shell. Run juneoven-pp-cli --help to list the available commands. The tool returns structured output, so you can pipe it into other commands or read it back in an agent session.
Does June Oven have an MCP server?
The June Oven CLI works as an agent skill today, which covers Claude Code, OpenClaw, Hermes, and similar agents. A standalone MCP server is not part of this build yet. The CLI itself still gives an agent everything it needs to drive June Oven.
How do I connect June Oven to Claude or another AI agent?
Install the CLI with npx -y @mvanhorn/printing-press-library install juneoven and the agent skill goes in with it. The skill teaches the agent how and when to call June Oven, so it shows up as a ready command in Claude Code, OpenClaw, Hermes, and other compatible agents.
Is the June Oven CLI free and open source?
Yes. The CLI is open source and lives in the printing-press-library on GitHub. You can read the code, fork it, or open an issue to suggest a change.

Browse all Devices CLIs →