# AGENTS.md - Ollama Cloud CLI

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

## What it is

ollama-cloud-pp-cli is an agent-native command line tool for Ollama Cloud. Routes every prompt to the right hosted Ollama model. Wraps chat, embeddings, catalog, and the OpenAI-compatible...
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 ollama-cloud

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/ollama-cloud

## MCP server

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

## After install

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

## Links

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