What problem does it solve? Building and debugging TouchDesigner networks 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 connections, capture screenshots, and diagnose errors in a running TouchDesigner instance through the twozero MCP server. ## Core Features & Use Cases - Network construction and inspection: Create TOPs, CHOPs, SOPs, DATs, MATs, and COMPs, set validated parameters, wire connections, and query errors or performance via 36 native MCP tools. - Audio-reactive and GLSL workflows: Proven recipes for spectrum-driven shaders, feedback effects, video recording via MovieFileOut, and post-FX chains, with version-correct parameter names for TD 2025.32. - 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 GLSL TOP chain, verifies output with screenshots, and records a ProRes movie. ## Quick Start Run the bundled setup script, drag twozero.tox into TouchDesigner, enable MCP, then ask the agent to build a noise-based animated background in the current project.