# AGENTS.md - Redfin CLI

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

## What it is

redfin-pp-cli is an agent-native command line tool for Redfin. Search Redfin homes for sale via internal Stingray endpoints, sync to local SQLite, and run workflows the website doesn't expose — saved-search diff, $/sqft net-HOA ranking, sold comps, multi-region trends.
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 redfin

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/redfin

## MCP server

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

## After install

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

## Links

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