# AGENTS.md - Fox News CLI

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

## What it is

foxnews-pp-cli is an agent-native command line tool for Fox News. Fox News headlines from Google Publisher RSS feeds on moxie.foxnews.com — section-selectable, no API key.
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 foxnews

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/foxnews

## After install

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

## Links

- Documentation: https://printingpress.dev/documentation/foxnews
- Library page: https://printingpress.dev/library/media-and-entertainment/foxnews
- This file: https://printingpress.dev/documentation/foxnews/agents.md
