Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.tilebox.com/llms.txt

Use this file to discover all available pages before exploring further.

Tilebox skills are task-level instructions for AI agents. They explain how to use the Tilebox CLI, which command patterns to prefer, and how to approach common workflows such as dataset management and job monitoring.

Install Tilebox skills

Install the skills from the Tilebox skills repository.
npx skills add tilebox/skills

Tilebox skills on GitHub

Browse the source repository for the Tilebox agent skills.
After installation, your agent can load the relevant skill before working on a Tilebox task.

Included skills

Tilebox skills cover common agent workflows around the CLI, datasets, workflows, jobs, and automations.
SkillWhat it covers
using-tilebox-cliAuthentication, --json, jq, agent-context, and documentation search
managing-tilebox-datasetsCreating schemas, updating metadata, and querying datasets
managing-tilebox-jobsSubmitting jobs, monitoring status, reading logs, and inspecting spans
working-with-tilebox-automationsWorking with triggers, automations, and storage locations
writing-tilebox-workflowsWriting Tilebox workflow tasks and task runners

How to use skills with agents

Ask your agent to load the most specific Tilebox skill for the task. For example, use managing-tilebox-datasets for schema work and managing-tilebox-jobs for workflow execution or observability tasks.
Prompt
Load the relevant Tilebox skills. Use the Tilebox CLI to submit a Sentinel-2 mosaic job, then monitor it until it completes.
Skills work best with the Tilebox CLI. The CLI gives the agent repeatable terminal commands, and skills tell it how to combine those commands safely. Use MCP as an alternative when the agent runs in a web or chat environment without practical terminal access.