What problem does it solve? Building TouchDesigner networks by hand requires memorizing version-specific parameter names, wiring rules, and operator quirks that vary across TD releases. This Skill lets an AI agent programmatically create operators, set validated parameters, wire connections, execute Python, and debug errors inside a running TouchDesigner instance through the twozero MCP server. ## Core Features & Use Cases - Programmatic Network Construction: Create TOPs, CHOPs, SOPs, DATs, MATs, and COMPs with validated parameters using 36 native MCP tools, with automatic viewport positioning and error checking. - Audio-Reactive & GLSL Workflows: Proven recipes for spectrum-driven shaders, feedback effects, 3D scenes with PBR lighting, and video recording via MovieFileOut TOP. - Deep Reference Library: Over 20 reference documents covering pitfalls, operator families, animation, MIDI/OSC, projection mapping, external data, and DAT scripting. - Use Case: Ask the agent to build an audio-reactive GLSL visual: it discovers correct parameter names, builds the AudioSpectrum-to-shader chain, verifies output via screenshots, and records a ProRes video. ## Quick Start Run the bundled setup script to install the twozero.tox plugin and register the MCP server, then ask the agent to create a noise-based animated background in TouchDesigner.