# AGENTS.md - Open-Meteo CLI

You are being asked to install or use the Open-Meteo CLI from the Printing Press library.

## What it is

open-meteo-pp-cli is an agent-native command line tool for Open-Meteo. Forecasts, historicals, marine, air quality, flood, climate, ensemble, and seasonal data from Open-Meteo's free tier.
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 open-meteo

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/open-meteo

## MCP server

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

## After install

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

## Links

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