vvvv-editor-extensions

Create vvvv gamma editor extensions with custom commands, windows, and API interactions.

31|5|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/tebjan/vvvv-skills --skill vvvv-editor-extensions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vvvv-editor-extensions
Source: https://github.com/tebjan/vvvv-skills/tree/main/skills/vvvv-editor-extensions
Command: npx skills add https://github.com/tebjan/vvvv-skills --skill vvvv-editor-extensions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the creation of custom extensions and tooling within the vvvv gamma editor, enabling developers to build more powerful and personalized workflows.

Core Features & Use Cases

  • Editor Extensions: Create custom UI elements and functionalities that run directly within the vvvv editor.
  • Command Registration: Define custom menu items with keyboard shortcuts for quick access to your tools.
  • Window Management: Implement custom windows, including always-on-top options, and integrate them seamlessly into the editor's docking system.
  • API Access: Interact with the vvvv editor's session to access and manipulate hovered or selected nodes.
  • Use Case: Develop a custom node inspector panel that appears when a specific node type is selected, providing detailed information and quick editing options.

Quick Start

Create a new editor extension by saving a VL patch with the .HDE.vl suffix.

Frequently Asked Questions about vvvv-editor-extensions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a custom editor extension in vvvv gamma?

To create a vvvv gamma editor extension, save a VL patch with the `.HDE.vl` suffix. This initiates the custom tooling development process, enabling you to add custom commands and windows directly within the editor environment.

What NuGet packages are required for vvvv editor plugin development?

VVVV editor plugin development requires the VL.HDE and VL.Lang NuGet packages for core functionality. These dependencies provide the necessary APIs to interact with the editor session and implement custom tooling behaviors.

Can I add custom menu items with keyboard shortcuts to the vvvv editor?

Yes, you can register custom menu items with keyboard shortcuts in the vvvv editor. This is achieved through command registration within your editor extension, providing quick access to your custom tools and workflows.

How do I access selected or hovered nodes in a vvvv gamma patch?

You can access and manipulate hovered or selected nodes by interacting with the vvvv editor's session API. This allows your custom editor extensions to react to user selections and implement features like custom node inspector panels.

Does vvvv support custom always-on-top windows integrated into the docking system?

VVVV supports implementing custom windows, including always-on-top options, that integrate seamlessly into the editor's docking system. This window management capability allows for personalized UI elements within the vvvv gamma editor.