# AGENTS.md - Jane App CLI

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

## What it is

janeapp-pp-cli is an agent-native command line tool for Jane App. Book, view, and manage your Jane (janeapp.com) appointments across every clinic from one terminal — with a unified agenda, next-opening finder, and availability watch the patient portal can't do.
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 janeapp

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/janeapp

## MCP server

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

## After install

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

## Links

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