vvvv-node-librariesHelps set up C# library projects that provide nodes to vvvv gamma — project directory structure, Initialization.cs with AssemblyInitializer, service registra...
Install via ClawdBot CLI:
clawdbot install tebjan/vvvv-node-librariesGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://thegraybook.vvvv.org/reference/extending/node-factories.htmlAudited Apr 17, 2026 · audit v1.0
Generated Mar 21, 2026
A digital media studio creates a library of custom nodes for vvvv gamma to streamline real-time graphics and interactive installations. They use the skill to set up project structure, register services for GPU resources, and organize nodes into categories like 'Effects' and 'Sensors' for their team.
An engineering firm develops a node library for vvvv gamma to control PLCs and sensors in manufacturing systems. They apply the skill to configure .csproj output paths, register IResourceProvider services for hardware connections, and use dynamic node factories to generate nodes based on device configurations.
An educational institution designs a package of nodes to teach programming and data visualization concepts in vvvv gamma. They utilize the skill to set up ImportAsIs for clear namespace categorization, add help patches, and ensure the library is recognized via proper naming conventions for easy distribution to students.
A software company releases a NuGet package of audio-reactive nodes for vvvv gamma, targeting VJs and live performers. They follow the skill to structure the project with shaders and service registration, configure licensing, and use category overrides to highlight premium nodes in the node browser.
Offer a free basic node library with essential functionalities, while premium nodes or advanced features are sold as paid upgrades. Revenue comes from one-time purchases or subscriptions for updates and support, leveraging the skill's packaging and distribution guidelines.
Provide bespoke node library development services for clients in industries like advertising or simulation. Charge hourly or project-based fees for setting up projects, integrating services, and optimizing performance using the skill's patterns for registration and structure.
Release node libraries as open-source under CC-BY-SA-4.0, encouraging community contributions. Generate revenue through sponsorships, donations, or paid support contracts, using the skill to ensure compatibility and ease of contribution via clear documentation and conventions.
💬 Integration Tip
Ensure the folder, .vl file, and .nuspec share identical names to avoid recognition issues; use RegisterService for lazy-loaded singletons to optimize performance in resource-intensive applications.
Scored Apr 19, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.