remix-upload-asset
Installation
SKILL.md
Upload Game Asset Workflow
Overview
Upload arbitrary files (images, audio, 3D models) as hosted game assets via the REST API. Returns a permanent URL you can reference in your game HTML.
Prerequisites
- A game must already exist on the Remix platform (you need a game ID).
- The
REMIX_API_KEYenvironment variable must be set.
Steps
1. Check for Existing Game ID
IMPORTANT: Do NOT create a new game without checking first.
Use gameId from task context or prior tool results when available.