# AGENTS.md - LDA.gov CLI

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

## What it is

lda-gov-pp-cli is an agent-native command line tool for LDA.gov. Lobbying disclosure records with local sync, entity resolution, and evidence-grade exports.
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 lda-gov

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/lda-gov

## MCP server

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

## After install

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

## Links

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