What problem does it solve? Building TouchDesigner networks by hand requires memorizing hundreds of operator parameter names and navigating a complex node editor. This Skill lets you control a running TouchDesigner instance programmatically through the twozero MCP server, so you can create operators, set parameters, wire connections, and execute Python without guessing API details. ## Core Features & Use Cases - Node Network Automation: Create, wire, and configure TOPs, CHOPs, SOPs, DATs, MATs, and COMPs using 36 native MCP tools with automatic parameter validation. - Audio-Reactive & GLSL Visuals: Proven recipes for spectrum-driven shaders, feedback effects, and real-time generative art with verified signal chains. - Recording & Export: Capture output via MovieFileOut TOP with ProRes or MJPA codecs, including pre-recording checklists for FPS and shader verification. - Use Case: Ask the assistant to build an audio-reactive GLSL visualizer — it discovers correct parameter names, builds the AudioFileIn → AudioSpectrum → CHOP to TOP → GLSL chain, verifies no errors, and records the result to video. ## Quick Start Ask the assistant to set up the TouchDesigner MCP connection and create a simple animated noise visual in the running TouchDesigner project.