# AGENTS.md - walkingpad CLI

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

## What it is

walkingpad-pp-cli is an agent-native command line tool for walkingpad. WalkingPad device CLI
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 walkingpad

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/walkingpad

## After install

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

## Links

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