using-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

  • Prefer --json for commands that return data or status.
  • 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
18
Repository
tilebox/skills
First Seen
May 29, 2026
using-tilebox-cli — tilebox/skills