# AGENTS.md - Yahoo Finance CLI

You are being asked to install or use the Yahoo Finance CLI from the Printing Press library.

## What it is

yahoo-finance-pp-cli is an agent-native command line tool for Yahoo Finance. Quotes, charts, fundamentals, options chains, and a local portfolio/watchlist tracker against Yahoo Finance — no API key, with Chrome-session fallback for rate-limited IPs
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 yahoo-finance

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/yahoo-finance

## MCP server

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

## After install

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

## Links

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