Agent skill · writing content · mvanhorn

pp-midjourney

Inspect Midjourney jobs, queue, folders, and discovery feeds from the terminal

Why this skill is useful

Adds specific commands for inspecting Midjourney jobs and metadata that the AI wouldn't reliably generate on its own.

What it needs

Requires midjourney-pp-cli installed locally. About 5k tokens when loaded. Last updated 2026-08-06. 1,890 stars on the source repository.

What this skill does

Midjourney — Printing Press CLI Prerequisites: Install the CLI This skill drives the midjourney-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: midjourney-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): 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. When Not to Use This CLI Most generated endpoint commands are read-only inspection commands. Do not use mutating commands unless the user explicitly asks to submit Midjourney work. In particular, imagine and rerun create remote Midjourney jobs, and download writes a local file. HTTP Transport This CLI uses Chrome-compatible HTTP transport for browser-facing endpoints. It does not require a resident browser process for normal API calls. Discovery Signals This CLI was generated with browser-observed traffic context. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills mvanhorn/midjourney

View the source on GitHub

Browse the @skills marketplace