# AGENTS.md - Facebook Marketplace CLI

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

## What it is

facebook-marketplace-pp-cli is an agent-native command line tool for Facebook Marketplace. Search, draft, publish, mirror, and monitor Facebook Marketplace listings with seller helpers and explicit write checkpoints.
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 facebook-marketplace

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/facebook-marketplace

## MCP server

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

## After install

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

## Links

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