LogoClawIndex
CasesSkillsAbout
LogoClawIndex

vvvv-dotnet - .NET Integration in vvvv gamma

Assists with .NET integration in vvvv gamma including project configuration, NuGet packages, vector type interop, and async patterns.

Tags

Updated: 2026-09-20

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Configure .csproj for vvvv plugins
  • Add vvvv NuGet package sources
  • Pack plugins into NuGet packages
  • Convert vector types using Unsafe.As
  • Manage native resources via IDisposable
  • Implement async patterns for tasks
  • Define blittable structs for interop
  • Build C# projects and wrappers

Inputs

  • C# source files
  • .csproj project files
  • .vl documents
  • NuGet package feeds
  • Native C/C++ libraries

Outputs

  • Compiled DLL assemblies
  • NuGet package files
  • Build log outputs

Requirements

  • .NET 8.0 SDK
  • vvvv gamma 6 or higher
  • Visual Studio for C++/CLI support
  • dotnet CLI or MSBuild

Source

  • Spec: SKILL.md

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.
vvvv-gamma
dotnet
csharp
nuget
interop
plugin
Configure .csproj for vvvv plugins
Add vvvv NuGet package sources
Pack plugins into NuGet packages
Convert vector types using Unsafe.As
C# source files
.csproj project files
.vl documents
Compiled DLL assemblies
NuGet package files
Build log outputs