# AGENTS.md - National Hurricane Center CLI

You are being asked to install or use the National Hurricane Center CLI from the Printing Press library.

## What it is

nhc-pp-cli is an agent-native command line tool for National Hurricane Center. Credible, real-time National Hurricane Center data for AI agents: active storms, parsed advisories, and tropical outlooks, text-first with link-outs for everything else.
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 nhc

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/nhc

## MCP server

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

## After install

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

## Links

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