# AGENTS.md - WaveSpeed CLI

You are being asked to install or use the WaveSpeed CLI from the Printing Press library.

## What it is

wavespeed-pp-cli is an agent-native command line tool for WaveSpeed. Run WaveSpeed AI models with schema-aware inputs, prompt shortcuts, price estimates, wait/download helpers, aliases, and media uploads.
It is a single Go binary that ships with an agent skill, and it installs with one command.

## Install

Recommended (installs the binary and the agent skill):

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

Hermes:

    hermes skills install mvanhorn/printing-press-library/cli-skills/pp-wavespeed --force

OpenClaw:

    clawhub install printing-press-library/wavespeed

## MCP server

This CLI ships an MCP server (wavespeed-pp-mcp) with 9 tools. Point any MCP client at it, including Claude Desktop.

## After install

Call wavespeed-pp-cli from the shell, or use the /pp-wavespeed skill inside an agent.
Run wavespeed-pp-cli --help to list commands.

## Links

- Documentation: https://printingpress.dev/documentation/wavespeed
- Library page: https://printingpress.dev/library/ai/wavespeed
- This file: https://printingpress.dev/documentation/wavespeed/agents.md
