# OpenCLI Agent Pack: Tempo CLI

Use this when an AI agent needs to work with `tempo`.

## What this CLI is for
The official CLI from Tempo. Wallet access, service discovery, and paid http requests from the terminal. Start with `tempo wallet login` and go from there.

Best for: Best for giving an agent wallet access, service discovery, and paid HTTP requests.

## Agent readiness
Human-first CLI (35/100)
- Supports non-interactive/scripted use.

## Install
```sh
curl -fsSL https://tempo.xyz/install | bash
```

## Verify before real work
```sh
tempo --help
```
Expected signal: tempo responds locally; authenticate before real work.

## Safe starting commands
```sh
tempo --help
```

```sh
tempo wallet login && tempo wallet services --search ai
```

```sh
tempo wallet login
```

```sh
tempo wallet whoami
```

```sh
tempo wallet services --search ai
```

## Guardrails for agents
- Prefer small commands and ask the agent to summarize plain text output.
- Verify identity/account before running task commands.
- Network access is required; avoid leaking secrets in logs.
- Start read-only, then ask before mutations.

## Suggested agent instruction
You may use Tempo CLI (`tempo`) for best for giving an agent wallet access, service discovery, and paid http requests.. First install it if missing, then run the verify command. Start with read-only or inspection commands. Summarize what you found before changing anything. Ask for confirmation before commands that mutate remote state, spend money, deploy, delete data, merge code, or expose secrets.

Source: OpenCLI
