← Back to Skills Marketplace
tebjan

Vvvv Debugging

by Tebjan Halm · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
319
Downloads
0
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install vvvv-debugging
Description
Set up debugging for vvvv gamma C# node projects -- generate VS Code launch.json and tasks.json configurations, attach debugger to running vvvv, configure Vi...
Usage Guidance
This skill is an instruction-only helper for creating VS Code debug configs for vvvv and appears internally consistent. Before using it: (1) Review and confirm any detected vvvv installation path it proposes (it looks under Program Files and may not find custom installs). (2) Approve the AskUserQuestion prompts it will present — the skill says to ask all configuration questions before writing files. (3) Inspect generated .vscode/launch.json and tasks.json before launching, especially if you enable --package-repositories or --editable-packages (these can trigger full recompilation of core libraries and long build times). (4) Note it will read your repository file tree (including git submodules) to determine package names and patches; this is expected but you should be comfortable granting read access to the project files.
Capability Analysis
Type: OpenClaw Skill Name: vvvv-debugging Version: 1.0.1 The skill bundle provides legitimate instructions for setting up a debugging environment for vvvv gamma C# projects. It automates the discovery of vvvv installations and the generation of standard VS Code configuration files (launch.json, tasks.json) using common development tools like dotnet and MSBuild. The instructions (SKILL.md) emphasize user interaction, requiring the agent to ask questions and confirm configurations before generating files, which mitigates the risk of unintended actions.
Capability Assessment
Purpose & Capability
The skill's name and description (vvvv debugging / generate launch.json and tasks.json, attach debugger) match the SKILL.md content. All requested actions (scanning the workspace, locating vvvv.exe, creating/merging .vscode configs, asking the user for flags) are appropriate for a debugging setup helper. There are no unrelated credential or external service requirements.
Instruction Scope
Instructions direct the agent to scan the local workspace (csproj/sln/vl files, help/ folders, .vscode) and to search common installation path(s) under C:\Program Files for vvvv. That is expected for this purpose, but the doc also suggests inspecting git submodules and repository package names — which means the agent will read repository metadata and file structure. This is reasonable for building correct launch args, but users should be aware the skill expects access to their project files and Program Files. The example command uses a Unix-like ls variant on a Windows path (/c/Program Files) which is a minor platform inconsistency but not a security issue.
Install Mechanism
No install spec and no code files are present; the skill is instruction-only. Nothing will be written to disk by an installer. This is the lowest-risk install profile.
Credentials
The skill declares no required environment variables, credentials, or config paths. The instructions reference only local file system locations and workspace metadata which are proportionate to generating debugging configurations. No secrets or external tokens are requested.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent installation, modify other skills, or claim system-wide privileges. Autonomous invocation is allowed by default but there are no additional privileges requested that would increase risk.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install vvvv-debugging
  3. After installation, invoke the skill by name or use /vvvv-debugging
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Initial release
v1.0.0
Initial release of vvvv-debugging skill for setting up debugging in vvvv gamma C# node projects. - Generates VS Code launch.json and tasks.json for vvvv gamma projects, supporting both source and DLL reference workflows. - Automatically detects vvvv installations and suggests which version to use. - Scans the workspace for relevant files, patches, and determines correct build workflow. - Guides users through selection of launch configurations, test patches, and build modes. - Supports multiple launch profiles including Debug, Release/Performance, and Attach-to-process. - Provides debugging best practices and handles configuration extension for existing setups.
Metadata
Slug vvvv-debugging
Version 1.0.1
License
All-time Installs 2
Active Installs 2
Total Versions 2
Frequently Asked Questions

What is Vvvv Debugging?

Set up debugging for vvvv gamma C# node projects -- generate VS Code launch.json and tasks.json configurations, attach debugger to running vvvv, configure Vi... It is an AI Agent Skill for Claude Code / OpenClaw, with 319 downloads so far.

How do I install Vvvv Debugging?

Run "/install vvvv-debugging" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Vvvv Debugging free?

Yes, Vvvv Debugging is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Vvvv Debugging support?

Vvvv Debugging is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Vvvv Debugging?

It is built and maintained by Tebjan Halm (@tebjan); the current version is v1.0.1.

💬 Comments