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 an AI agent drive a running TouchDesigner instance through the twozero MCP server, creating operators, setting parameters, wiring connections, and executing Python without manual GUI work. ## Core Features & Use Cases - 36 Native MCP Tools: Create operators, set parameters safely, inspect networks, capture screenshots, read errors, and profile performance through structured tool calls instead of raw scripting. - Proven Network Recipes: Reference guides cover audio-reactive GLSL fractals, feedback loops, instancing, video effects chains, and recording pipelines with tested parameter values. - Recording & Export: Render visuals to ProRes or Motion JPEG via MovieFileOut TOP, then extract frames with ffmpeg for external post-processing pipelines. - Use Case: Ask the agent to build an audio-reactive fractal visual from an MP3 file — it sets up the AudioSpectrum CHOP chain, writes the GLSL shader, wires the network, verifies FPS, and records the output video. ## Quick Start Run the setup script to install the twozero.tox plugin, then ask the agent to build an audio-reactive visual in TouchDesigner from a music file.