# AGENTS.md - ht-ml.app CLI

You are being asked to install or use the ht-ml.app CLI from the Printing Press library.

## What it is

ht-ml-pp-cli is an agent-native command line tool for ht-ml.app. The only ht-ml.app tool that remembers what you published, a local registry of every site, its once-only update_key, and full version history, plus one-command publish-with-assets.
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 ht-ml

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/ht-ml

## MCP server

This CLI ships an MCP server (ht-ml-pp-mcp) with 1 tool. Point any MCP client at it, including Claude Desktop.

## After install

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

## Links

- Documentation: https://printingpress.dev/documentation/ht-ml
- Library page: https://printingpress.dev/library/cloud/ht-ml
- This file: https://printingpress.dev/documentation/ht-ml/agents.md
