What problem does it solve? Building TouchDesigner networks by hand requires memorizing hundreds of operator parameter names that change between TD versions, and scripting against a running instance is error-prone. This Skill gives an AI agent structured, validated control over a live TouchDesigner instance through the twozero MCP server, with 36 native tools and battle-tested recipes. ## Core Features & Use Cases - Operator creation and wiring: Create TOPs, CHOPs, SOPs, DATs, MATs, and COMPs with validated parameters, wire connections, and inspect networks via native MCP tools instead of raw Python. - Audio-reactive and GLSL workflows: Proven signal chains for spectrum-driven shaders, feedback effects, and real-time generative visuals, with empirically verified parameter values for TD 2025.32. - Recording and export: Capture output via MovieFileOut TOP with ProRes or MJPA codecs, plus screenshot-based verification before recording. - 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 to GLSL chain, verifies FPS and output, then records a ProRes video. ## Quick Start Run the setup script at skills/creative/touchdesigner-mcp/scripts/setup.sh, drag twozero.tox into TouchDesigner and enable MCP, then ask the agent to create a noise-based animated background at 1280x720.