What problem does it solve? Building TouchDesigner networks by hand requires memorizing hundreds of operator parameter names and Python API details that change between TD versions. This Skill lets an AI agent create operators, set parameters, wire connections, execute Python, and debug errors inside a live TouchDesigner instance through the twozero MCP server. ## 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. - Verified recipes: Audio-reactive GLSL pipelines, feedback loops, 3D scenes with PBR lighting, video recording via MovieFileOut, and MIDI/OSC/external data integration. - 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-GLSL chain, verifies output via screenshots, and records a ProRes video. ## Quick Start Run the setup script at scripts/setup.sh, drag the downloaded twozero.tox into TouchDesigner, enable MCP in its settings, then ask the agent to build a noise-based animated background in the running TouchDesigner project.