What problem does it solve? Visual debugging in CARLA requires knowing the exact world.debug API calls, coordinate formats, and rendering constraints; this Skill encodes that procedure so an agent can mark points, paths, boxes, and labels in a running simulator without improvising against the Python API. ## Core Features & Use Cases - Overlay primitives: Draw points, lines, arrows, bounding boxes, and text strings with configurable colour and lifetime through carla.DebugHelper. - Prerequisite checking: A check_env.sh script verifies the carla module is importable and the server is reachable before any drawing is attempted. - Version and rendering guidance: Documents the differences between CARLA 0.9.x and 0.10.0 (removed draw_hud_* variants) and the sync-mode and headless -nullrhi pitfalls. - Use Case: A user asks to "mark world position (10, 20) and label it"; the agent runs the point and text subcommands with a colour and lifetime, then confirms the overlay in a rendered view. ## Quick Start Ask the agent to draw a green point at world coordinates 10,20,1 with a 60-second lifetime in the running CARLA server.