# Remix Open Game

> Open a game in the Remix Studio browser for preview and editing

- Skill: `basezh/remix-open-game` (Agent Skill)
- Install (CLI): `npx skillmds@latest add basezh/remix-open-game`
- Raw SKILL.md: https://api.skillmd.com/api/skills/basezh/remix-open-game/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: basezh (https://skillmd.com/u/basezh)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/basezh/remix-open-game

---


# Open Game in Remix Studio

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

## Steps

1. **Read game settings** from `.remix-settings.json` in the project root.
   Extract `gameId` and `versionId`. If either is missing, tell the user
   they need to create/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>`

