remix-open-game

Installation
SKILL.md

Open Game in Remix Studio

Open the current game in the Remix Studio for preview and editing.

Steps

  1. 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.

  2. Construct the Studio URL:

    https://remix.gg/games/{gameId}/v/{versionId}
    
  3. Open in the user's default browser:

    • macOS: open <url>
    • Linux: xdg-open <url>
Installs
59
GitHub Stars
10
First Seen
Mar 5, 2026
remix-open-game — farworld-labs/remix-skills