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 programmatically create operators, wire networks, set parameters, capture screenshots, and record video inside TouchDesigner through the twozero MCP plugin. ## Core Features & Use Cases - Network Construction: Create and wire TOP, CHOP, SOP, DAT, MAT, and COMP operators using 36 native MCP tools, with parameter validation via td_get_par_info before any writes. - Audio-Reactive & GLSL Workflows: Proven recipes for spectrum-driven shaders, feedback loops, and MovieFileOut recording with ProRes or MJPA codecs. - Diagnostics & Capture: Inspect errors recursively, profile performance, read the textport, and screenshot operator viewers or the full screen for verification. - Use Case: Ask the agent to build an audio-reactive GLSL visual: it discovers parameter names, builds the AudioFileIn to AudioSpectrum to CHOP-to-TOP chain, wires a GLSL TOP, verifies FPS, and records the output to a .mov file. ## Quick Start Run the bundled setup script, drag twozero.tox into TouchDesigner, enable MCP auto-start, then ask the agent to build a noise-based animated background at 1280x720.