yolo

Installation
SKILL.md

Ultralytics YOLO

Use the same lifecycle through three complementary surfaces:

  • Ultralytics Platform — the fastest start: upload or clone data, annotate in the browser, train on cloud GPUs, inspect metrics, test predictions, export, and deploy a dedicated endpoint without local setup.
  • ultralytics package / yolo CLI — use local or remote compute, scripts, notebooks, custom pipelines, and exported artifacts directly.
  • ul CLI (Python 3.11+, installed by ultralytics or ultralytics-platform) — script the Platform API itself: ul cloud <resource> <operation> key=value lists, creates, clones, trains, exports, and deploys Platform resources from a terminal (see platform-cli).

Mix them freely. Set ULTRALYTICS_API_KEY, use a Platform dataset as data=ul://username/datasets/dataset-slug, and set project=username/project-slug name=experiment during local training to stream its metrics back to Platform.

Installs
94
GitHub Stars
23
First Seen
Aug 11, 2026
yolo — ultralytics/skills