What problem does it solve? Building and debugging TouchDesigner projects by hand is slow and error-prone, especially when parameter names vary across TD versions. This Skill lets an AI agent create operators, set parameters, wire networks, capture screenshots, and diagnose errors inside TouchDesigner through the twozero MCP plugin's 36 native tools. ## Core Features & Use Cases - Network construction and inspection: Create TOPs, CHOPs, SOPs, DATs, MATs, and COMPs, set validated parameters, wire connections, and read back network structure, errors, and performance data. - Audio-reactive and GLSL workflows: Proven recipes for spectrum-driven shaders, feedback effects, video recording via MovieFileOut, and correct time uniform handling in GLSL TOPs. - Use Case: Ask the agent to build an audio-reactive GLSL visual: it discovers parameter names with td_get_par_info, builds the AudioFileIn to AudioSpectrum to CHOP-to-TOP chain, writes the shader, verifies output with screenshots, and records a ProRes movie. ## Quick Start Run the bundled setup script to install twozero.tox and register the MCP server, then ask the agent to build a noise-based animated background in TouchDesigner.