# AGENTS.md - Harris Teeter CLI

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

## What it is

harris-teeter-pp-cli is an agent-native command line tool for Harris Teeter. Harris Teeter grocery shopping API discovered from the logged-in web app
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 harris-teeter

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/harris-teeter

## MCP server

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

## After install

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

## Links

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