The OpenHome CLI is a terminal tool for managing OpenHome Abilities — scaffold a new Ability, deploy it to your account, and chat with your Agent without ever leaving the shell. It works equally well in a human’s terminal or driven by an AI coding agent (Claude, etc.) — making it a fast loop for build → deploy → test cycles.Documentation Index
Fetch the complete documentation index at: https://docs.openhome.com/llms.txt
Use this file to discover all available pages before exploring further.
Quick start
Authenticate
Paste your OpenHome API key when prompted. The CLI stores it locally for subsequent runs.
What it can do
| Capability | How |
|---|---|
| Scaffold a new Ability from a template | Generates the Python skeleton and metadata |
| Deploy an Ability to your account | Packages, zips, and POSTs to the Capabilities API |
| Chat with your Agent | Full conversation loop in the terminal |
| Validate an API key | Confirms your key works before deploying |

