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 --json in agent workflows when the command supports it; never pass --interactive.
  • Use tilebox agent-context <command path> --output-schema before relying on a command's output shape.
  • Pass authentication via TILEBOX_API_KEY unless the user explicitly asks to use --api-key.
  • Use --api-url only when targeting a non-default API environment.
  • For paginated commands, read next_cursor from JSON output and pass it back as --cursor until it is empty.
  • Use tilebox agent-context <command> when behavior is unclear.

Authentication And API URL

The CLI authenticates with either:

Installs
74
Repository
tilebox/skills
First Seen
Jun 25, 2026
tilebox-cli — tilebox/skills