What problem does it solve? Building TouchDesigner networks by hand requires memorizing hundreds of operator parameter names that change between TD versions, and debugging black screens or dead audio pipelines wastes hours. This Skill gives an AI agent direct, verified control over a running TouchDesigner instance through the twozero MCP server, with battle-tested rules that prevent the most common failures. ## Core Features & Use Cases - Full network automation: Create operators, set validated parameters, wire connections, and execute Python inside TD using 36 native MCP tools on localhost port 40404. - Audio-reactive visuals: Proven signal chain (AudioFileIn → AudioSpectrum → Math → CHOP to TOP → GLSL) with verified fixes for TimeSlice, Lag CHOP, and spectrum sampling pitfalls. - Recording and export: Render and record via MovieFileOut TOP with ProRes/MJPEG codecs that work on Non-Commercial licenses, plus screenshot-based verification before capture. - Use Case: Ask the agent to build an audio-reactive GLSL shader visual: it discovers parameter names with td_get_par_info, builds the network, verifies FPS and output via screenshots, then records a 1280x720 ProRes video. ## Quick Start Run the bundled setup script, drag twozero.tox into TouchDesigner, enable the MCP toggle, then ask the agent to build a noise-based animated background and show me a screenshot of the output.