remix-open-game
Open Game in Remix Studio
Open the current game in the Remix Studio for preview and editing.
Steps
-
Read existing game context from task context, prior tool results, or the nearest
.remix-cli.json(legacy.remix-mcp.jsonalso works). ExtractgameIdandversionId. 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:
- macOS:
open <url> - Linux:
xdg-open <url>
- macOS:
More from farworld-labs/remix-skills
phaser-2d-arcade
Build mobile-first 2D browser games with Phaser 3 Arcade Physics
38remix-agent-publish
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.
38threejs-lite
Build lightweight mobile-friendly 3D browser games with Three.js
35remix-api-auth
Configure and verify authentication for Remix REST, CLI, and MCP workflows. Use when a task needs `REMIX_API_KEY`, `remix login`, stored Remix credentials, or auth troubleshooting.
33remix-add-sprite
Generate and add sprites to a Remix game
32remix-game-sdk
Reference for the current @remix-gg/sdk runtime. Use when generating or repairing Remix game code, shop item integrations, save-state flows, multiplayer hooks, or host-safe mobile UI behavior.
32