# OpenCLI Agent Pack: Posting

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

## What this CLI is for
API testing, http debugging, and integration exploration from the terminal. Built by Darren Burns. Start with `posting` and go from there. Runs entirely on your machine.

Best for: Exploring APIs from a polished terminal HTTP client.

## Agent readiness
Human-first CLI (10/100)
- Can run locally with less credential exposure.

## Install
```sh
pipx install posting
```

## Verify before real work
```sh
posting --help
```
Expected signal: Posting responds and is ready for interactive API exploration.

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

```sh
posting
```

## Guardrails for agents
- Prefer small commands and ask the agent to summarize plain text output.
- Expect prompts; keep a human in the loop for interactive flows.
- Network access is required; avoid leaking secrets in logs.
- Start read-only, then ask before mutations.

## Suggested agent instruction
You may use Posting (`posting`) for exploring apis from a polished terminal http client.. 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
