roblox-open-cloud
Installation
SKILL.md
Roblox Open Cloud
Call Roblox Open Cloud without making the API key visible to the model. The bundled request helper is the only credential boundary: it reads the environment variable inside its own process, adds x-api-key, blocks untrusted destinations and redirects, and redacts the credential from response/error output. The separate OpenAPI lookup helper reads only Roblox's public specification and never handles credentials.
Resolve every relative path below from this skill directory.
Credential gate
Run this before researching or constructing a request:
python3 scripts/open_cloud_request.py check --open-on-missing
The command reports only whether ROBLOX_OPEN_CLOUD_API_KEY is non-empty; it never returns the value.
If it reports configured: false: