tilebox-cli
Installation
SKILL.md
Using Tilebox CLI
Use this skill whenever interacting with the tilebox command-line tool. Prefer machine-readable output and command schema discovery so automation remains robust.
Core Rules For Agents
- Always pass
--jsonin agent workflows when the command supports it; never pass--interactive. - Use
tilebox agent-context <command path> --output-schemabefore relying on a command's output shape. - Pass authentication via
TILEBOX_API_KEYunless the user explicitly asks to use--api-key. - Use
--api-urlonly when targeting a non-default API environment. - For paginated commands, read
next_cursorfrom JSON output and pass it back as--cursoruntil it is empty. - Use
tilebox agent-context <command>when behavior is unclear.
Authentication And API URL
The CLI authenticates with either: