remix-open-game
Open a game in the Remix Studio browser for preview and editing
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Open a game in the Remix Studio browser for preview and editing
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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>