# AGENTS.md - Instacart CLI

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

## What it is

instacart-pp-cli is an agent-native command line tool for Instacart. Natural-language Instacart CLI that talks directly to the web GraphQL API. Add items to your cart, search products, and manage carts across retailers without browser automation.
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 instacart

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/instacart

## After install

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

## Links

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