← Back to Skills Marketplace
Roblox
by
TeddyEngel
· GitHub ↗
· v1.0.0
· MIT-0
292
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install roblox-cli
Description
Manage Roblox game passes and developer products via Open Cloud API.
Usage Guidance
This skill appears coherent: it only needs your Roblox Open Cloud API key to call Roblox endpoints and the bundled code implements the advertised features. Before installing: (1) provide an API key with the minimal permissions listed in SKILL.md (game-pass:read/write, developer-product:read/write) and consider restricting it to the specific experiences you intend to manage; (2) review or run the bundled scripts in an isolated environment if you have concerns; (3) note the runtime uses Bun (invoked via npx in the instructions) but Bun is not listed in the skill's required-binaries metadata—ensure your environment can run Bun or npx safely. If you need higher assurance, verify the repository URL in the SKILL.md metadata and compare the shipped code to that upstream source.
Capability Analysis
Type: OpenClaw Skill
Name: roblox-cli
Version: 1.0.0
The roblox-cli skill bundle is a legitimate tool for managing Roblox game assets via the Open Cloud API. It implements standard API client logic in TypeScript, including JWT parsing of the API key to identify the owner, multipart form-data construction for asset creation, and exponential backoff for rate limiting. All network requests are directed to official Roblox domains (apis.roblox.com and games.roblox.com), and the code lacks any indicators of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description (Roblox management) match the code and SKILL.md. The only required credential is ROBLOX_API_KEY which is appropriate for calling Roblox Open Cloud APIs. The included modules implement list/get/create/update for passes and products as described.
Instruction Scope
SKILL.md instructs running the provided scripts via 'npx -y bun ${SKILL_DIR}/scripts/cli.ts' and to set ROBLOX_API_KEY. The instructions reference only the included scripts and Roblox endpoints; they do not read other environment variables or system files. Note: the runtime assumes Bun is available (or will be invoked via npx), but the skill's required-binaries metadata lists none.
Install Mechanism
No install spec is present (instruction-only skill). All source files are bundled with the skill; there are no downloads from arbitrary URLs or archive extraction steps. package.json has no runtime dependencies. This is low-risk from an install perspective.
Credentials
Only ROBLOX_API_KEY is required and declared as the primary credential. The code uses the key to set x-api-key headers and to parse ownerId from the key—this is expected and proportionate. No other SECRET/TOKEN env vars or config paths are requested.
Persistence & Privilege
Skill is not always-enabled and does not request persistent system or cross-skill configuration. It does not modify other skills or system settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install roblox-cli - After installation, invoke the skill by name or use
/roblox-cli - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of roblox-cli.
- Manage Roblox game passes and developer products via the Open Cloud API.
- Supports listing universes.
- Supports listing, creating, updating, and retrieving game passes and developer products.
- Automatic pagination, JSON output, and built-in rate limit handling.
- Requires a Roblox Open Cloud API key with appropriate permissions.
- CLI accessible using Bun; includes detailed usage instructions and error reporting.
Metadata
Frequently Asked Questions
What is Roblox?
Manage Roblox game passes and developer products via Open Cloud API. It is an AI Agent Skill for Claude Code / OpenClaw, with 292 downloads so far.
How do I install Roblox?
Run "/install roblox-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Roblox free?
Yes, Roblox is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Roblox support?
Roblox is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Roblox?
It is built and maintained by TeddyEngel (@teddyengel); the current version is v1.0.0.
More Skills