What problem does it solve? Building TouchDesigner networks by hand is slow and error-prone, especially when parameter names vary across TD versions. This Skill lets an AI agent drive a running TouchDesigner instance through the twozero MCP server, creating operators, setting validated parameters, wiring connections, and debugging errors programmatically. ## Core Features & Use Cases - 36 native MCP tools: Create operators, set parameters safely, inspect networks, capture screenshots, read errors, and profile performance without guessing parameter names. - Proven creative recipes: Audio-reactive GLSL pipelines, feedback effects, 3D scenes with PBR lighting, particle systems, projection mapping, and video recording via MovieFileOut. - Deep reference library: 20+ reference files covering pitfalls, operator families, GLSL uniforms, MIDI/OSC, external data (HTTP/WebSocket/MQTT/Serial), and DAT scripting callbacks. - Use Case: Ask the agent to build an audio-reactive GLSL visual: it discovers correct parameter names with td_get_par_info, builds the AudioSpectrum-to-shader chain, verifies output via screenshots, and records ProRes video. ## Quick Start Run the bundled setup script to install the twozero MCP server, then ask the agent to create a noise-based animated background in the running TouchDesigner project.