# AGENTS.md - USGS Earthquakes CLI

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

## What it is

usgs-earthquakes-pp-cli is an agent-native command line tool for USGS Earthquakes. Every USGS earthquake feed and event query in one terminal, with offline SQLite cache, agent-native output, and a...
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 usgs-earthquakes

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/usgs-earthquakes

## MCP server

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

## After install

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

## Links

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