What problem does it solve? Building TouchDesigner networks by hand requires memorizing version-specific parameter names, wiring rules, and operator quirks that change between releases. This Skill lets an AI agent create, wire, parameterize, debug, and record TouchDesigner projects programmatically through the twozero MCP server's 36 native tools, eliminating guesswork about parameter names and common failure modes. ## Core Features & Use Cases - Programmatic network construction: Create operators, set validated parameters, wire connections, and inspect errors using native MCP tools like td_create_operator, td_set_operator_pars, and td_get_errors instead of raw Python. - Audio-reactive and GLSL workflows: Proven recipes for spectrum analysis pipelines, GLSL TOP shaders with time uniforms, feedback effects, and MovieFileOut recording with ProRes codecs. - Deep reference library: Twenty reference documents cover pitfalls, operator families, 3D scenes, animation, MIDI/OSC, particles, projection mapping, external data, and DAT scripting. - 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 chain, writes the shader, verifies output via screenshots, and records a ProRes movie. ## Quick Start Run the bundled setup script to install the twozero.tox plugin and register the MCP server, then ask the agent to build a noise-based animated background in TouchDesigner.