remix-api-auth
Remix Authentication Setup
Use this skill when a user needs to authenticate a terminal, MCP client, or external service against Remix.
Auth Modes
- REST or custom services: send
Authorization: Bearer <api_key>tohttps://api.remix.gg. - CLI: run
remix login, then verify withremix whoami. - MCP: prefer
REMIX_API_KEY; if unset, the server can reuse CLI credentials from~/.config/remix/credentials.json.
Preferred Terminal Flow
curl -fsSL https://remix.gg/install.sh | bash
remix login
remix whoami
The CLI stores credentials in ~/.config/remix/credentials.json.
More from farworld-labs/remix-skills
phaser-2d-arcade
Build mobile-first 2D browser games with Phaser 3 Arcade Physics
39remix-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.
39threejs-lite
Build lightweight mobile-friendly 3D browser games with Three.js
36remix-shop-items
Create, update, delete, and integrate Remix shop items. Use when a game needs Bits items, consumables, one-time unlocks, tier unlocks, store icons, or purchase handling in @remix-gg/sdk code.
34remix-add-sprite
Generate and add sprites to a Remix game
33remix-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.
33