Google launched the Colab CLI on June 5 and quietly ended eight years of Colab being a browser-only tool. Install the package, run one authentication step, and you can provision a T4, A100, or H100 GPU from your terminal, execute Python scripts against it, retrieve your artifacts, and terminate the runtime — no browser tab required. That alone is worth noting. What makes it worth reading about is COLAB_SKILL.md: a structured skill file Google ships alongside the CLI so that Claude Code, Codex, and Antigravity can drive Colab runtimes autonomously inside agentic pipelines. GPU compute just got a first-class interface […]
The post