Agent skill · software engineering · mvanhorn

pp-wavespeed

Printing Press CLI for Wavespeed. Docs-derived OpenAPI spec for WaveSpeed AI's REST API.

Why this skill is useful

Adds specific commands and workflows for the Wavespeed CLI that are not commonly known or documented elsewhere.

What it needs

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

What this skill does

Wavespeed — Printing Press CLI Prerequisites: Install the CLI This skill drives the wavespeed-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: wavespeed-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. Command Reference accountbalance — Manage account balance wavespeed-pp-cli account-balance — Retrieve the authenticated account balance. billings — Billing and usage records wavespeed-pp-cli billings — Search billing records for the authenticated account. mediauploads — Manage media uploads wavespeed-pp-cli media-uploads — Upload a binary file to WaveSpeed media storage. modelpricing — Manage model pricing wavespeed-pp-cli model-pricing — Estimate the unit price for a model run using the same inputs that will be submitted to the model endpoint. models — Model catalog and model metadata wavespeed-pp-cli models — List available WaveSpeed models and their API schemas. run — Submit generation tasks to slash-delimited WaveSpeed model paths. wavespeed-pp-cli run <model-id> --input '<json>' — Submit a model run with JSON inputs. wavespeed-pp-cli run <model-id> --input-file request.json --price --wait --download — Price, submit, poll, and download output URLs. predictiondeletions — Manage prediction deletions wavespeed-pp-cli prediction-deletions — Delete one or more predictions from history. …

How to use it

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

@skills mvanhorn/wavespeed

View the source on GitHub

Browse the @skills marketplace