General-purpose data profiling and exploration. Use when first encountering any dataset to understand its structure, quality, and analysis potential. ALWAYS run this first — it writes the profile every downstream skill reads.
Performs heavy numerical compute, statistical analysis, and machine learning inside the sandbox. Joins/aggregates tables to answer the question and (when warranted) builds models — saving every result table downstream skills chart and report.
Synthesize the profile, analysis tables, charts, and any model outputs into a single structured report.json — the final deliverable consumed by the web app.
Render clean, presentation-ready charts (bar, line, scatter, pie, heatmap) as PNG files from result tables produced during analysis.
Generate cover images for the radio show using Gemini 3 Flash Image (with fallback to Pro).
Generate show metadata (JSON) containing timecoded transcript, title, duration, summary, and date by sending audio and transcript to Gemini.
Generate the AI Talk Radio show script from research using the Interactions API.
Autonomous design and implementation workflow for AI Voice Command Center.