# AGENTS.md - PDOK Location CLI

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

## What it is

pdok-location-pp-cli is an agent-native command line tool for PDOK Location. Geocode Dutch addresses, reverse-geocode coordinates, convert RD/WGS84, and query PDOK location data with offline helpers.
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 pdok-location

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/pdok-location

## After install

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

## Links

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