yolo dex
Built at OpenAI Codex Hackathon · Feb 5, 2026

We built an end-to-end “video → dataset → agent” pipeline as a Codex Skill plugin that can turn any YouTube video into a training-ready vision dataset. You paste a URL, and the skill runs locally to download the video, extract frames, and spin up as many parallel Codex labeling agents as needed to generate bounding boxes for the objects of interest. It exports a full YOLO dataset on-device, which can immediately train a detector. That detector becomes a game-state extractor from pixels, enabling bots to play any game without emulator hooks or engine access, essentially compressing dataset creation + model bootstrapping into one repeatable command.