← Back to Skills Marketplace
tebjan

Vvvv Dotnet

by Tebjan Halm · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
321
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install vvvv-dotnet
Description
Helps with .NET integration in vvvv gamma — NuGet packages, library references, .csproj project configuration, the [assembly: ImportAsIs] attribute, vector t...
Usage Guidance
This skill is coherent with its description and appears safe in that it only documents .NET/vvvv build and packaging steps. Before installing or granting the agent access: ensure the agent only has access to the project folders you intend it to build (running `dotnet build` and `nuget pack` will read and write files), don't provide unrelated credentials, and review any code you compile/run (the docs include usage of Unsafe.As and IDisposable patterns which are advanced and can affect memory/resource safety). If you want extra caution, run build steps in a sandboxed environment or review actions interactively rather than allowing full autonomous execution.
Capability Analysis
Type: OpenClaw Skill Name: vvvv-dotnet Version: 1.0.1 The skill bundle provides legitimate technical documentation and code snippets for integrating .NET libraries with the vvvv gamma visual programming environment. It contains standard .csproj configurations, official NuGet repository URLs (nuget.org and teamcity.vvvv.org), and idiomatic C# examples for vector interop, async patterns, and resource management (SKILL.md, forwarding.md). No indicators of data exfiltration, malicious execution, or harmful prompt injection were found.
Capability Assessment
Purpose & Capability
Name/description (vvvv .NET integration) align with SKILL.md content: .csproj configuration, NuGet sources, ImportAsIs attribute, vector interop, async patterns and packaging. No unrelated environment variables, binaries, or config paths are requested.
Instruction Scope
The instructions are focused on build/config tasks (e.g., run `dotnet build`, add NuGet.config, set OutputPath). They reference project files and build artifacts as expected for this domain and do not instruct reading unrelated system files or exfiltrating data. Note: running `dotnet build` or `nuget pack` requires filesystem and build-tool access (expected for this skill).
Install Mechanism
Instruction-only skill with no install spec and no code files — minimal footprint and no network installs or extracted archives.
Credentials
No environment variables, credentials, or config paths are required. NuGet feed URLs are documented for legitimate package resolution (including the vvvv TeamCity feed); these are appropriate for the stated purpose.
Persistence & Privilege
always is false and the skill is user-invocable. The skill does not request permanent presence or system-wide configuration changes. Autonomous invocation is allowed (platform default) but not combined with other red flags.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install vvvv-dotnet
  3. After installation, invoke the skill by name or use /vvvv-dotnet
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Improved skill descriptions: better triggering for HLSL/shaders, Spreads/collections, ImportAsIs/dotnet, VL packages, reactive channels. Fixed broken cross-skill reference in troubleshooting.
v1.0.0
vvvv-dotnet 1.0.0 – Initial release - Provides guidance on integrating .NET libraries, NuGet packages, and project configuration in vvvv gamma. - Documents .csproj setup, global usings, required attributes, and NuGet sources for plugin development. - Explains differences between source project and binary DLL workflows. - Covers async patterns, IDisposable usage, and vector type interop (Stride/System.Numerics). - Details best practices for packaging, deployment, and referencing vvvv-loaded assemblies. - Offers example code snippets and a catalog of common VL packages.
Metadata
Slug vvvv-dotnet
Version 1.0.1
License
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Vvvv Dotnet?

Helps with .NET integration in vvvv gamma — NuGet packages, library references, .csproj project configuration, the [assembly: ImportAsIs] attribute, vector t... It is an AI Agent Skill for Claude Code / OpenClaw, with 321 downloads so far.

How do I install Vvvv Dotnet?

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

Is Vvvv Dotnet free?

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

Which platforms does Vvvv Dotnet support?

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

Who created Vvvv Dotnet?

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

💬 Comments