← 返回 Skills 市场
gora050

Unity Cloud Build

作者 Vlad Ursul · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
144
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install unity-cloud-build
功能描述
Unity Cloud Build integration. Manage data, records, and automate workflows. Use when the user wants to interact with Unity Cloud Build data.
安全使用建议
This skill appears to do what it says: it uses the Membrane CLI to connect to Unity Cloud Build. Before installing or using it: 1) Verify the Membrane CLI package and repository (check the npm package owner, GitHub repo, and homepage) rather than blindly running npm install -g @membranehq/cli@latest. 2) Prefer pinning a specific vetted version instead of @latest. 3) Understand that Membrane will broker and store credentials for Unity Cloud Build — only proceed if you trust that service or isolate it to a dedicated account. 4) If you must install the CLI system-wide, consider doing so in an isolated environment (container/VM) to limit install-time risks from npm postinstall scripts. 5) If you need higher assurance, ask the skill author for a signed release, audit of the CLI package, or a way to run a self-hosted connector rather than using the Membrane hosted service.
功能分析
Type: OpenClaw Skill Name: unity-cloud-build Version: 1.0.3 The skill provides a standard integration for Unity Cloud Build using the Membrane CLI. The instructions in SKILL.md guide the agent through installing the `@membranehq/cli` package, authenticating, and managing build actions. It includes security best practices by instructing the agent to avoid handling raw API keys directly, and no indicators of malicious intent, data exfiltration, or unauthorized execution were found.
能力评估
Purpose & Capability
The name/description (Unity Cloud Build integration) matches the instructions: everything is performed via the Membrane CLI to manage connections, list/create/run actions against Unity Cloud Build. Required network access and a Membrane account are expected and consistent.
Instruction Scope
SKILL.md instructs the agent/user to install and use the Membrane CLI, run login/connect/action commands, and create/execute actions. These commands will interact with the Membrane service (external endpoint) and create connections that manage Unity credentials server-side. The instructions do not request unrelated files or local credentials, but they do route data and credentials through Membrane — users should be aware of that external data flow.
Install Mechanism
Although the registry metadata contains no install spec, SKILL.md instructs installing @membranehq/cli globally via npm (npm install -g @membranehq/cli@latest) and uses npx. Installing an npm package globally runs code at install time (postinstall scripts) and introduces moderate risk. The package scope and homepage appear plausible, but provenance and integrity of the npm package should be verified and pinning a version is safer than @latest.
Credentials
The skill declares no required environment variables or config paths. Authentication is handled by the Membrane login flow rather than by asking for API keys in plaintext, which is proportionate. The Membrane service will hold credentials for connected services — this is expected but requires trust in that service.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system-wide privileges or config changes. It does rely on the Membrane platform to store connection credentials, which is normal for a connector-type skill. Autonomous invocation is allowed (platform default) but not a standalone red flag here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install unity-cloud-build
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /unity-cloud-build 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Auto sync from membranedev/application-skills
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
元数据
Slug unity-cloud-build
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Unity Cloud Build 是什么?

Unity Cloud Build integration. Manage data, records, and automate workflows. Use when the user wants to interact with Unity Cloud Build data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 144 次。

如何安装 Unity Cloud Build?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install unity-cloud-build」即可一键安装,无需额外配置。

Unity Cloud Build 是免费的吗?

是的,Unity Cloud Build 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Unity Cloud Build 支持哪些平台?

Unity Cloud Build 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Unity Cloud Build?

由 Vlad Ursul(@gora050)开发并维护,当前版本 v1.0.3。

💬 留言讨论