What problem does it solve? Building TouchDesigner projects by hand requires memorizing version-specific parameter names, operator wiring rules, and GLSL conventions that change between releases. This Skill gives an AI agent structured, verified control over TouchDesigner through the twozero MCP server, eliminating guesswork and silent failures. ## Core Features & Use Cases - 36 native MCP tools: Create operators, set validated parameters, inspect networks, capture screenshots, read errors, and profile performance without writing raw Python. - Verified recipes: Audio-reactive GLSL pipelines, feedback loops, 3D scenes with PBR lighting, video recording via MovieFileOut, and MIDI/OSC/HTTP external data integration. - Defensive workflow rules: Mandatory parameter discovery via td_get_par_info, split cleanup/creation calls, and pre-recording checklists that prevent the most common TD failures. - Use Case: Ask the agent to build an audio-reactive GLSL visual; it discovers correct parameter names, wires the AudioSpectrum-to-shader chain, verifies FPS and output via screenshots, and records a ProRes video. ## Quick Start Run the bundled setup script to install twozero.tox and register the MCP server, then ask the agent to build a noise-based animated background in TouchDesigner.