# AGENTS.md - Tesla CLI

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

## What it is

tesla-pp-cli is an agent-native command line tool for Tesla. Every Tesla mobile-app feature, plus a charging-cost ledger and supercharger queue watcher no other Tesla CLI ships.
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 tesla

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/tesla

## MCP server

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

## After install

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

## Links

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