← 返回 Skills 市场
Roblox
作者
TeddyEngel
· GitHub ↗
· v1.0.0
· MIT-0
292
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install roblox-cli
功能描述
Manage Roblox game passes and developer products via Open Cloud API.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install roblox-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/roblox-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Roblox 是什么?
Manage Roblox game passes and developer products via Open Cloud API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 292 次。
如何安装 Roblox?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install roblox-cli」即可一键安装,无需额外配置。
Roblox 是免费的吗?
是的,Roblox 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Roblox 支持哪些平台?
Roblox 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Roblox?
由 TeddyEngel(@teddyengel)开发并维护,当前版本 v1.0.0。
推荐 Skills