# AGENTS.md - EDGAR CLI

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

## What it is

edgar-pp-cli is an agent-native command line tool for EDGAR. Fetch SEC EDGAR filings, insider activity, XBRL facts, and cached filing search results with agent-friendly output.
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 edgar

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/edgar

## After install

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

## Links

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