← Back to Skills Marketplace
Vvvv Editor Extensions
by
Tebjan Halm
· GitHub ↗
· v1.0.0
284
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install vvvv-editor-extensions
Description
Helps create vvvv gamma editor extensions — .HDE.vl file naming, Command node registration with keyboard shortcuts, SkiaWindow/SkiaWindowTopMost window types...
Usage Guidance
This skill is documentation for writing vvvv editor extensions and does not install or request credentials. It appears coherent and low-risk as-is. However: if you follow its guidance to create or enable .HDE.vl extensions, remember those extension files run inside the editor and can execute arbitrary logic against your project files — only use extensions from sources you trust and review the .HDE.vl contents before loading or distributing them. The skill itself will not fetch or run code, but any code you generate or enable following it should be inspected.
Capability Analysis
Type: OpenClaw Skill
Name: vvvv-editor-extensions
Version: 1.0.0
The skill bundle contains purely instructional documentation (SKILL.md) for developing editor extensions for the vvvv gamma environment. It outlines naming conventions, required NuGet packages (VL.HDE, VL.Lang), and usage of specific API nodes without providing any executable code or suspicious instructions.
Capability Assessment
Purpose & Capability
The name/description (vvvv editor extensions) matches the SKILL.md content: file naming, Command node usage, window types, docking, and API access for VL.Lang Session. Nothing in the metadata or instructions asks for unrelated capabilities.
Instruction Scope
SKILL.md is purely documentation and runtime guidance for building editor extensions. It does not instruct the agent to read arbitrary files, access environment variables, call external endpoints, or perform system administration actions beyond normal extension development guidance.
Install Mechanism
No install spec or code files are present; this is instruction-only, so nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. The documented APIs and NuGet references (VL.HDE, VL.Lang) are appropriate and expected for vvvv extension development.
Persistence & Privilege
always is false and model invocation is allowed (default). There is no attempt to modify other skills or persist credentials; no elevated or permanent privileges are requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vvvv-editor-extensions - After installation, invoke the skill by name or use
/vvvv-editor-extensions - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of vvvv-editor-extensions.
- Provides guidelines and requirements for creating editor extensions in vvvv gamma.
- Details .HDE.vl file naming conventions for different extension scenarios.
- Describes use of the Command node for registering custom commands with labels, visibility, and keyboard shortcuts.
- Documents available window types (SkiaWindow, SkiaWindowTopMost) and docking with WindowFactory.
- Explains how to access hovered/selected node information and manipulate pins using VL.Lang Session nodes.
- Lists developer shortcuts and current limitations (settings panel unavailable, not supported in exported apps).
Metadata
Frequently Asked Questions
What is Vvvv Editor Extensions?
Helps create vvvv gamma editor extensions — .HDE.vl file naming, Command node registration with keyboard shortcuts, SkiaWindow/SkiaWindowTopMost window types... It is an AI Agent Skill for Claude Code / OpenClaw, with 284 downloads so far.
How do I install Vvvv Editor Extensions?
Run "/install vvvv-editor-extensions" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Vvvv Editor Extensions free?
Yes, Vvvv Editor Extensions is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Vvvv Editor Extensions support?
Vvvv Editor Extensions is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Vvvv Editor Extensions?
It is built and maintained by Tebjan Halm (@tebjan); the current version is v1.0.0.
More Skills