ollygarden-cli
Installation
SKILL.md
OllyGarden CLI
Use the ollygarden CLI as the primary way to talk to the OllyGarden API.
Prefer it over raw curl calls — it handles auth, multi-context config,
pagination, and exit codes for you.
This skill is for read, inspect, and configure workflows. To apply
fixes from insights, hand off to the ollygarden-insight-remediation skill.
1. Verify the CLI
Before running anything else, check the binary and the active credential.
ollygarden version # confirms the binary is on PATH
ollygarden auth status # validates the token via /organization (exit 3 = not logged in)