A professional toolset for configuring C# debugging environments and launch workflows in vvvv gamma.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install vvvv-debugging
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install vvvv-debugging using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a comprehensive framework for setting up debugging environments for vvvv gamma C# node projects. By utilizing Openclaw Skills, developers can automate the detection of vvvv installations and the generation of essential configuration files like launch.json and tasks.json.
It bridges the gap between the vvvv visual programming environment and standard .NET debugging tools, allowing for seamless breakpoint management, process attachment, and build task automation. Whether you are working with source references or compiled DLLs, this skill ensures your IDE is perfectly configured for high-performance development.
To initialize the debugging setup, ensure your agent has access to the workspace. The skill will first attempt to locate your vvvv installation using:
ls -d "/c/Program Files/vvvv/vvvv_gamma_"* 2>/dev/null | sort -r
Once located, follow the interactive prompts to select your target patch and debugging flags. The Openclaw Skills runner will then populate your .vscode directory with the necessary configurations.
The skill organizes debugging metadata and configurations using the following structure:
| Component | Description |
|---|---|
| launch.json | Defines coreclr launch and attach configurations including --debug and --package-repositories flags. |
| tasks.json | Defines build processes using dotnet or MSBuild for DLL-based projects. |
| launchSettings.json | Configures project-level debug profiles for Visual Studio users. |
| Workspace Scan | Metadata parsed from .csproj files and help/ folders to identify entry points. |
Loading
A technical framework for AI agents to architect and generate optimized C# nodes for the vvvv gamma visual programming environment.

A comprehensive integration for managing vvvv gamma's reactive channel system directly through C# code and AI agents.

A SIP-based voice interface that enables natural phone conversations with your AI assistant using the Telnyx Call Control API.

A robust AI agent skill for converting text into natural-sounding audio files using the Telnyx TTS API.

A specialized skill for integrating C# and .NET libraries into the vvvv gamma visual programming environment.

A technical framework for developing custom vvvv gamma editor plugins using .HDE.vl patches, command registration, and UI docking.








































