skills/remix-cli/SKILL.md
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.
npx skillsauth add farworld-labs/remix-skills remix-cliInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use the remix CLI for human-facing terminal workflows. Prefer it over handwritten REST calls when the task is local auth, config management, game creation, asset uploads, code uploads, or analytics inspection.
Install and authenticate:
curl -fsSL https://remix.gg/install.sh | bash
remix login
remix whoami
Create and upload a game:
remix games create --name "My Game"
remix games icon upload ./icon.png
remix games versions code update --code-path ./game.html
remix games versions validate get
--json forces machine-readable output.--quiet suppresses human-only status output and implies JSON-friendly output.Use JSON mode for agent parsing and shell pipelines.
.remix-cli.json.~/.config/remix/credentials.json..remix-mcp.json can still be discovered, but new CLI config is .remix-cli.json.Useful inspection commands:
remix config get
remix config where
remix whoami --json
remix login, remix whoamiremix config set|get|whereremix health getremix games list|get|createremix games assets list|upload, remix games icon uploadremix metadata categories list, remix games categories setremix games versions list|get|code get|code update|thread get|status get|validate getremix games launch-readiness getremix games analytics overview get, remix games analytics shop getgameId and versionId from .remix-cli.json when present.remix whoami before debugging auth manually.remix games list only when the user explicitly wants their game list.remix games versions code update --code-path ... over constructing raw upload requests by hand.remix config set --api-url http://localhost:3003.content-media
Generate and add images to a Remix game
development
Build lightweight mobile-friendly 3D browser games with Three.js
tools
Upload and validate HTML game code for Remix. Use when creating or updating a draft version through the CLI, MCP tools, or direct REST calls.
data-ai
Upload images, audio, or 3D models as hosted game assets