Installation

The installer copies the CLI, a small JSON helper, and the skill file. It does not register the skill with OpenClaw. See Skills for that.

Requires bash, curl, and tar.

Copy
curl -fsSL https://releases.loby.io/cli/install.sh | sh

The installer prints the next command if this shell needs loby on PATH.

Authenticate

Mint a platform key in Admin → Tokens with WRITE_TASKS. Then:

Copy
loby auth login

Paste the secret (not the key id). Do not put it in .env or LOBY_ACCESS_TOKEN.

Copy
loby museums list
Previous
Overview
Next
Skills