Install Tilebox skills
Install the skills from the Tilebox skills repository.Tilebox skills on GitHub
Browse the source repository for the Tilebox agent skills.
Included skills
Tilebox skills cover common agent workflows around the CLI, datasets, workflows, jobs, and automations.| Skill | What it covers |
|---|---|
using-tilebox-cli | Authentication, --json, jq, agent-context, and documentation search |
managing-tilebox-datasets | Creating schemas, updating metadata, and querying datasets |
managing-tilebox-jobs | Submitting jobs, monitoring status, reading logs, and inspecting spans |
working-with-tilebox-automations | Working with triggers, automations, and storage locations |
writing-tilebox-workflows | Writing workflow task classes, task graphs, runner definitions, caches, logs, and spans |
releasing-tilebox-workflows | Creating tilebox.workflow.toml, building releases, publishing releases, deploying to clusters, and running release runners |
How to use skills with agents
Ask your agent to load the most specific Tilebox skill for the task. For example, usemanaging-tilebox-datasets for schema work and managing-tilebox-jobs for workflow execution or observability tasks.
Prompt
writing-tilebox-workflows and releasing-tilebox-workflows. The typical loop is to edit tasks, build and publish a release, deploy it to a development cluster, run tilebox runner start, submit a test job, and inspect logs or spans before iterating.