← 返回 Skills 市场
tebjan

Vvvv Debugging

作者 Tebjan Halm · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
319
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vvvv-debugging
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vvvv-debugging 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug vvvv-debugging
版本 1.0.1
许可证
累计安装 2
当前安装数 2
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 319 次。

如何安装 Vvvv Debugging?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install vvvv-debugging」即可一键安装,无需额外配置。

Vvvv Debugging 是免费的吗?

是的,Vvvv Debugging 完全免费(开源免费),可自由下载、安装和使用。

Vvvv Debugging 支持哪些平台?

Vvvv Debugging 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Vvvv Debugging?

由 Tebjan Halm(@tebjan)开发并维护,当前版本 v1.0.1。

💬 留言讨论