What problem does it solve? Building TouchDesigner networks by hand requires memorizing hundreds of operator parameter names that change between TD versions, and scripting against a running instance is error-prone without live feedback. This Skill gives an AI agent direct, verified control over a running TouchDesigner instance through the twozero MCP server, with 36 native tools and battle-tested recipes that avoid common pitfalls. ## Core Features & Use Cases - Live Network Construction: Create operators, set validated parameters, wire connections, and execute Python inside TouchDesigner via MCP tools like td_create_operator, td_set_operator_pars, and td_execute_python. - Audio-Reactive & GLSL Visuals: Proven signal chains for spectrum-driven shaders, feedback effects, and real-time generative art, with empirically verified parameter values for TD 2025.32. - Recording & Export: Capture output via MovieFileOut TOP with ProRes/MJPEG codecs, screenshot any operator, and profile performance with td_get_perf. - Use Case: Ask the agent to build an audio-reactive GLSL visual: it discovers correct parameter names with td_get_par_info, builds the AudioFileIn → AudioSpectrum → CHOP to TOP → GLSL chain, verifies with td_get_errors and screenshots, then records a 1280x720 ProRes video. ## Quick Start Ask the agent to run the setup script and then build a noise-based animated background in TouchDesigner with a level adjustment and a null output.