# AGENTS.md - SEC EDGAR CLI

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

## What it is

sec-edgar-pp-cli is an agent-native command line tool for SEC EDGAR. Every SEC filing, every XBRL fact, every insider trade — synced into a local SQLite store you can pivot, search,...
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 sec-edgar

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/sec-edgar

## MCP server

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

## After install

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

## Links

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