← Back to Skills Marketplace
gora050

Unity Cloud Build

by Vlad Ursul · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ Security Clean
144
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install unity-cloud-build
Description
Unity Cloud Build integration. Manage data, records, and automate workflows. Use when the user wants to interact with Unity Cloud Build data.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install unity-cloud-build
  3. After installation, invoke the skill by name or use /unity-cloud-build
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug unity-cloud-build
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 144 downloads so far.

How do I install Unity Cloud Build?

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

Is Unity Cloud Build free?

Yes, Unity Cloud Build is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Unity Cloud Build support?

Unity Cloud Build is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Unity Cloud Build?

It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.

💬 Comments