remix-open-game
Open a game in the Remix Studio browser for preview and editing
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Open a game in the Remix Studio browser for preview and editing
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Generate and add images to a Remix game
Generate and add sprites to a Remix game
Build and publish Remix games with the current Remix toolchain. Use when work touches the official Remix CLI, MCP server, REST publishing APIs, or the @remix-gg/sdk game runtime.
OpenAPI-first endpoint reference for Remix game publishing REST routes
Use the official Remix CLI for authentication, config inspection, game creation, uploads, and analytics. Trigger this skill when a task involves `remix login`, `remix whoami`, `.remix-cli.json`, `REMIX_API_KEY`, or terminal-based game management on Remix.
Quickstart for the official Remix MCP server. Use when configuring or operating `@remix-gg/mcp`, wiring MCP auth, or choosing the right Remix MCP tools and skill resources.
| name | remix-open-game |
| description | Open a game in the Remix Studio browser for preview and editing |
Open the current game in the Remix Studio for preview and editing.
Read existing game context from task context, prior tool results, or the
nearest .remix-cli.json (legacy .remix-mcp.json also works). Extract
gameId and versionId. If either is missing, tell the user they need to
create or upload a game first.
Construct the Studio URL:
https://remix.gg/games/{gameId}/v/{versionId}
Open in the user's default browser:
open <url>xdg-open <url>