# AGENTS.md - LawHub CLI

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

## What it is

lawhub-pp-cli is an agent-native command line tool for LawHub. Local-first LSAT practice analytics from authenticated LawHub score metadata, with SQLite, weakness reports, question notes, and safe review links back to LawHub.
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 lawhub

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/lawhub

## After install

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

## Links

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