What problem does it solve? Building TouchDesigner networks by hand is slow and error-prone, and AI agents often guess wrong parameter names for specific TD versions. This Skill connects an AI agent to a running TouchDesigner instance through the twozero MCP server, exposing 36 native tools for deterministic node creation, parameter setting, wiring, debugging, and capture. ## Core Features & Use Cases - Network construction and control: Create operators, set validated parameters, wire connections, and execute Python inside TD via tools like td_create_operator, td_set_operator_pars, and td_execute_python. - Inspection and debugging: Query parameter schemas with td_get_par_info, find errors with td_get_errors, profile performance with td_get_perf, and capture operator or screen screenshots. - Production recipes: Reference guides cover audio-reactive GLSL pipelines, 3D scenes with PBR lighting, animation, MIDI/OSC, projection mapping, particles, and video recording via MovieFileOut. - Use Case: Ask the agent to build an audio-reactive GLSL visual: it discovers correct parameter names, builds the AudioSpectrum-to-GLSL chain, verifies FPS and output via screenshots, and records a ProRes video. ## Quick Start Run the bundled setup script, drag the twozero.tox into TouchDesigner, enable MCP auto-start, then ask the agent to build a noise-based animated background in the current project.