← 返回 Skills 市场
Vvvv Channels
作者
Tebjan Halm
· GitHub ↗
· v1.0.1
292
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install vvvv-channels
功能描述
Helps work with vvvv gamma's Channel system from C# — IChannelHub, public channels, [CanBePublished] attributes, hierarchical data propagation, channel subsc...
安全使用建议
This skill is a documentation-style helper for vvvv gamma channel programming and appears internally consistent. Before installing/use: (1) be mindful that publishing a .NET type via [CanBePublished(true)] will expose its public properties as channels — avoid publishing secrets or sensitive data; (2) the Scene Load example reads local files (File.ReadAllText) — validate file paths and source of JSON before loading to avoid injecting unexpected models; (3) subscribing/writing to public channels can expose state app-wide, so confirm you only bind to channels you intend to interact with; and (4) verify VL.Core version compatibility (the doc references VL.Core 2025.7.1-0163+) matches your environment.
功能分析
Type: OpenClaw Skill
Name: vvvv-channels
Version: 1.0.1
The skill bundle provides legitimate technical documentation and C# code examples for integrating with the vvvv gamma Channel system. It includes helpful warnings about API pitfalls (e.g., avoiding hub.TryAddChannel to prevent crashes) and standard patterns for reactive data binding; no evidence of malicious intent, data exfiltration, or unauthorized execution was found in SKILL.md or examples.md.
能力评估
Purpose & Capability
Name and description match the SKILL.md and examples: all required actions are about reading/writing/subscribing to vvvv channel APIs, publishing .NET types, and managing hierarchical channel state. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
Runtime instructions and examples stay within the stated goal: using IChannelHub, TryGetChannel, subscriptions, and scene load/save. The only file/system access shown is deliberate (File.Exists/File.ReadAllText for scene loading), which is coherent with the 'Scene Save/Load' example. There are no instructions to read unrelated system state, credentials, or to transmit data to external endpoints.
Install Mechanism
This is instruction-only with no install spec or downloaded artifacts — lowest-risk model for persistence and code execution.
Credentials
No environment variables, credentials, or config paths are requested. The examples use only in-process APIs and local file IO relevant to the documented features.
Persistence & Privilege
Skill does not request always-on presence and uses normal agent-invocation defaults. It does not attempt to modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vvvv-channels - 安装完成后,直接呼叫该 Skill 的名称或使用
/vvvv-channels触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
Initial release of vvvv-channels — C# integration for vvvv gamma Channels.
- Provides guidance for accessing vvvv gamma's public channels, IChannelHub usage, and model property publishing from C#
- Documents [CanBePublished] attribute conventions for exposing .NET model properties as channels
- Explains safe channel lookup, stateful binding patterns, and retry logic for reading/writing channels
- Includes best practices and sample utility classes for channel subscriptions and data propagation
- Documents hierarchical channel paths, bang channels, spread sub-channels, and ProcessNode channel accessor patterns
元数据
常见问题
Vvvv Channels 是什么?
Helps work with vvvv gamma's Channel system from C# — IChannelHub, public channels, [CanBePublished] attributes, hierarchical data propagation, channel subsc... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 292 次。
如何安装 Vvvv Channels?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vvvv-channels」即可一键安装,无需额外配置。
Vvvv Channels 是免费的吗?
是的,Vvvv Channels 完全免费(开源免费),可自由下载、安装和使用。
Vvvv Channels 支持哪些平台?
Vvvv Channels 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Vvvv Channels?
由 Tebjan Halm(@tebjan)开发并维护,当前版本 v1.0.1。
推荐 Skills